Commit graph

2,232 commits

Author SHA1 Message Date
Dmitry Khomutov
1e17905140 Small style fix 2017-01-06 11:51:53 +07:00
TobiasKappe
5c10fca905 Read standard output and standard error of child process using stream_select. (#1253)
If a process filled up the buffer of the standard error pipe before closing the
standard output pipe, it would hang. As a result, the call to
stream_get_contents for the standard output pipe would not return, as the
standard error pipe needs to be read from in order for the process to continue.
This change uses stream_select to read from both pipes whenever data becomes
available.
2017-01-06 11:15:08 +07:00
Stephen Ball
b861071402 Update Deployer plugin 2017-01-06 11:15:08 +07:00
Dmitry Khomutov
1771d6c1f5 Small fixes 2017-01-06 11:15:08 +07:00
Dmitry Khomutov
6a0a7a0bf2 Added login by Login or Email 2017-01-06 11:15:08 +07:00
Dmitry Khomutov
60267cc315 Small updates 2017-01-06 11:15:08 +07:00
Dmitry Khomutov
712243660c Fixed plugins and tests 2017-01-06 11:14:45 +07:00
Dmitry Khomutov
f514cdafc3 Merge branch 'feature-plugins' 2017-01-05 22:13:34 +07:00
Dmitry Khomutov
7ec29f1f31 Fixed naming in plugins (phpci -> builder) 2017-01-05 21:16:12 +07:00
Dmitry Khomutov
b82427b20f Fixed namespaces after rebase to master 2017-01-05 21:09:58 +07:00
Dmitry Khomutov
16a5add859 Refactored plugins 2017-01-05 21:09:58 +07:00
Dmitry Khomutov
1a3a0a1993 Merge branch 'feature-phpunit-v2' 2017-01-05 20:07:58 +07:00
Dmitry Khomutov
47a220d267 Fixed order of the build config (database, file) 2017-01-05 20:03:22 +07:00
Dmitry Khomutov
f3e8acc4bd New PHPUnit plugin fixes for PHP Censor 2017-01-05 20:01:53 +07:00
Pablo Tejada
881713747e Handles the rare warning test status when generating code coverage 2017-01-05 18:14:45 +07:00
Pablo Tejada
e934a48a61 - Merged the original PhpUnit plugin with the rewrite 2017-01-05 18:12:05 +07:00
Pablo Tejada
8078d0befe - Improved the parser for the legacy args option
- New tests for the legacy args option string
- New Exception when no tests are executed
2017-01-05 18:09:00 +07:00
Pablo Tejada
c32a520b91 Implementation of an alternative PHPUnit plugin:
- Reformat the error output.
- Display collapsed trace in the Information tab widget.
- Handle incomplete tests in the results.
- Unit tests for all new classes.
- Display raw phpunit output.
2017-01-05 17:59:58 +07:00
Dmitry Khomutov
435a169589 Improved README and docs 2017-01-04 21:42:26 +07:00
Dmitry Khomutov
4692999337 Fixed headlines in docs 2017-01-04 19:22:20 +07:00
Dmitry Khomutov
d4a9dd2493 Fixed PHP Censor theme 2017-01-04 17:53:48 +07:00
Dmitry Khomutov
763bd575f4 Added screenshots 2017-01-04 16:23:06 +07:00
Dmitry Khomutov
a10f760122 Fixed tests 2017-01-04 15:16:20 +07:00
Dmitry Khomutov
143e583be8 Fixed User Session 2017-01-04 10:37:39 +07:00
Dmitry Khomutov
5d3d64ebd4 Merge branch 'feature-items-per-page' 2017-01-04 01:25:32 +07:00
Dmitry Khomutov
110543e983 Added item per page parameter for users (+ language) 2017-01-04 01:22:58 +07:00
Dmitry Khomutov
d78f9f0e5f Added custom console Application class with migrations 2016-12-30 23:40:14 +07:00
Dmitry Khomutov
9e3a344c17 Added const DEFAULT_LANGUAGE to Lang class 2016-12-28 21:28:17 +07:00
Dmitry Khomutov
c67b3ee7cb Fixed 'admin_name' string localization 2016-12-28 21:27:05 +07:00
Dmitry Khomutov
306fa31e9e Added item per page parameter (default value in main config) 2016-12-28 21:26:22 +07:00
Dmitry Khomutov
ab9302b025 Updated dependencies 2016-12-25 00:38:06 +07:00
Dmitry Khomutov
0e6df7f616 Merge branch 'feature-email' 2016-12-25 00:15:15 +07:00
Dmitry Khomutov
67e2496c1c Fixes 2016-12-24 17:51:54 +07:00
Dmitry Khomutov
4b7ca0b5f9 Fixes for Email plugin 2016-12-24 17:51:54 +07:00
Dmitry Khomutov
e7673fcd65 Merge branch 'feature-improvements' 2016-12-24 17:40:28 +07:00
Dmitry Khomutov
26d59c224a Code style fixes 2016-12-24 17:39:21 +07:00
Dmitry Khomutov
f56d057140 Fixed status doc 2016-12-24 17:39:21 +07:00
Dmitry Khomutov
65cc22fa78 Added docs for SQLite plugin 2016-12-24 17:39:21 +07:00
Dmitry Khomutov
e724504610 Improved status action (shield.io image) and docs 2016-12-24 17:39:21 +07:00
Emmanuel Vella
9cb1fc7ccc Update PhpCsFixer plugin 2016-12-24 17:39:21 +07:00
Batandwa
e4db6efaf3 Fixed incorrect removing directory contents when using symlinks. 2016-12-24 17:17:52 +07:00
Hiago Silva Souza
645433cb6b Starting translations into Portuguese of Brazil 2016-12-24 17:14:29 +07:00
Fenikkusu
36cb6a020d Removing PHPUnit::execute Coverage Tags 2016-12-24 17:07:25 +07:00
Anoxia
f713d3ee0d Added chinese language (partial) 2016-12-24 17:01:13 +07:00
Michal Zuber
dcd7f094a4 Check session value before use 2016-12-24 16:58:38 +07:00
Sylvain Lévesque
d2ba729ded Add new function to cover the svn project web hook and create a build. 2016-12-24 16:54:39 +07:00
Dmitry Khomutov
8113d302ed Merge branch 'feature-tests' 2016-08-13 17:48:52 +07:00
Dmitry Khomutov
9de4fb51d3 Repaired tests + refactored code for tests 2016-08-13 17:47:55 +07:00
Dmitry Khomutov
b327ad8083 Merge branch 'feature-update-adminlte2' 2016-07-24 09:44:17 +07:00
Dmitry Khomutov
d4da493f7f Updated assets (AdminLTE2) 2016-07-23 10:50:03 +06:00