Commit graph

506 commits

Author SHA1 Message Date
Václav Makeš 12ee81a888 Added initial version of the PHP parallel lint plugin. 2013-09-20 12:58:41 +02:00
Roy Lindauer 3ccd72f53c Merge branch 'master' of github.com:rlindauer/PHPCI 2013-09-19 23:51:30 -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
Roy Lindauer 355c403ec0 Updated ajax url request path in index.phtml 2013-09-19 23:48:51 -07:00
Roy Lindauer 2a5262f5ed Renamed IndexController to HomeController to avoid errors with Apache Multiviews. Related to issue #74 2013-09-19 23:33:46 -07:00
a.cianfarani e91b9426e0 Correct indentation 2013-09-19 09:46:29 +02:00
a.cianfarani 4cad2b4078 Added GitLab infos (WebHook url) in the project page if it's a GitLab's project 2013-09-19 09:34:51 +02:00
Stephen Brooks 6754ffa041 Merge branch 'master' of https://github.com/brooksie155/PHPCI 2013-09-18 10:03:54 +01:00
Stephen Brooks 741c1bab55 updated 2013-09-18 10:01:21 +01:00
Stephen Brooks 1fb292fefb updated 2013-09-18 09:59:53 +01:00
Stephen Brooks fd3097514b Fix fatal error when $project is not set, which prevents access to Interface 2013-09-18 09:57:44 +01:00
Stephen Brooks 459269f61f Fix notice on command line when PHPCI_DB_HOST not set 2013-09-18 09:56:54 +01:00
Stephen Brooks df32fcbbd4 Fix bug resulting in UI displaying errors (level of error reporting enabled may have been partially cause) when project object not set. 2013-09-18 09:56:13 +01:00
Stephen Brooks f5c7f85bed Add ability to specify sub path and override global ignore list in phpci.yml 2013-09-18 09:54:23 +01:00
Stephen Brooks 9b4c35a11e Add ability to specify project sub-path and set flag for code coverage 2013-09-18 09:53:01 +01:00
Mark Clements 19c643032e Merge pull request #141 from c2is/campfire
Campfire : added %buildurl% var for message option and update readme accordingly
2013-09-18 01:49:10 -07:00
Mark Clements 7abd7644d8 Merge pull request #146 from agarzon/patch-1
Update README.md
2013-09-12 19:09:34 -07:00
Alexander Garzon 445d507e24 Update README.md
Better explanation about how to install it on Apache.
2013-09-12 22:01:25 -04:00
Pavel Gopanenko e86852efa5 Mercurial build support 2013-09-04 19:54:26 +07:00
a.cianfarani 620e19fcc1 Update readme to show %buildurl% in use 2013-08-28 10:59:50 +02:00
a.cianfarani 7c06aa4273 Coding style... 2013-08-28 10:49:10 +02:00
a.cianfarani 17852f8aa8 Clean %buildurl% var for message option: just url given now, not the html link 2013-08-28 10:47:00 +02:00
a.cianfarani 03c5fb5558 Added %buildurl% var for message option 2013-08-28 10:43:29 +02:00
Dan Cryer 463ac8a6ee Merge pull request #140 from c2is/campfire
Added campfire plugin to allow pushing messages
2013-08-27 10:14:43 -07:00
a.cianfarani 5cc9ddb068 Added campfire plugin to allow pushing messages 2013-08-27 18:35:10 +02:00
Dan Cryer 8965034041 Merge pull request #124 from c2is/master
Atoum Plugin improvements and implementation
2013-08-27 05:48:42 -07:00
a.cianfarani 3e0f5d793c Allow atoum to be called from the tested project if executable option is set.
Improve errors catching
2013-08-23 18:13:12 +02:00
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