Commit graph

56 commits

Author SHA1 Message Date
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
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
ca0f7b4182 Fixed schedule build command. Issue #125. 2017-10-11 18:55:03 +07:00
Dmitry Khomutov
c50f04a280 Fixed schedule build command. Issue #125. 2017-10-08 21:51:03 +07:00
Vincent Vermeulen
9b198a128e Use function getLatestBuild 2017-10-05 17:43:33 +02:00
Vincent Vermeulen
5a7d145c94 Added command to schedule tasks if not ran for a specified X days 2017-10-04 22:40:29 +02: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
SimonHeimberg
f1702900fb command php-censor:create-build accepts --email and --message
Now builds with full info can be generated from command line.
2017-07-07 13:05:01 +02: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
dd9aecd3ff
Fixed cron worker in fails. Issue #68. 2017-06-01 21:53:06 +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
3a59b66d78
Removed PollCommand. 2017-05-23 23:01:31 +07:00
Dmitry Khomutov
efbf2650bb
Code style fixes. 2017-05-08 12:37:08 +07:00
Dmitry Khomutov
647a5cedcd
Added tags for Github builds. 2017-04-22 20:02:24 +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
Stepan Strelets
5da247afc7
Fix cli environment option handling 2017-03-26 17:36:30 +07:00
Stepan Strelets
047cedaab3
Initial implementation CI environments 2017-03-26 17:36:30 +07:00
Dmitry Khomutov
3176111c91
Added duration column to the project page 2017-02-28 20:19:20 +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
bcfc5578de
Moved commands to Application from console.php 2017-02-05 15:37:18 +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
d77f0e8474
Deleted daemon mode (You should use worker mode instead) 2017-01-20 20:05:25 +07:00
Dmitry Khomutov
9968983172
Fixed archive public page 2017-01-19 21:58:45 +07:00
Dmitry Khomutov
18ac9fadaf
Fixed archive 2017-01-16 23:27:55 +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