Commit graph

1003 commits

Author SHA1 Message Date
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
Dan Cryer 664f0d7d8e Update README.md 2013-07-31 11:00:57 +01:00
Dan Cryer 1a3c45c945 Merge pull request #118 from tobiastom/one-public-directory
Store all public accessible files in one directory
2013-07-31 02:59:41 -07:00
Tobias Tom 7fccd56c2b Created one directory where all web-accessible files are located. 2013-07-31 11:30:20 +02:00
Tobias Tom 57f34ab6af Merge pull request #1 from Block8/master
Merge changes into fork
2013-07-31 02:26:20 -07:00
Dan Cryer cde2092c49 Merge pull request #107 from tobiastom/subdirectory-fixes
Some fixes for subdirectory support.
2013-07-31 02:11:30 -07:00
Dan Cryer 4453f9109b Merge pull request #110 from tobiastom/grunt-plugin
Added initial version of the grunt plugin.
2013-07-31 00:56:23 -07:00
Dan Cryer 3923bef664 Merge pull request #109 from tobiastom/composer-dependency
Removed magix execution of composer.
2013-07-31 00:54:43 -07:00
Tobias Tom e4685b9c29 Added initial version of the grunt plugin. 2013-07-31 08:55:19 +02:00
Tobias Tom 695d57c68c Added additional installation step. 2013-07-31 08:15:07 +02:00
Tobias Tom aa90f747fd Removed magix execution of composer. 2013-07-31 08:08:19 +02: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 77f7144610 Merge pull request #96 from alexrussell/phpcs-additions
Extended phpcs plugin to allow for extra commandline arguments.
2013-07-30 07:18:13 -07:00
Alex Russell 4133bb7905 Extended phpcs plugin to allow for extra commandline arguments.
- Now accepts paths in the --standards argument (and correctly prepends
  the build directory) so it actually works

- Now accepts the --tabwidth argument so that if your project favours tabs
  over spaces you can still just use PSR2 and you don't have to sacrifice
  using the Generic.WhiteSpace.ScopeIndent rule because it is spaces-only

- Now accpets the --encoding argument. I haven't used this before, but
  looking in the phpcs documentation it looks like a very useful one to
  have as most people code in utf-8 but phpcs defaults to iso-8859-1 and
  it can apparently "cause double-encoding problems when generating UTF-8
  encoded XML reports"
2013-07-30 14:58:00 +01:00
Dan Cryer b47dfbd0b3 Various bug fixes 2013-07-30 02:55:29 +01:00
Dan Cryer ba31b58c8d Merge pull request #95 from alexrussell/gitlab-integration
Added new controller to accept Gitlab-like webhooks
2013-07-29 09:46:00 -07:00
Alex Russell cadcdcd3d2 Added new controller to accept Gitlab-like webhooks 2013-07-29 17:34:21 +01:00
Dan Cryer 0adaf0c400 Merge pull request #93 from JapavehWebdesign/master
Include support for Pdepend and phploc
2013-07-26 05:30:09 -07:00
a.cianfarani e77a5a75fb Merge remote-tracking branch 'upstream/master' 2013-07-26 09:45:36 +02:00
Dan Cryer d717d78841 Merge pull request #91 from mrafalko/master
Replaced alpha word with beta [main logo]
2013-07-25 14:49:50 -07:00
mrafalko 3b5db87c31 removed inline JS, added e.preventDefault to avoid redirecting to 'false' URL 2013-07-26 00:48:08 +03:00
mrafalko 763d681eaf added class to make button like other buttons on the site 2013-07-26 00:29:27 +03:00
japaveh 89c0082ad4 Merge remote-tracking branch 'upstream/master' 2013-07-25 23:21:13 +02:00
mrafalko 549a022b0e replaced alpha word with beta [main logo] 2013-07-25 23:58:16 +03:00
Dan Cryer 6793a5f373 Update README.md 2013-07-25 13:44:08 +01:00
Dan Cryer 585a60e995 Update README.md 2013-07-25 12:36:46 +01:00
Dan Cryer 8c98a3ab64 Merge pull request #84 from sanpii/atoum
Add atoum plugin
2013-07-25 04:21:30 -07:00
Dan Cryer bb45e605e8 Merge pull request #88 from jaitaiwan/master
Add support for bare repositories
2013-07-25 04:19:07 -07:00
Dan Cryer 65770c8fe2 Merge pull request #90 from shurastik/master
added some configuration options
2013-07-25 04:13:43 -07:00
Dan Cryer d46e28c7f7 Merge pull request #89 from mrafalko/master
Added `exit` statement to correct redirects
2013-07-25 04:11:59 -07:00
Alexander Pirogov 2a0e6d2401 added rules option to phpmd plugin 2013-07-19 16:40:16 +03:00
Alexander Pirogov a137e9c0c6 added prefer_dist option to composer plugin 2013-07-18 16:10:55 +03:00
Alexander Pirogov 6c76208992 added smtp_encryption config parameter 2013-07-18 14:14:22 +03:00
Maks Rafalko dc77992fd2 Hide message when local repositary is used
Hide message about hooks when local repositary is used
2013-07-15 23:56:51 +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
japaveh dd3671186f Included support for PhpLoc and Pdepend 2013-07-13 00:19:43 +02:00
Daniel Holmes 9b458060fd Final Version.
Tested on ubuntu 12.04 64bit
2013-07-01 00:17:41 +10:00
Daniel Holmes 62e8106130 Tested And Resolved 2013-06-30 19:44:02 +10:00
Daniel Holmes 895928422e Allow for bare repositories 2013-06-30 18:55:25 +10:00
Sanpi ff8bd75b22 Add atoum plugin 2013-06-25 13:50:23 +02:00
Dan Cryer b767da324a Merge pull request #85 from sanpii/remote
Allow arbitrary repository URL
2013-06-25 04:32:25 -07:00
Dan Cryer f6f422520a Merge pull request #83 from sanpii/github
Dot is allowed in github repository name
2013-06-25 04:29:30 -07:00
Sanpi 7f09e4df07 Allow arbitrary repository URL 2013-06-19 17:47:25 +02:00
Sanpi 5c1b5dc13f Dot is allowed in github repository name 2013-06-19 15:06:15 +02:00
Dan Cryer a8ad93bb66 Merge pull request #82 from gabriel403/feature/daemon
Basic daemon controlled by command line
2013-06-11 14:30:33 -07:00
Dan Cryer 24c761a849 Merge pull request #81 from gabriel403/feature/summaryview
Summary changes
2013-06-11 12:47:03 -07:00