Commit graph

328 commits

Author SHA1 Message Date
root
002e64f4d6 Fixing issue #136 (PHP 7.2 unpack user from session) 2017-12-09 19:31:46 +03:00
Dmitry Khomutov
f67d0aa7c0
Removed useless Image class. 2017-12-02 12:39:38 +07:00
Dmitry Khomutov
2f22339a1f
Fixed archived projects public status. 2017-12-02 11:40:52 +07:00
Stepan Strelets
fee99bd259 Fix empty build errors - add template and message. 2017-11-17 10:35:25 +03:00
Dmitry Khomutov
5681f5dc56
Fixed responsive classes for dashboard widgets. 2017-11-11 18:34:24 +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
cd6bfa5942
Code style fixes. 2017-11-09 20:51:07 +07:00
Stepan Strelets
92fe16e75e Fix - invalidate browser cache 2017-11-08 21:13:58 +07:00
Dmitry Khomutov
4e68eb7180
Code style fixes. 2017-11-08 20:45:18 +07:00
Stepan Strelets
eca63d81e2 Allow specify project title in webhook request 2017-11-08 12:03:00 +03: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
3ab04a6503
Added Paginator helper. Issue #123. 2017-10-26 20:38:22 +07:00
Dmitry Khomutov
45e674a733 Fixed naming. 2017-10-21 15:51:05 +07:00
Luis Cortés
53585b2451 Fix Migrations | Installation Failed 2017-10-20 14:57:42 -05:00
Dmitry Khomutov
ab566c1f41 Fixed tests after build changes. 2017-10-19 22:17:40 +07:00
Dmitry Khomutov
dd4f3bfbad Added 'user_id' (created by) and 'create_date' columns to 'project' table. 2017-10-19 22:05:00 +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
58b23fe89d Removed useless code from models + code style fixes. 2017-10-15 20:05:33 +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
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
5820583d4a Reformated JS code. 2017-09-17 11:22:05 +07:00
Dmitry Khomutov
5df94982a1 Removed useless '/' from build status cache path. 2017-09-16 20:20:08 +07:00
Dmitry Khomutov
883ebf1a1a Changed '?' to '�' for binary output. Issue #116. 2017-09-16 12:28:16 +07:00
Dmitry Khomutov
a4cbd1b7ec Fixes for non-unicode binary log output. Issue #116. 2017-09-16 12:28:16 +07:00
Dmitry Khomutov
e60376fe5f Added a checkbox to build only the default branch specified in the project (Fixes). 2017-09-16 12:22:29 +07:00
Pat Suwalski
bbbd9b3cf2 Added a checkbox to build only the default branch specified in the project. 2017-09-13 21:24:19 +07:00
David Sloan
242d08e016 Add the option to pass the short tags (-s) argument to PHP Parallel Lint so that files using PHP Short Tags can be linted. 2017-09-09 23:48:22 +07:00
Stepan Strelets
b501775411 Fix env build - omit checkout exact commit 2017-09-04 15:18:52 +03:00
Stepan Strelets
256b32bd81 Add mage v3 plugin (deployment) 2017-09-04 14:36:41 +03:00
Dmitry Khomutov
07359d82f6
'Remember me' on login. Issue #81. 2017-08-31 22:13:48 +07:00
Dmitry Khomutov
90bc9c69a1
Improved public status page UI (Added environment and duration, fixed table cell height). 2017-08-31 22:06:29 +07:00
Dmitry Khomutov
1bc8dfd5eb
Added daily rotate logger for console commands. Issue #108. 2017-08-30 21:21:16 +07:00
SimonHeimberg
ffce3e31e7 plugins depending on tests success state run also on exception
Failure notification on an exception seems important.
Now failures in this plugins will not count for build state.
2017-08-22 16:22:56 +02:00
SimonHeimberg
6a32cfb043 valid init value for config of builder, to not fail pluginExecutor when setupBuild failed 2017-08-22 16:22:56 +02:00
StudioMaX
d307afa44e Bitbucket build status API, create comments on commits and Pull Requests 2017-08-20 14:19:07 +06:00
Dmitry Khomutov
c58c93600c
Fixed markup for public status + PHP Censor logo fixes. 2017-08-20 12:58:15 +07:00
Dmitry Khomutov
74f0537d04
Added PHP Censor logo. 2017-08-19 11:05:44 +07:00
Dmitry Khomutov
a6ee2756f5
Fix after rebase on fresh master. 2017-07-23 18:47:52 +07:00
SimonHeimberg
173f785d61
use log-junit when log-json is not supported by phpunit
use json as long as available, since junit does not list skipped tests before phpunit 6
2017-07-23 18:47:52 +07:00