Commit graph

640 commits

Author SHA1 Message Date
Dan Cryer 65f51cff4a Adding verification to the install and update commands to check whether PHPCI is installed. 2014-04-10 14:59:01 +00:00
Dan Cryer 9f182aad91 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 efe8529d3f Removing warning about install.php being present. 2014-04-10 15:37:54 +01:00
Dan Cryer 3f8e767893 Removing web based installer, as it is more trouble than it is worth. 2014-04-10 15:37:28 +01:00
Steve B 686783534c Merge pull request #311 from snapshotpl/master
Use args in Codeception plugin
2014-03-31 08:38:19 +01:00
Witold Wasiczko 72b7a3d912 Use args in Codeception plugin 2014-03-31 00:45:20 +02:00
Steve B e7e920ffd7 Merge pull request #313 from Remo/fix-build-logger
fix BuildLogger instantiation
2014-03-26 07:28:17 +00:00
Remo Laubacher 5892fcb26e fix BuildLogger instantiation 2014-03-26 08:22:27 +01:00
Steve B 2fe80bdd00 Merge pull request #282 from freez10/functionalIssues
Fix for #276
2014-03-25 22:13:29 +00:00
Steve B ff6dfefb98 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 326113ebbc psr tidy up of util/Factory.php 2014-03-25 14:18:50 +00:00
steve.brazier 7e669ada47 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 cc71045e57 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
Steve B a5f81f0975 Merge pull request #309 from corpsee/error-log
Added simple error/exception handle and logging
2014-03-25 10:32:00 +00:00
Corpsee 08a15d8724 Added exception context for errror/exception handler logging 2014-03-24 23:43:20 +07:00
Dan Cryer 94e86e4d03 Merge pull request #308 from corpsee/master
A few fixes
2014-03-20 16:14:11 +00:00
Corpsee 04dae16157 Fixed require() in LoggerConfig 2014-03-20 22:51:30 +07:00
Corpsee 1cdb29840e Fixed log pathes 2014-03-20 22:33:25 +07:00
Corpsee 15d5c022c5 Improved error/exception handler and logging 2014-03-20 22:28:01 +07:00
Corpsee b28b5a575f Fixed rm for windows 2014-03-20 22:27:06 +07:00
Corpsee b2240104b4 Fixed rm for windows 2014-03-20 22:27:05 +07:00
Corpsee e7e685e9bd ProjectController::view 404 fix 2014-03-20 22:27:04 +07:00
Corpsee 92647c6bf9 Added simple error/exception handler and logging 2014-03-18 01:10:47 +07:00
Steve B cc283fcd3d Merge pull request #300 from corpsee/master
A few fixes for windows
2014-03-15 08:12:36 +00:00
Corpsee 3aa4806e25 Windows fixes 2014-03-15 13:01:41 +07:00
Corpsee 656e0a882e Change 'cp' command to 'copy' for windows 2014-03-14 00:06:59 +07:00
Corpsee 42aab0674f Merge branch 'master' of github.com:Block8/PHPCI 2014-03-13 23:50:13 +07:00
Corpsee 18701544a0 Fixed 'cd' command for windows 2014-03-13 00:37:57 +07:00
Dan Cryer 5ba0e26929 Merge pull request #299 from corpsee/master
A few minor fixes
2014-03-12 17:08:36 +00:00
Corpsee 39477678d2 Fixed git checkout for commitId = 'Manual' 2014-03-13 00:05:54 +07:00
Corpsee af22da6a1c Fixed CommitId link 2014-03-13 00:05:53 +07:00
steve.brazier 851f637899 format tidy up of buildPluginFactory() 2014-03-10 12:28:42 +00:00
steve.brazier 9c24fbaecb Psr\Log\LoggerInterface to the types that the plugin factory supplies by default. 2014-03-10 12:27:17 +00:00
steve.brazier 24b5bc549d Add debug logging to findBinary() 2014-03-10 12:12:38 +00:00
steve.brazier ff9ebdf744 Add debug logging to findBinary() 2014-03-10 12:08:16 +00:00
Steve B 7041478cec Merge pull request #295 from corpsee/master
Fixes for windows
2014-03-10 09:49:47 +00:00
steve.brazier d9ff36ddb4 Merge remote-tracking branch 'corpsee/master' 2014-03-10 09:48:50 +00:00
Corpsee e7bca06363 Fixed unittests on windows 2014-03-09 01:46:03 +07:00
Corpsee 76c9676be3 Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00
Corpsee c3b9e62adf Fixed composer plugin for using on Windows 2014-03-09 00:30:32 +07:00
Corpsee ffc7d1c1b9 Fixed findBinary function for windows (which -> where) 2014-03-09 00:30:00 +07:00
Steve B d8a4273f01 Merge pull request #294 from okinaka/fix-daemonise
Fix daemonise
2014-03-07 06:48:35 +00:00
OKINAKA Kenshin 6a79bcea60 Fix daemonise 2014-03-07 11:06:17 +09:00
Steve B 515100d0da Merge pull request #286 from wahler/issue-285
Use PHP 5.3 compatible array syntax
2014-03-03 17:15:50 +00:00
Christian Wahler 2290e37b97 Use PHP 5.3 compatible array syntax 2014-03-03 18:10:33 +01:00
meadsteve 3c1cb07e97 Update test ExamplePluginConfg.php to match test. 2014-03-02 20:10:48 +00:00
meadsteve 20d5e5a6b2 Add code to builder so pluginconfig.php is loaded if found in the root 2014-03-02 20:00:43 +00:00
meadsteve 6d4e49d07b Add code to allow configuration for the plugin factory to be stored on a per install basis. 2014-03-02 19:59:52 +00:00
steve.brazier bf4822c73b Merge branch 'bugfix/phpmd-phpcs-cleanup' of https://github.com/Block8/PHPCI 2014-02-27 14:24:32 +00:00
steve.brazier b60e278cf9 psr2 tidy up of logging code. 2014-02-27 14:23:51 +00:00