Commit graph

977 commits

Author SHA1 Message Date
Dan Cryer 5fc0ed0249 Cleaning up exceptions in the Build controller 2014-05-09 12:15:11 +01:00
Dan Cryer f2bf4ba440 Cleaning up exceptions in the Project controller 2014-05-09 12:11:02 +01:00
Dan Cryer baee67a43b Updating exception handler to return the appropriate HTTP response code 2014-05-09 12:10:48 +01:00
Dan Cryer b146af66b7 Adding some form of exception handling to front-end requests 2014-05-09 12:04:42 +01:00
Dan Cryer 68a92e4682 Merge branch 'master' of github.com:Block8/PHPCI 2014-05-09 11:49:41 +01:00
Dan Cryer 5908e86fc0 Enabling the exception / error handler for console mode only. Also fixing a catchable fatal error in the BuildFactory class. 2014-05-09 11:47:42 +01:00
Dan Cryer a180d8ac08 Making login redirect you to where you were trying to go after logging in. 2014-05-09 11:41:34 +01:00
Dan Cryer 77ac14cf12 Merge pull request #398 from meadsteve/master
Require at least php 5.3.8
2014-05-09 11:27:02 +01:00
steve.brazier ee301de023 bump required php version to 5.3.8. 2014-05-09 11:20:04 +01:00
Steve B 8ee6d360f6 Merge pull request #1 from Block8/master
Pulling in latest
2014-05-09 11:08:12 +01:00
Corpsee 5f0b45924e Merge branch 'master' into fixes-for-windows 2014-05-09 15:23:39 +07:00
Corpsee b3cf244944 Added CommandExecutorInterface 2014-05-09 15:23:30 +07:00
Corpsee 2d52c8dd01 Fixed phpdocs 2014-05-09 15:21:53 +07:00
Corpsee d7db9cf593 Few fixes for windows 2014-05-09 14:57:22 +07:00
Steve B 739b1047cd Merge pull request #397 from corpsee/master-fixes
Fixed duplicate methods of CommandExecutor helper
2014-05-09 08:37:12 +01:00
Corpsee a42dc67fad Fixed duplicate methods of CommandExecutor helper: executeCommand and buildAndExecuteCommand 2014-05-09 14:25:24 +07:00
Dan Cryer 3a0e62657b Merge branch 'master' of github.com:Block8/PHPCI 2014-05-09 07:01:12 +01:00
Dan Cryer f6c7f65f01 Removing 5.4+ array syntax from GenerateCommand 2014-05-09 07:01:03 +01:00
Dan Cryer 19d166c5c4 Merge pull request #396 from jimmycleuren/master
Remove coverage log line
2014-05-08 22:20:50 +01:00
Jimmy Cleuren 63298f2a23 remove coverage log line 2014-05-08 23:03:13 +02:00
Dan Cryer 45b7dec478 Fixing PHPCS and PHPMD errors 2014-05-08 21:43:06 +01:00
Dan Cryer 6b0d210344 Adding forgot password functionality. 2014-05-08 21:38:32 +01:00
Dan Cryer dac83fa24b Updating README 2014-05-08 19:00:50 +01:00
Dan Cryer 0654bcccee Adding edit profile (and change password) option for users. 2014-05-08 17:59:08 +00:00
Dan Cryer efd2073779 Updating composer.json 2014-05-08 16:04:37 +00:00
Dan Cryer b950e4d662 Updating license year 2014-05-08 16:03:29 +00:00
Dan Cryer b381b7864a Updating license year 2014-05-08 16:03:17 +00:00
Dan Cryer e297f60273 Fixing zero config ignore setting 2014-05-08 16:02:51 +00:00
Dan Cryer 43ce5554a6 Adding PHP Docblock Checker plugin 2014-05-08 16:02:24 +00:00
Dan Cryer 33aaaf68a0 Merge branch 'master' of github.com:Block8/PHPCI 2014-05-08 13:36:11 +01:00
Dan Cryer b1885a07fd Fixing bootstrap for ./console phpci:install 2014-05-08 12:16:09 +00:00
Steve B e7e84308d6 Merge pull request #388 from mobileka/fix-217
Fix #217
2014-05-08 09:33:47 +01:00
Steve B bdad9ceb14 Merge pull request #389 from JariInc/master
Interpolate PHPUnit arguments
2014-05-08 09:32:33 +01:00
Dan Cryer 0333016828 Converting build meta to use longtext instead of text, for builds with a lot of errors. 2014-05-07 16:09:56 +01:00
Dan Cryer 9eefc7bf8e Making phpunit plugin log the TAP string in the event it fails to process it. 2014-05-07 10:20:21 +01:00
Dan Cryer b9397414c3 Enable setting config file path via env rather than assuming PHPCI/config.yml (both work) 2014-05-06 16:44:23 +01:00
Dan Cryer 77daef3a5f Fixing daemonise mode, forcing RunCommand to only get one build at a time when running under daemon mode 2014-05-06 16:43:47 +01:00
yourilima eef1db1f4b Merge pull request #3 from Block8/master
Implement clone_depth setting in build_settings, to allow shallow clones...
2014-05-06 10:11:36 +02:00
Dan Cryer 9379af8724 Implement clone_depth setting in build_settings, to allow shallow clones. Fixes #391 2014-05-05 21:03:44 +01:00
yourilima c0d1634b45 Merge pull request #2 from Block8/master
update fork
2014-05-05 15:05:49 +02:00
Jari Ylimäinen 067aa85876 Interpolate PHPUnit arguments 2014-05-02 22:58:22 +03:00
Armen Markossyan 5cd2e21e07 Fix #217 2014-05-02 23:47:08 +06:00
Dan Cryer d17ea1bd38 Further cleanup for #384 2014-05-02 17:38:43 +01:00
Dan Cryer 1e44a1531b Simplifying ProjectController a little, see #384 2014-05-02 17:32:18 +01:00
Dan Cryer d98e85ffc3 Removing success field from Builder as it is only used in one method, see #382 2014-05-02 14:58:21 +00:00
Dan Cryer 128bfb4a94 Temporarily removing the PHPUnit tests, as they can't be made to work with the current state of the plugin 2014-05-02 14:57:44 +00:00
Dan Cryer 2f473763a7 Reducing complexity of Git::runAction() - See #385 2014-05-02 15:06:53 +01:00
Dan Cryer 2b697f2674 Reducing allowed PHPMD errors 2014-05-02 14:50:19 +01:00
Dan Cryer cf6e0471e4 PHPMD cleanup 2014-05-02 14:48:40 +01:00
Dan Cryer aa9a787531 Merge branch 'master' of github.com:Block8/PHPCI 2014-05-02 14:36:51 +01:00