Commit graph

35 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 d28d496264
Added options 'php-censor.ssh.strength' and 'php-censor.ssh.comment'
for SSH keys generation. Issue #154.
2018-02-23 12:23:03 +07:00
Dmitry Khomutov e59e4a397f
Code style fixes. 2018-02-04 13:20:01 +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
Stepan Strelets 11f58d7c2b Split dashboard into widgets. Add build errors widget. 2017-11-07 18:14:29 +03:00
Dmitry Khomutov 45e674a733 Fixed naming. 2017-10-21 15:51:05 +07:00
Dmitry Khomutov 7382df7f6d Added 'user_id' (created by) and 'create_date' columns to 'project_group' table. 2017-10-16 21:59:59 +07:00
Dmitry Khomutov a8019e20a8 Fixed 'lifetime' parameter for queue on installation. 2017-09-18 08:18:59 +07:00
Dmitry Khomutov 1bc8dfd5eb
Added daily rotate logger for console commands. Issue #108. 2017-08-30 21:21:16 +07:00
StudioMaX d307afa44e Bitbucket build status API, create comments on commits and Pull Requests 2017-08-20 14:19:07 +06:00
Dmitry Khomutov 6fe5c78179
Added config option 'php-censor.build.writer_buffer_size' for configuring BuildErrorWriter buffer_size property (Count of inserts in the one SQL query). 2017-07-06 19:51:15 +07:00
Dmitry Khomutov 46441106d1
Improved from email address format for notifications. 2017-06-21 21:03:57 +07:00
Dmitry Khomutov fd356a4dda
Fixed PDO creation for PostgreSQL without pdo_mysql extension. Issue #73. 2017-05-29 18:50:18 +07:00
Dmitry Khomutov b5759cced2
Fixed install command for multiple runs 2017-02-11 23:15:33 +07:00
Dmitry Khomutov e90a1d4a32
Added non-interactive mode for CreateAdminCommand. Issue #8 2017-02-05 17:58:57 +07:00
Dmitry Khomutov 31f1f1f3e9
Fixed default internal auth_provider 2017-02-05 16:54:59 +07:00
Dmitry Khomutov 55a4dfcb2d
Installation fix 2017-02-05 15:37:46 +07:00
Dmitry Khomutov a558716b6c
Added installation variant with config file instead options 2017-02-05 15:37:46 +07:00
Dmitry Khomutov ed532bad7d
Commands fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 0ab4acd72f
Fixes for authentication and users 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 0a4636a379
Refactored InstallCommand (+ removed localization from InstallCommand, because it doesn't works actually) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 327f442ebb
Small content fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 7e735bbb3b
Queue improvements 2017-02-05 15:37:46 +07:00
Dmitry Khomutov afd99c12b5
Removed MySQL references (MySQL changed to DB) 2017-01-29 18:53:00 +07:00
Dmitry Khomutov c90c292629
Improved DB + PostgreSQL support 2017-01-29 18:20:22 +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 d209482cda
Added config params github.comments.(commit|pull_request) for allow or deny for PHP Censor to commenting on Github 2017-01-20 21:55:48 +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 c67b3ee7cb Fixed 'admin_name' string localization 2016-12-28 21:27:05 +07:00
Dmitry Khomutov 41407e1d15 Fixed PHP version in the descriptions 2016-07-21 23:04:37 +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/InstallCommand.php (Browse further)