Commit graph

1,567 commits

Author SHA1 Message Date
Dmitry Khomutov
40b5de70e5
Added ajax for the dashboard and timeline on main page 2017-01-15 01:11:32 +07:00
Dmitry Khomutov
3f80c8e4ba
Merge branch 'feature-build-status-public-link' 2017-01-14 19:00:16 +07:00
Dmitry Khomutov
69dbef3eee
Added public status info to project page 2017-01-14 18:44:57 +07:00
Dmitry Khomutov
b3dee9d7a2
Merge branch 'feature-delete-confirm' 2017-01-14 17:00:30 +07:00
Dmitry Khomutov
56cfe58c0a
Added localization for delete confirmation dialog 2017-01-14 16:59:58 +07:00
Dmitry Khomutov
839cd9ed48
Improved confirm dialog style 2017-01-14 16:59:58 +07:00
Dmitry Khomutov
b875df18fd
UI fixes for project groups 2017-01-14 16:59:58 +07:00
Dmitry Khomutov
1cfc51b084
Fixed delete confirms (for build, project, user, group) + UI fixes 2017-01-14 16:59:57 +07:00
Dmitry Khomutov
1237bf450c
Code style fixes 2017-01-14 16:12:53 +07:00
Dmitry Khomutov
dfd002d35f
Fixed runtime directory 2017-01-11 23:52:26 +07:00
Dmitry Khomutov
86478a1264
Fixes for build without config 2017-01-11 22:52:37 +07:00
Dmitry Khomutov
a5aabdce2d PhpParallelLint andPhpCpd now implements ZeroConfigPlugin interface 2017-01-11 00:46:19 +07:00
Richard Holloway
eea29dabe8 Better regex (allow more than two extensions) 2017-01-11 00:06:41 +07:00
Richard Holloway
31e527151d Remove spaces from list of extensions before passing to command + Remove extra \ 2017-01-11 00:05:32 +07:00
Richard Holloway
d1db940ade Only use extensions if a comma delimited list 2017-01-11 00:02:29 +07:00
Richard Holloway
1201cb0f92 Support for linting php in files with specified file extensions 2017-01-10 23:57:04 +07:00
Dmitry Khomutov
5ffcc5a832 Removed plugin page 2017-01-10 23:14:26 +07:00
Dmitry Khomutov
8c355bba8c Added test for compare localizations 2017-01-10 21:12:53 +07:00
Dmitry Khomutov
1139d28ddd Update docs 2017-01-09 23:58:44 +07:00
Dmitry Khomutov
caab13c393 Merge branch 'feature-update-dependencies' 2017-01-09 23:35:50 +07:00
Dmitry Khomutov
4d380a4aa4 Fixed tests for PHPUnit 5.7 2017-01-09 23:23:29 +07:00
Dmitry Khomutov
8fd81ce5aa Updated dependencies 2017-01-09 23:22:55 +07:00
Dmitry Khomutov
d347dc14f9 TravisCi config fix 2017-01-09 20:34:06 +07:00
Dmitry Khomutov
79e98c1aac Code style fixes 2017-01-09 20:29:04 +07:00
Dmitry Khomutov
35745fba0a Added badges and TravisCI config 2017-01-09 20:14:04 +07:00
Dmitry Khomutov
0d5e00b8fd Updated dependencies 2017-01-09 20:00:09 +07:00
Dmitry Khomutov
7dc0dbf8fe Merge branch 'feature-fixes' 2017-01-07 21:11:22 +07:00
Dmitry Khomutov
bf6762e4c6 Fixed .php-censor.yml config 2017-01-07 21:08:05 +07:00
Dmitry Khomutov
6f273bbe6f Delete useless code + small localization fixes 2017-01-07 20:56:10 +07:00
Dmitry Khomutov
052338f831 Small UI style fix 2017-01-07 20:54:33 +07:00
Dmitry Khomutov
2ecd4ff2f7 Merge branch 'feature-improvements' 2017-01-07 11:52:52 +07:00
Dmitry Khomutov
2482723f9c Fixed public status page 2017-01-07 00:34:19 +07:00
Dmitry Khomutov
86be19f37b Fixed status image for private projects 2017-01-06 23:36:48 +07:00
Dmitry Khomutov
ae90538a38 Fixed for languages 2017-01-06 23:23:02 +07:00
Dmitry Khomutov
69302adf2b UI fixes 2017-01-06 21:19:45 +07:00
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