Commit graph

17 commits

Author SHA1 Message Date
Dmitry Khomutov
c015d8c58b
Refactored project structure. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov
dd9f43b7dd
Refactored Config. 2018-03-09 13:46:18 +07:00
Dmitry Khomutov
8b5a874789
Refactored Store. 2018-03-09 13:46:17 +07:00
Dmitry Khomutov
2a933a7ecb
Added global application config (config.yml) option
'php-censor.build.allow_public_artifacts' for allow/deny to generate
public artifacts (PHPUnit code coverage html report, Pdepend html
reports). Issue #107.
2018-03-08 01:31:25 +07:00
Dmitry Khomutov
e59e4a397f
Code style fixes. 2018-02-04 13:20:01 +07:00
Dmitry Khomutov
4ec6d854c2 Added 'user_id' column to 'build' table (created by)
+ Renamed columns 'created' -> 'create_date', 'started' -> 'start_date' and 'finished' -> 'finish_date'
+ Code style fixes.
2017-10-16 20:40:00 +07:00
Dmitry Khomutov
dd9aecd3ff
Fixed cron worker in fails. Issue #68. 2017-06-01 21:53:06 +07:00
Stepan Strelets
80aa7d4c06 Fix build execute - in some cases one build executed with many process 2017-04-05 18:54:06 +03:00
Stepan Strelets
a87bc8a9b2 Add unset build log - implicit flush buffer 2017-03-31 19:01:39 +07:00
Dmitry Khomutov
3176111c91
Added duration column to the project page 2017-02-28 20:19:20 +07:00
Dmitry Khomutov
ed532bad7d
Commands fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov
7e735bbb3b
Queue improvements 2017-02-05 15:37:46 +07:00
Dmitry Khomutov
d77f0e8474
Deleted daemon mode (You should use worker mode instead) 2017-01-20 20:05:25 +07:00
Dmitry Khomutov
32f5c01728 Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
Dmitry Khomutov
31f92327c1 Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
Dmitry Khomutov
4fee89fb80 Fixed constants 2016-07-21 21:20:34 +06:00
Dmitry Khomutov
60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Renamed from src/PHPCI/Command/RunCommand.php (Browse further)