Commit graph

1807 commits

Author SHA1 Message Date
Dmitry Khomutov 412bedf45e
Added ./app directory to Git. 2017-05-29 19:37:25 +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 dd8c85a449
Merge branch 'feature-cleanup' 2017-05-23 23:22:44 +07:00
Dmitry Khomutov 7e2f63142d
Fixed logging (Now logging autostarting without special loggerconfig.php). Issue #59. 2017-05-23 23:17:39 +07:00
Dmitry Khomutov 5a761dcddb
Removed 'using_custom_file' config option. 2017-05-23 23:06:58 +07:00
Dmitry Khomutov 3a59b66d78
Removed PollCommand. 2017-05-23 23:01:31 +07:00
Dmitry Khomutov d6821e84d5
Merge branch 'bugfix-svn' 2017-05-18 19:09:13 +07:00
Dmitry Khomutov e071088bba
Fixed branches for SVN build. Issue #65. 2017-05-17 21:46:55 +07:00
Dmitry Khomutov 2b3c387f18
Updated CHANGELOG.md (Added v0.14.0) 2017-05-15 21:14:16 +07:00
Dmitry Khomutov de77a572a9
Merge branch 'bugfix-pagination' 2017-05-09 11:33:45 +07:00
Dmitry Khomutov 6330e3b177
Fixes for build branches with special chars (like '#, /' etc.) 2017-05-09 11:25:16 +07:00
Dmitry Khomutov 446deca0cb
Fixed pagination for environments in project/view page and ajax builds update. 2017-05-08 14:51:32 +07:00
Dmitry Khomutov efbf2650bb
Code style fixes. 2017-05-08 12:37:08 +07:00
Dmitry Khomutov fb424bfb2b
Code style fixes. 2017-05-05 10:55:12 +07:00
Paul Staring c68cb33fa5
ProjectController::build(): Moved the check on whether the project could be found up: no point in trying to get a list of branches of a project that doesn't even exist. 2017-05-05 10:52:20 +07:00
Dmitry Khomutov 1d8da6bfc0
Merge branch 'feature-github-webhook' 2017-04-23 00:06:01 +07:00
Dmitry Khomutov 1b70128c83
Added public/private project status icon to dashboard. 2017-04-22 22:29:09 +07:00
Dmitry Khomutov 36243ca9cb
Fixed build duration localization in timeline 2017-04-22 22:02:27 +07:00
Dmitry Khomutov 9d269a4cca
Added tags for Github builds (UI Fixes +++). 2017-04-22 21:56:51 +07:00
Dmitry Khomutov bf067e4fda
Added tags for Github builds (UI Fixes). 2017-04-22 21:48:54 +07:00
Dmitry Khomutov 12805d58d9
Added tags for Github builds (Fixes). 2017-04-22 21:06:53 +07:00
Dmitry Khomutov 647a5cedcd
Added tags for Github builds. 2017-04-22 20:02:24 +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
Dmitry Khomutov 6e60c07103
Refactored push and tag webhooks for Github. 2017-04-20 20:24:53 +07:00
Dmitry Khomutov 89218d7047
Added ability to build only head commit from push (Initial). 2017-04-20 19:35:26 +07:00
Dmitry Khomutov f4551963e4
Merge branch 'bugfix-63' 2017-04-19 19:15:55 +07:00
Dmitry Khomutov e2b6f5aefd
Refactored plugin PhpCsFixer (Added more backward compatibility). Issue #63. 2017-04-19 19:07:53 +07:00
Dmitry Khomutov 9c1dcbf6a9
Refactored plugin PhpCsFixer. Issue #63. 2017-04-19 18:45:59 +07:00
Dmitry Khomutov 3ef02202d3
Improved CI 2017-04-17 20:34:39 +07:00
Dmitry Khomutov 46ab25f9f8
Updated dependencies. Fixed SensioLabs Security Checker warning: squizlabs/php_codesniffer (2.7.1) - Arbitrary shell execution. 2017-04-17 20:22:26 +07:00
Dmitry Khomutov 814c77fdc9
Fixed git clone --depth in .php-censor.yml 2017-04-16 22:22:02 +07:00
Dmitry Khomutov 7be61d1658
Merge branch 'feature-production-fixes' 2017-04-16 22:15:33 +07:00
Dmitry Khomutov aeb6248436
Fixes 2017-04-16 22:08:14 +07:00
Dmitry Khomutov 3bd5b2c718
Improved error page +++ 2017-04-16 21:41:11 +07:00
Dmitry Khomutov 142f05b416
Fixed Database::lastInsertId call for PostgreSQL 2017-04-16 21:18:21 +07:00
Dmitry Khomutov a671f4d81d
Improved error page 2017-04-16 20:46:51 +07:00
Dmitry Khomutov 42a9d7fc94
Fixed gray block style (grey -> gray) +++ 2017-04-16 20:17:55 +07:00
Dmitry Khomutov c752651d10
Fixed environment field in build table 2017-04-16 20:09:33 +07:00
Dmitry Khomutov 1f9ec69c52
Fixed gray block style (grey -> gray) 2017-04-16 20:02:59 +07:00
Dmitry Khomutov acd2bcc088
Added text wrap for build log 2017-04-14 22:15:45 +07:00
Dmitry Khomutov 3f7882bfe9
Fixed #61 2017-04-13 22:52:03 +07:00
Dmitry Khomutov 75ebe61341
Small style fix 2017-04-13 18:13:54 +07:00
Dmitry Khomutov 2ca32044db Merge pull request #62 from JoolsMcFly/fix/wrong-branch-name-in-timeline
display build branch instead of project branch in Home/index and ajax-timeline
2017-04-13 18:11:27 +07:00
Jools 1aeeb3ba57 display build branch instead of project branch in Home/index and ajax-timeline 2017-04-13 06:45:07 +02:00
Jools 4feb2955cd fix broken link in worker.md file 2017-04-10 20:07:31 +07:00
Dmitry Khomutov d5c143fa50
Updated CHANGELOG.md (Added v0.13.0) 2017-04-10 20:04:50 +07:00
Dmitry Khomutov 84edee960e
Merge branch 'feature-ui-fixes' 2017-04-09 22:56:23 +07:00
Dmitry Khomutov 4f86a98b5e
Build and Project pages UI fixes 2017-04-09 22:51:03 +07:00
Dmitry Khomutov 1b11ec18ac
Fixed build buttons block in project page 2017-04-09 22:39:20 +07:00