Commit graph

816 commits

Author SHA1 Message Date
Dan Cryer
01df334bb3 Cleaning up the WebhookController class, making it actually send status postbacks, skipping duplicate commits 2014-05-12 15:53:29 +01:00
Dan Cryer
3f0074de88 Fixing build model 2014-05-12 15:22:32 +01:00
Dan Cryer
77ec9998b6 Fixing build model 2014-05-12 15:20:42 +01:00
Dan Cryer
1739afeca6 Update GithubBuild to allow for testing pull requests, hopefully 2014-05-12 15:18:42 +01:00
Dan Cryer
a2997713d1 Removing reference to getPlugins() from BuildController 2014-05-12 15:01:34 +01:00
Dan Cryer
328e579037 Removing reference to getPlugins() from BuildsTable view 2014-05-12 14:58:48 +01:00
Dan Cryer
5ec83f64db Fixing WebhookController 2014-05-12 14:58:30 +01:00
Dan Cryer
fd5416a431 Updating webhook controller to support pull request payloads 2014-05-12 14:46:45 +01:00
Dan Cryer
03351214f1 Updating Build model to add accessor for the extra column 2014-05-12 14:07:09 +01:00
Dan Cryer
9486bd0863 Removing unused plugins column, adding extra column to allow for type-specific build information (such as forked repo information for pull requests or a patch file 2014-05-12 13:46:26 +01:00
Dan Cryer
edc8bb0754 Cleaning up the composer plugin a little 2014-05-12 11:58:43 +01:00
Dan Cryer
32ca0b438d Trying adding --prefer-source when --prefer-dist is not enabled 2014-05-12 11:47:07 +01:00
Dan Cryer
3ae0f021f7 Trying Composer without --prefer-dist to see if we are still rate limited 2014-05-12 11:44:27 +01:00
Dan Cryer
176af17a37 Updating Dockerfile 2014-05-12 10:22:56 +01:00
Dan Cryer
45ac8d3c40 Merge branch 'master' of github.com:Block8/PHPCI 2014-05-12 10:13:06 +01:00
Dan Cryer
fd50aa144c Adding agent Dockerfile, allows you to run PHPCI build daemon within Docker 2014-05-12 10:12:54 +01:00
steve.brazier
614af204f5 Add missing newline to end of BaseCommandExecutor. 2014-05-12 09:07:27 +01:00
Steve B
b53d5ac31f Merge pull request #412 from corpsee/fixes-for-windows
Fixed test for CommandExecutor
2014-05-11 18:48:07 +01:00
Corpsee
7c762c6042 Fixed annotation 2014-05-12 00:44:13 +07:00
Corpsee
aa83103e87 Repaired tests for CommandExecutor 2014-05-12 00:43:41 +07:00
Steve B
f583d045cf Merge pull request #404 from corpsee/fixes-for-windows
Init abstraction of command execution on different operation systems
2014-05-11 18:20:59 +01:00
Corpsee
f6d1896096 Pull request review fixes 2014-05-11 22:38:33 +07:00
Dan Cryer
faad6592cf Merge pull request #408 from corpsee/public-key-overflow-fix
Fixed public key text outing of panel border
2014-05-11 15:42:57 +01:00
Corpsee
ff1dad958f Fixed public key text outinf of panel border 2014-05-10 21:06:16 +07:00
Dan Cryer
aed38a0aca Merge pull request #403 from corpsee/sqlite-plugin
Added SQLite plugin, improved SQL plugins
2014-05-09 18:46:42 +01:00
Corpsee
2476086f7c Fixes 2014-05-09 23:55:13 +07:00
Corpsee
37bdffbbdd Merge branch 'master' into fixes-for-windows 2014-05-09 23:50:16 +07:00
Corpsee
fa85f13ae8 Small fixes for SQL plugins (phpdocs, some fixes) 2014-05-09 23:49:20 +07:00
Corpsee
3e7c38df35 Added Sqlite plugin 2014-05-09 23:41:26 +07:00
Dan Cryer
66772d3bf1 Reducing the complexity of ProjectController::add() 2014-05-09 16:19:15 +01:00
Dan Cryer
aab931c293 Reducing complexity of phpdocblockchecker::execute(), see #402 2014-05-09 16:05:21 +01:00
Dan Cryer
1f7f318634 Fixing merge conflict 2014-05-09 15:56:34 +01:00
Dan Cryer
7d50256a53 Initial work on fixing the complexity of user controller 2014-05-09 15:51:13 +01:00
Dan Cryer
a6d1afd3f4 Merge pull request #399 from Block8/dc/error-handling
Better error handling for the front-end UI
2014-05-09 15:36:50 +01:00
Dan Cryer
1f30a81bd5 Merge branch 'master' of github.com:Block8/PHPCI 2014-05-09 15:34:22 +01:00
Dan Cryer
8418208863 Updating UI plugins to fix memory leak reported in #394 2014-05-09 15:34:14 +01:00
Steve B
cf5036faa9 Merge pull request #400 from danio1024/master
Added missing run statement for PhpSpec. Fixing #372
2014-05-09 14:18:29 +01:00
danio1024
cbc769d8ef Changed PhpSpec run command order to match docs 2014-05-09 15:15:55 +02:00
danio1024
52202c08c9 Added missing run statement for PhpSpec 2014-05-09 14:51:45 +02:00
Corpsee
d32c43713d Separeted CommandExecutor for different OS 2014-05-09 19:09:27 +07:00
Dan Cryer
7357f81dc3 Cleaning up exceptions in the User controller 2014-05-09 12:19:48 +01:00
Dan Cryer
302717bad0 Cleaning up exceptions in the BuildStatus controller 2014-05-09 12:16:24 +01:00
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