Commit graph

34 commits

Author SHA1 Message Date
Dmitry Khomutov ce23fac283
Added new errors count to main dashboard and builds list. 2017-12-13 22:40:51 +07:00
Dmitry Khomutov eb55474ff4
New label fixes. 2017-12-10 17:52:49 +07:00
Dmitry Khomutov 6fcfa3668a
Added filtration by new label to "Errors" tab. 2017-12-10 00:00:06 +07:00
Dmitry Khomutov 13f763c9e2
Added new errors label in build "Errors" tab. 2017-12-09 23:53:18 +07:00
Dmitry Khomutov 1304ca29f7
Fixed links to Errors tab from Information tab (Summary). 2017-11-09 23:20:08 +07:00
Dmitry Khomutov c6ae043750
Fixed excessive BuildMeta inserts. 2017-11-09 22:48:46 +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 257aabc113
Fixed BuildError create_date field. Issue #130. 2017-10-30 22:17:58 +07:00
Dmitry Khomutov 42888630e7
Added filtration for errors by severity and plugin. Issue #85. 2017-10-29 21:26:43 +07:00
Dmitry Khomutov 6b102f214e
Added Paginator for build errors. Issue #85. 2017-10-29 14:06:41 +07:00
Dmitry Khomutov 45e674a733 Fixed naming. 2017-10-21 15:51:05 +07:00
Dmitry Khomutov 508465fc74 Code style fixes + phpdocs. 2017-10-15 01:29:29 +07:00
Dmitry Khomutov 9e57de043e Removed useless 'project_id' column from 'build_meta' table. 2017-10-15 00:48:53 +07:00
Dmitry Khomutov 145670acde Build sources instead of 'Manual' word. 2017-10-14 21:13:36 +07:00
Dmitry Khomutov 07359d82f6
'Remember me' on login. Issue #81. 2017-08-31 22:13:48 +07: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 e8fbaf08cb
Reduced buffer_size for BuildErrorWriter.
Number of prepared parameters must be less than 65535.
See: https://stackoverflow.com/questions/40361164/pdoexception-sqlstatehy000-general-error-7-number-of-parameters-must-be-bet). Issue #66.
2017-05-29 23:55:04 +07:00
Dmitry Khomutov efbf2650bb
Code style fixes. 2017-05-08 12:37:08 +07:00
Dmitry Khomutov f26f000bb4
Refactored push and tag webhooks for Github (Fixes +++). 2017-04-20 21:14:48 +07:00
Dmitry Khomutov 0e83599b9f
Refactored push and tag webhooks for Github (Fixes). 2017-04-20 20:38:02 +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
Dmitry Khomutov cb4d7a268e
Small fixes 2017-04-03 20:44:35 +07:00
Stepan Strelets 8f665ae710 Add build error writer (use bulk insert for improve performance) 2017-04-01 23:58:53 +03:00
Stepan Strelets 047cedaab3
Initial implementation CI environments 2017-03-26 17:36:30 +07:00
Dmitry Khomutov 96aa345dc0
Removed base models and stores 2017-02-18 14:34:23 +07:00
Dmitry Khomutov b5759cced2
Fixed install command for multiple runs 2017-02-11 23:15:33 +07:00
Dmitry Khomutov 7e735bbb3b
Queue improvements 2017-02-05 15:37:46 +07:00
Dmitry Khomutov c90c292629
Improved DB + PostgreSQL support 2017-01-29 18:20:22 +07:00
Dmitry Khomutov 18ac9fadaf
Fixed archive 2017-01-16 23:27:55 +07:00
Dmitry Khomutov 6a0a7a0bf2 Added login by Login or Email 2017-01-06 11:15:08 +07:00
Dmitry Khomutov 26d59c224a Code style fixes 2016-12-24 17:39:21 +07:00
Dmitry Khomutov 32f5c01728 Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
Dmitry Khomutov 60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00