Commit graph

553 commits

Author SHA1 Message Date
Dan Cryer
a1f47ddfe1 Fixing Gitlab support 2014-02-25 09:47:09 +00:00
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
bed0419d81 Merge branch 'master' of github.com:Block8/PHPCI 2014-02-24 20:28:29 +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
5da542c6f7 Update README.md 2014-02-24 20:16:27 +00:00
Dan Cryer
52976a66ef Merge branch 'master' of github.com:Block8/PHPCI 2014-02-24 20:15:05 +00:00
Dan Cryer
4f39e1cca4 Fixing Bitbucket and Github webhooks 2014-02-24 20:14:57 +00:00
Dan Cryer
411fad0126 Update README.md 2014-02-24 19:38:55 +00:00
Dan Cryer
a0ff2f6ab8 Fix 2014-02-24 19:35:42 +00:00
Dan Cryer
e31942102c Merge branch 'master' of github.com:Block8/PHPCI 2014-02-24 19:24:22 +00:00
Dan Cryer
0bcb13af09 Updating Bitbucket Webhook 2014-02-24 19:23:46 +00:00
Dan Cryer
1cc0662c2e Update phpci.yml 2014-02-24 15:43:44 +00:00
Dan Cryer
1ddce31488 Updating PHPCI to support new b8framework release 2014-02-24 15:30:44 +00:00
Dan Cryer
a584f29316 Merge pull request #271 from kodok-buncit/master
fix wrong url on view
2014-02-18 12:26:01 +00:00
kodok-buncit
30b3be7c2d fix wrong url on view 2014-02-18 18:41:39 +07:00
Dan Cryer
956862bb0f Merge pull request #261 from woganmay/patch-tagfix
Fixing short tags
2014-01-28 13:32:00 -08:00
Wogan May
37f06defc7 Fixing short tags 2014-01-28 23:27:39 +02:00
Dan Cryer
aaa876d228 Merge pull request #257 from tobiastom/patch-2
Redirect after installation is broken
2014-01-28 08:57:32 -08:00
Steve B
14da1ab5a5 Merge pull request #256 from tobiastom/patch-1
When phpci is default, it should be used.
2014-01-27 03:36:33 -08:00
Tobias Tom
c7de384750 Redirect after installation is broken
Currently the form just redirects to `/session/login`, which is wrong if PHPCI was installed into a subdirectory. 

This pull request fixes the URL that is used in the last form step.
2014-01-25 14:26:47 +01:00
Tobias Tom
37248fcd5b When phpci is default, it should be used.
The installer displays `phpci` as placeholders for the database settings (database and username).

When I do not change them the installer fails with this error:

`Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' in /Users/tobias/Sites/PHPCI/vendor/block8/b8framework/b8/Database/Map.php on line 40`

I assume it is simply because they are not set. This pull requests uses the given values, or phpci as default.

In theory I would assume all the configuration values should be checked somehow. Is this just not implemented, or is it not desired?
2014-01-25 14:22:15 +01: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
Steve B
2b360675b6 Merge pull request #247 from raistlin/Fix_Daemonise
Fix daemonise
2014-01-04 02:50:38 -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
meadsteve
f09ed3edad Merge remote-tracking branch 'memoryleak/master' into block8-master-23 2013-12-23 14:51:03 +00: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
Steve B
36402ee47c Merge pull request #239 from localhost8080/master
adding support for the 'committer' parameter
2013-12-18 00:53:41 -08:00
meadsteve
cfb0db5b81 fixing builder so that PluginExecutor receives BuildLogger instance 2013-12-17 15:44:49 +00:00
meadsteve
e32635c474 add very basic tests for BuildInterpolator 2013-12-17 15:35:18 +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
meadsteve
0c12f0b98d fix monolog name spacing in tests. 2013-12-17 15:05:08 +00:00
meadsteve
30bd11f0dd fix testing namespace 2013-12-17 15:03:48 +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
051f51a222 add tests for BuildLogger 2013-12-14 11:07:04 +00:00
meadsteve
8652e579f5 move logging test 2013-12-14 10:41:21 +00:00