Commit graph

90 commits

Author SHA1 Message Date
Dan Cryer
e888032bdf Updating Bitbucket to match Github and Gitlab in regards to building all payload commits instead of one per branch 2014-02-25 16:24:51 +00:00
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
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
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
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
03aeb7e3b1 remove unreachable if 2013-12-07 14:33:59 +00:00
Pavel Pavlov
27e3b8b469 UI Improvement: Modal confirmation dialog 2013-11-27 18:09:14 +04:00
Ondrej Huta
77cfd1e5b2 Fix the SettingsController 5.4 call (refactor) 2013-11-27 11:54:17 +01:00
Ondrej Huta
35bc3dad31 Fix the SettingsController 5.4 call 2013-11-27 11:42:34 +01:00
Jimmy Cleuren
8c127d692c catching permission error 2013-11-18 22:47:44 +01:00
Sami Tikka
3d8be0e218 error handling like in other webhooks 2013-10-18 16:04:13 +03:00
Sami Tikka
6b63e47cfd gitcontroller, allows calling webhook for local/remote git project 2013-10-18 16:04:13 +03:00
Dan Cryer
17a19c0707 Fixing PHPCS errors on PluginController 2013-10-12 09:44:51 +01:00
Gabriel Baker
7a0893737a composer_home 2013-10-17 08:53:05 +01:00
Gabriel Baker
24602766aa fix for composer_home being missing 2013-10-17 08:50:37 +01:00
Dan Cryer
2a47b08fec Removed Github configuration from ProjectController / ProjectForm and added it to a new settings area. 2013-10-11 21:51:23 +01:00
Dan Cryer
cc86e85adb Fixing Github Controller to ignore all-zeroes commit IDs 2013-10-10 01:38:32 +01:00
Dan Cryer
77fae9a56d Holy cleanup, batman. 2013-10-10 01:01:06 +01:00
Dan Cryer
d060227fbd Better docblock type hinting for stores. 2013-10-08 18:24:20 +01:00
Dan Cryer
160097182f New plugins screen 2013-10-08 16:28:46 +01:00
Dan Cryer
edc4fc1b1b Fixes 2013-10-08 13:52:05 +01:00
Dan Cryer
adab6b20c0 Fixing build status image. 2013-10-08 12:41:12 +01:00
Dan Cryer
deb71ec9e2 Fixes #125 2013-10-08 07:50:42 +01:00
Dan Cryer
b33189e08e UI plugins, including quality trend chart, logs and lines of code. Some UI tweaks. 2013-10-08 07:21:46 +01:00
Dan Cryer
47ac812432 Merge pull request #144 from SibSet/master
Mercurial build support
2013-09-20 09:09:19 -07:00
Roy Lindauer
0282e68119 Renamed IndexController to HomeController to avoid errors with Apache Multiviews. Related to issue #74
Updated ajax url request path in index.phtml
2013-09-19 23:51:04 -07:00
Pavel Gopanenko
e86852efa5 Mercurial build support 2013-09-04 19:54:26 +07:00
a.cianfarani
47be59ae46 Added Gitlab support 2013-08-23 16:05:12 +02:00
a.cianfarani
db42fb4224 restored chmod 2013-08-21 15:37:23 +02:00
a.cianfarani
287a2b3632 Merge remote-tracking branch 'upstream/master'
Conflicts:
	composer.json
2013-08-02 12:11:23 +02:00
Dan Cryer
0723c5d964 Updating PHPCI to use its new logo 2013-08-02 08:55:09 +01:00
Dan Cryer
eac86ff2bd Finishing updates to make PHPCI use Bootstrap v3, as per issue #99 2013-07-31 21:04:34 +01:00
Dan Cryer
a053c44b75 Merge branch 'master' of github.com:Block8/PHPCI into feature/bootstrapv3 2013-08-01 11:55:22 +01:00
Dan Cryer
8b5abc1f98 Initial work on upgrading to Bootstrap v3 2013-08-01 11:55:10 +01:00
Tobias Tom
0590890511 Some fixes for subdirectory support. 2013-07-30 19:45:27 +02:00
Dan Cryer
c935c5c7ee Merge branch 'master' of github.com:Block8/PHPCI 2013-07-30 02:56:10 +01:00
Dan Cryer
b47dfbd0b3 Various bug fixes 2013-07-30 02:55:29 +01:00
Alex Russell
cadcdcd3d2 Added new controller to accept Gitlab-like webhooks 2013-07-29 17:34:21 +01:00
a.cianfarani
e77a5a75fb Merge remote-tracking branch 'upstream/master' 2013-07-26 09:45:36 +02:00
mrafalko
3b5db87c31 removed inline JS, added e.preventDefault to avoid redirecting to 'false' URL 2013-07-26 00:48:08 +03:00
Maks Rafalko
2576f33029 Added exit to correct redirect after Rebuild and Delete build is clicked
Without `exit` it's not redirected.
2013-07-15 23:30:25 +03:00
Maks Rafalko
34bb69ec5e Added exit to correct redirect after Build Now is clicked
Withow `exit` statement it's not redirected to new created build.
2013-07-15 23:28:22 +03:00
Dan Cryer
b767da324a Merge pull request #85 from sanpii/remote
Allow arbitrary repository URL
2013-06-25 04:32:25 -07:00
Sanpi
7f09e4df07 Allow arbitrary repository URL 2013-06-19 17:47:25 +02:00