Commit graph

681 commits

Author SHA1 Message Date
Dan Cryer
4b2815a76f Fixing previous commit >_> 2014-04-16 12:05:45 +01:00
Dan Cryer
d1548a8cad Fixing previous commit >_> 2014-04-16 12:05:00 +01:00
Dan Cryer
a097e5d1ae Adding post install script 2014-04-16 11:03:40 +00:00
Dan Cryer
e085978800 Adding basic git plugin 2014-04-16 10:14:19 +00:00
Dan Cryer
55975a8026 Fixing issues when adding a gitlab project 2014-04-16 10:14:06 +00:00
Dan Cryer
8c8433afe8 Updating PHPSpec plugin to work with v2. Fixes #339 2014-04-16 10:23:04 +01:00
Dan Cryer
e6d0cee4bd Adding guard around ssh-keygen in project controller, hopefully fixes #340 2014-04-16 09:15:39 +00:00
Dan Cryer
d374c16161 Updating composer.lock to reflect new dependency versions 2014-04-16 09:54:09 +01:00
Dan Cryer
ed38dbd523 Updating dependencies - Fixes #320, thanks @GrahamCampbell 2014-04-16 09:48:39 +01:00
Dan Cryer
249acaeb28 Merge pull request #342 from corpsee/database-yml
Added database-based yml build config #2
2014-04-16 09:44:13 +01:00
Dan Cryer
ba595f7e5f Merge pull request #341 from Block8/dc/installer-fixes
Fixes to improve installation
2014-04-16 09:29:27 +01:00
Dan Cryer
5eee1d6704 Fixes for feedback in #341. 2014-04-16 09:29:01 +01:00
Dan Cryer
f8feb7de56 Merge pull request #344 from elkangaroo/fix-graph-flicker
fix #334: fix flickering of quality trend graph
2014-04-16 09:18:43 +01:00
Dan Cryer
79b4449794 Merge branch 'master' of github.com:Block8/PHPCI 2014-04-16 09:05:57 +01:00
Dan Cryer
775e8d7493 Adding global try/catch in Builder, in hope of fixing forever-hanging. Closes #354, Closes #304 2014-04-16 09:05:48 +01:00
Dan Cryer
98aa35d159 Adding global try/catch in Builder, in hope of fixing forever-hanging. Closes #354, Closes #304 2014-04-16 09:05:46 +01:00
Dan Cryer
7e364b37a7 Check $this->path is set before use, fixes #355 2014-04-16 08:57:17 +01:00
Steve B
1c34cff181 Merge pull request #349 from NamelessCoder/patch-5
Wipe Plugin - wipes a folder
2014-04-14 10:35:41 +01:00
Steve B
f02a800269 Merge pull request #350 from NamelessCoder/patch-6
Preserve absolute paths in Plugin.PhpMessDetector
2014-04-14 08:58:05 +01:00
Steve B
e68cd39afa Merge pull request #347 from NamelessCoder/patch-3
Missing property declaration for `ignore` on Plugin.CopyBuild
2014-04-14 08:56:25 +01:00
Steve B
6840a18a88 Merge pull request #345 from NamelessCoder/patch-1
Bad copy/pasted method comment in CopyBuild plugin
2014-04-14 08:55:49 +01:00
Claus Due
336f1096dd Preserve absolute paths in Plugin.PhpMessDetector
Before: all paths, including absolute paths, were treated relative to build directory.

After: any absolute path is not prefixed with the build directory path; it gets used as-is.
2014-04-12 17:28:52 +02:00
Claus Due
fd02c51c9e Wipe Plugin - wipes a folder 2014-04-12 14:31:31 +02:00
Claus Due
7c5fd65426 Missing property declaration for ignore on Plugin.CopyBuild 2014-04-12 13:50:10 +02:00
Claus Due
7c43bfd198 Bad copy/pasted method comment in CopyBuild plugin 2014-04-12 02:44:27 +02:00
Alexander Wenzel
f4bef26663 fix #334: fix flickering of quality trend graph; fix hidden data points for single errors / warnings 2014-04-12 00:11:46 +02:00
Dmitry Khomutov
94b2a8a5c5 Genereted models by console phpci:generate command 2014-04-10 23:52:21 +07:00
Dmitry Khomutov
6a23c79919 Inverted priority of configs: phpci.yml is primary now 2014-04-10 23:41:02 +07:00
Dmitry Khomutov
ce949e12e0 Merge branch 'master' into database-yml 2014-04-10 23:11:41 +07:00
Dmitry Khomutov
dd27695bed Merge branch 'master' of github.com:Block8/PHPCI 2014-04-10 23:11:03 +07:00
Dan Cryer
39767583f1 Merge pull request #330 from sklerotraficon/master
Bugfix Errors with PHPCI GitHub hook #296
2014-04-10 16:33:35 +01:00
Dan Cryer
89432dac08 Adding blank lane at end of index.php 2014-04-10 16:31:48 +01:00
Dan Cryer
8a7f048f4c Removing commented code from the installer 2014-04-10 16:31:10 +01:00
Dan Cryer
6defc40b13 Using UTC timezone if one is not set. 2014-04-10 14:59:24 +00:00
Dan Cryer
e8abdfcb17 Adding verification to the install and update commands to check whether PHPCI is installed. 2014-04-10 14:59:01 +00:00
Dan Cryer
e7033bfa23 Updating console installer to be more reliable, easier to use, and use Symfony console properly. 2014-04-10 15:38:16 +01:00
Dan Cryer
0a1c642381 Removing warning about install.php being present. 2014-04-10 15:37:54 +01:00
Dan Cryer
09eeb49a28 Removing web based installer, as it is more trouble than it is worth. 2014-04-10 15:37:28 +01:00
Steve B
12ccec53dc Merge pull request #311 from snapshotpl/master
Use args in Codeception plugin
2014-03-31 08:38:19 +01:00
Witold Wasiczko
9d655c0559 Use args in Codeception plugin 2014-03-31 00:45:20 +02:00
zigster
34324b494f Bugfix Errors with PHPCI GitHub hook #296
> fixed access to undefined class member _buildStore to buildStore
2014-03-30 11:59:56 +02:00
Steve B
d6d865a012 Merge pull request #313 from Remo/fix-build-logger
fix BuildLogger instantiation
2014-03-26 07:28:17 +00:00
Remo Laubacher
943cb7458a fix BuildLogger instantiation 2014-03-26 08:22:27 +01:00
Steve B
99f9a93ef4 Merge pull request #282 from freez10/functionalIssues
Fix for #276
2014-03-25 22:13:29 +00:00
Dmitry Khomutov
e553330412 Merge branch 'master' into database-yml 2014-03-25 22:28:09 +07:00
Dmitry Khomutov
84714d9f34 Merge branch 'master' of github.com:Block8/PHPCI 2014-03-25 22:25:57 +07:00
Steve B
b7e2bdde6e Merge pull request #307 from meadsteve/feature/pluginfactoryconfig
Allow configuration of the plugin factory on a per install basis
2014-03-25 14:20:02 +00:00
steve.brazier
ec659a6415 psr tidy up of util/Factory.php 2014-03-25 14:18:50 +00:00
steve.brazier
de846bc06b Merge remote-tracking branch 'origin/master' into feature/pluginfactoryconfig
Conflicts:
	PHPCI/Builder.php
	PHPCI/Plugin/Util/Factory.php
2014-03-25 14:17:03 +00:00
steve.brazier
060a786303 Merge remote-tracking branch 'origin/master' into feature/pluginfactoryconfig
Conflicts:
	PHPCI/Builder.php
	PHPCI/Plugin/Util/Factory.php
2014-03-25 14:13:45 +00:00