Dan Cryer
|
08af82e84b
|
Updating Gitlab webhook support
|
2014-02-25 09:09:38 +00:00 |
|
Dan Cryer
|
0c125ab962
|
Pulling email address out of raw author from bitbucket
|
2014-02-24 21:13:40 +00:00 |
|
Dan Cryer
|
73abea2485
|
Adding a formatted email for build fails
|
2014-02-24 21:04:08 +00:00 |
|
Dan Cryer
|
e6ef498db4
|
Adding support for HTTP commit-based builds too
|
2014-02-24 20:34:31 +00:00 |
|
Dan Cryer
|
43ecd57775
|
Adding support for building specific revisions, rather than just branches
|
2014-02-24 20:28:18 +00:00 |
|
Dan Cryer
|
4f39e1cca4
|
Fixing Bitbucket and Github webhooks
|
2014-02-24 20:14:57 +00:00 |
|
Dan Cryer
|
a0ff2f6ab8
|
Fix
|
2014-02-24 19:35:42 +00:00 |
|
Dan Cryer
|
0bcb13af09
|
Updating Bitbucket Webhook
|
2014-02-24 19:23:46 +00:00 |
|
Dan Cryer
|
1ddce31488
|
Updating PHPCI to support new b8framework release
|
2014-02-24 15:30:44 +00:00 |
|
kodok-buncit
|
30b3be7c2d
|
fix wrong url on view
|
2014-02-18 18:41:39 +07:00 |
|
Wogan May
|
37f06defc7
|
Fixing short tags
|
2014-01-28 23:27:39 +02:00 |
|
Steve B
|
54694d197b
|
Merge pull request #253 from woganmay/create-admin-user
Create admin user
|
2014-01-16 00:55:32 -08:00 |
|
Steve B
|
ddf7f8a4c3
|
Merge pull request #249 from c2is/master
Added executable option for behat plugin
|
2014-01-16 00:52:58 -08:00 |
|
Steve B
|
53e295f145
|
Merge pull request #241 from meadsteve/buillder-component-extraction
Buillder component extraction
|
2014-01-16 00:52:42 -08:00 |
|
Wogan May
|
cd3a18d73c
|
Create admin user
New console command just to create an admin user
|
2014-01-14 23:09:40 +02:00 |
|
Wogan May
|
89931d01b5
|
Revert "Create an admin user"
This reverts commit f6f5a6e111.
|
2014-01-14 23:07:12 +02:00 |
|
Wogan May
|
f6f5a6e111
|
Create an admin user
New console command to add an admin user without trying to reinstall the
whole app.
|
2014-01-14 23:03:23 +02:00 |
|
a.cianfarani
|
a1f0b93861
|
Added executable option for behat plugin
|
2014-01-10 10:58:14 +01:00 |
|
Steve B
|
c35e3386cc
|
Merge pull request #242 from freez10/master
Fix for #236
|
2014-01-04 02:53:07 -08:00 |
|
Raul Ferriz
|
1ac77fd268
|
Removed unused use clauses.
|
2014-01-04 10:20:20 +01:00 |
|
Raul Ferriz
|
4b50b9eb77
|
Fix daemonise crash.
|
2014-01-04 10:19:55 +01:00 |
|
Raul Ferriz
|
8bc043065a
|
Check for option verbose instead of get it.
This avoid crashing when called by daemonise command.
|
2014-01-04 10:17:24 +01:00 |
|
Pavel Pavlov
|
df2a8aeac2
|
Fixes #236 Javascript bug, delete build error
|
2013-12-31 13:46:23 +04:00 |
|
Steve B
|
bc838e0c43
|
Merge pull request #238 from meadsteve/command-execution
Move shell command execution out of builder into separate class and fix issue #218
|
2013-12-20 01:38:03 -08:00 |
|
meadsteve
|
cfb0db5b81
|
fixing builder so that PluginExecutor receives BuildLogger instance
|
2013-12-17 15:44:49 +00:00 |
|
meadsteve
|
1b2f19c81f
|
remove interopolation code from builder and make use of BuildInterpolator object.
|
2013-12-17 15:24:13 +00:00 |
|
meadsteve
|
f0d224ce3c
|
copy code from Builder to create BuildInterpolator.
|
2013-12-17 15:23:17 +00:00 |
|
meadsteve
|
248579f67d
|
add getProjectTitle() to buildBase as shorthand for getProject()->getTitle()
|
2013-12-17 15:14:26 +00:00 |
|
localhost8080
|
f6ee6493e2
|
adding support for the 'committer' parameter
adding support for the committer parameter in the email configuration
section of phpci.yaml
enabled with
committer: true
in your phpci.yml
|
2013-12-15 20:21:12 +00:00 |
|
meadsteve
|
356a2293a1
|
move logging related classes to appropriate namespace.
|
2013-12-13 16:10:54 +00:00 |
|
meadsteve
|
1bc2117c69
|
extracted build logging logic from the Builder class.
|
2013-12-13 15:57:56 +00:00 |
|
meadsteve
|
725e2aeadd
|
Merge branch 'master' of https://github.com/meadsteve/PHPCI
|
2013-12-13 15:01:02 +00:00 |
|
meadsteve
|
c67b29eacd
|
adding missing required packages to the PluginController.
|
2013-12-13 15:00:05 +00:00 |
|
meadsteve
|
3a3cc98f86
|
rename CommandExecutor::executeCommand() so that it's not confused with the Builder::executeCommand()
|
2013-12-13 14:41:02 +00:00 |
|
steve.brazier
|
8d8714746c
|
move findBinary from Builder to CommandExecutor.
|
2013-12-12 16:17:11 +00:00 |
|
steve.brazier
|
d26568b962
|
fix issue #218 by blanking last output before executing new command.
|
2013-12-12 14:16:14 +00:00 |
|
steve.brazier
|
5801c6083e
|
move command execution code out of builder class
|
2013-12-12 14:15:44 +00:00 |
|
indigodp
|
cfe45f54d0
|
Update LocalBuild.php
Add fetching needed branch for local build
|
2013-12-11 09:33:59 +02:00 |
|
Steve B
|
e49128f4d6
|
Merge pull request #232 from Block8/feature/shell_plugin_updates
Updating shell plugin with suggestions from #188
|
2013-12-10 02:53:31 -08:00 |
|
Dan Cryer
|
2cc554d9aa
|
Merge pull request #233 from meadsteve/build-status-fix
Refactor how the plugin stages are called
|
2013-12-09 08:52:41 -08:00 |
|
Steve B
|
4e4607434c
|
Merge pull request #230 from Block8/plugin-builder
Allow 3rd party plugins
|
2013-12-09 08:45:36 -08:00 |
|
Dan Cryer
|
123815aec9
|
Fix for #210
|
2013-12-09 16:27:39 +00:00 |
|
Dan Cryer
|
853510a1d3
|
Updating shell plugin with suggestions from #118
|
2013-12-09 16:12:54 +00:00 |
|
Steve B
|
6918addab4
|
Merge pull request #224 from freez10/master
UI Improvement: Modal confirmation dialog
|
2013-12-07 08:43:21 -08:00 |
|
Pavel Pavlov
|
148d30f74e
|
Don't redirect or reload a page when confirmation dialog wasn't confirmed
|
2013-12-07 19:36:50 +04:00 |
|
meadsteve
|
169a92dfeb
|
refactor the plugin stage calling code.
|
2013-12-07 14:45:13 +00:00 |
|
Steve B
|
03aeb7e3b1
|
remove unreachable if
|
2013-12-07 14:33:59 +00:00 |
|
Steve B
|
ce88f50958
|
fix the plugin executor so that the status is correctly reported.
|
2013-12-07 13:53:05 +00:00 |
|
steve.brazier
|
974aeeffdc
|
Merge branch 'unit-testing' into plugin-builder
|
2013-12-06 15:18:37 +00:00 |
|
steve.brazier
|
6aed18158b
|
extract the success/failure logging of the builder to an interface.
|
2013-12-06 11:31:39 +00:00 |
|