Commit graph

279 commits

Author SHA1 Message Date
a.cianfarani
f28ba71be5 Merge remote-tracking branch 'upstream/master' 2013-08-23 16:06:59 +02:00
a.cianfarani
47be59ae46 Added Gitlab support 2013-08-23 16:05:12 +02:00
a.cianfarani
f1fab01fd8 restored chmod 2013-08-21 15:39:13 +02:00
a.cianfarani
db42fb4224 restored chmod 2013-08-21 15:37:23 +02:00
Gabriel Baker
4945fde3c0 Merge pull request #129 from camspiers/pdepend-ignore
Honour the ignore directive in Pdepend plugin
2013-08-21 03:08:53 -07:00
Gabriel Baker
cffbf42d9f Merge pull request #136 from camspiers/fonts-ssl
Fix issue with non-ssl resources are loaded from an ssl served document
2013-08-21 03:07:54 -07:00
Cam Spiers
5b148ecc8e Fix issue with non-use resources are loaded from an ssl served document 2013-08-20 21:58:26 +12:00
Cam Spiers
2a8098f431 Honour the ignore directive in Pdepend plugin 2013-08-20 21:54:42 +12:00
Dan Cryer
45a2857c39 Merge pull request #135 from kdambekalns/composer-improvements
Use composer without ANSI output and interaction
2013-08-15 08:35:53 -07:00
Dan Cryer
d7e7905c63 Merge pull request #134 from kdambekalns/phpmd-improvements
Support local PHPMD rules and suffixes
2013-08-15 08:35:24 -07:00
Dan Cryer
8045cf1cd7 Merge pull request #133 from kdambekalns/phpcs-improvements
Support suffixes for PHPCS
2013-08-15 08:34:47 -07:00
Karsten Dambekalns
0c95d27056 Use composer without ANSI output and interaction 2013-08-15 17:28:25 +02:00
Karsten Dambekalns
aedac8498b Support suffixes for PHPCS
The suffixes to scan can be given in options now, default is just php.
2013-08-15 16:23:53 +02:00
Karsten Dambekalns
5f2b5fc2e7 Support local PHPMD rules and suffixes
Allows to specify rules as a relative path in the project.

The suffixes to scan can be given in options now, default is just php.
2013-08-15 16:22:47 +02:00
Dan Cryer
0caa1605d6 Merge pull request #130 from camspiers/pdepend-remove-artifacts
Check if build artifacts exist before deleting them
2013-08-12 04:45:25 -07:00
Mark Clements
ff5be1f364 Merge pull request #128 from camspiers/pdepend-allow-spaces
Allow project names with spaces to work with depend build artifacts
2013-08-11 11:21:23 -07:00
Cam Spiers
15ffbf963d Allow project names with spaces to work with depend build artefacts 2013-08-10 13:36:55 +12:00
Cam Spiers
69cc83a04a Check if build artifacts exist before deleting them 2013-08-10 13:34:19 +12:00
a.cianfarani
97d279cabd Cleaned coding style 2013-08-02 12:12:17 +02:00
a.cianfarani
287a2b3632 Merge remote-tracking branch 'upstream/master'
Conflicts:
	composer.json
2013-08-02 12:11:23 +02:00
a.cianfarani
2bfd226663 Implemented Atoum plugin as a 'native' plugin:
- allow atoum bin to be called directly into PHPCI and not only in the current project tested (changed -d option),
- added plugin in the phpci's composer.json,
- modify execute method of the plugin because atoum always return 0 even if errors are catched,
2013-08-02 12:02:44 +02:00
Dan Cryer
3739df7186 Merge pull request #123 from Block8/feature/logo
Updating PHPCI to use its new logo - Closes #100
2013-08-02 00:56:35 -07:00
Dan Cryer
0723c5d964 Updating PHPCI to use its new logo 2013-08-02 08:55:09 +01:00
Dan Cryer
4f003f406f Merge pull request #122 from alexrussell/bootstrap-3-fixes
Fixed bootstrap 3 table and label classes (mainly the danger ones)
2013-08-01 08:50:26 -07:00
Alex Russell
9bb21fc01a Fixed bootstrap table and label classes (mainly the danger ones) 2013-08-01 16:40:40 +01:00
Dan Cryer
62071c6d86 Merge pull request #121 from Block8/feature/bootstrapv3
Merging switch to Bootstrap v3. Closes #99.
2013-08-01 04:12:00 -07: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
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