Commit graph

20 commits

Author SHA1 Message Date
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 0fc2a66678
Now builds artifacts remove when remove build and project. Issue #107. 2018-03-07 22:21:57 +07:00
Dmitry Khomutov daac392dd7
Added application config options 'github.status.commit' and
'bitbucket.status.commit' for allow/deny to post commit status.
2017-12-28 21:56:11 +07:00
Dmitry Khomutov 4e68eb7180
Code style fixes. 2017-11-08 20:45:18 +07:00
Dmitry Khomutov ab566c1f41 Fixed tests after build changes. 2017-10-19 22:17:40 +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 145670acde Build sources instead of 'Manual' word. 2017-10-14 21:13:36 +07:00
Dmitry Khomutov a9309a1feb
sendStatusPostback fix. 2017-07-02 16:51:02 +07:00
Dmitry Khomutov 5a761dcddb
Removed 'using_custom_file' config option. 2017-05-23 23:06:58 +07:00
Dmitry Khomutov e071088bba
Fixed branches for SVN build. Issue #65. 2017-05-17 21:46:55 +07:00
Dmitry Khomutov 647a5cedcd
Added tags for Github builds. 2017-04-22 20:02:24 +07:00
Dmitry Khomutov cb4d7a268e
Small fixes 2017-04-03 20:44:35 +07:00
Dmitry Khomutov a3ef15b488
Fixed debug build from GUI for environments 2017-04-02 09:17:03 +07:00
Stepan Strelets 047cedaab3
Initial implementation CI environments 2017-03-26 17:36:30 +07:00
Dmitry Khomutov a2fbd9b775
Code style fixes 2017-03-12 11:40:40 +07:00
Dmitry Khomutov ea5044bf9b
Fixes 2017-02-09 22:25:12 +07:00
Dmitry Khomutov 0ca5c8de51
Renamed app config worker section to queue + removed max_jobs option (use supervisord) 2017-01-23 22:41:02 +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 60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Renamed from src/PHPCI/Service/BuildService.php (Browse further)