Commit graph

699 commits

Author SHA1 Message Date
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
Steve B e48ae0a901 Merge pull request #309 from corpsee/error-log
Added simple error/exception handle and logging
2014-03-25 10:32:00 +00:00
Dmitry Khomutov 48336c8b63 Added exception context for errror/exception handler logging 2014-03-24 23:43:20 +07:00
Dan Cryer eaf01e6ae2 Merge pull request #308 from corpsee/master
A few fixes
2014-03-20 16:14:11 +00:00
Dmitry Khomutov 452a5381b6 Fixed require() in LoggerConfig 2014-03-20 22:51:30 +07:00
Dmitry Khomutov 581d2bc26c Fixed log pathes 2014-03-20 22:33:25 +07:00
Dmitry Khomutov 8de7634aa9 Fixed log pathes 2014-03-20 22:32:57 +07:00
Dmitry Khomutov 1feb6d2ef6 Improved error/exception handler and logging 2014-03-20 22:28:01 +07:00
Dmitry Khomutov 0896b683a5 Fixed rm for windows 2014-03-20 22:27:06 +07:00
Dmitry Khomutov 27023e157a Fixed rm for windows 2014-03-20 22:27:05 +07:00
Dmitry Khomutov a7a90195a9 ProjectController::view 404 fix 2014-03-20 22:27:04 +07:00
Dmitry Khomutov a4b33b97d9 Added simple error/exception handler and logging 2014-03-18 01:10:47 +07:00
Steve B 6835c18103 Merge pull request #300 from corpsee/master
A few fixes for windows
2014-03-15 08:12:36 +00:00
Dmitry Khomutov 58c565417e Windows fixes 2014-03-15 13:01:41 +07:00
Dmitry Khomutov 8cd30ffdfe Windows fixes 2014-03-15 12:57:06 +07:00
Dmitry Khomutov ea35f24d47 Moved handleConfig functionality into general Build method. 2014-03-15 12:22:59 +07:00
Dmitry Khomutov 60bf262ee7 Added database-based yml build config 2014-03-15 12:18:12 +07:00
Dmitry Khomutov ca13b65022 Change 'cp' command to 'copy' for windows 2014-03-14 00:06:59 +07:00
Dmitry Khomutov b27d9f55f3 Merge branch 'master' of github.com:Block8/PHPCI 2014-03-13 23:50:13 +07:00
Dmitry Khomutov d0f6d295a1 Fixed 'cd' command for windows 2014-03-13 00:37:57 +07:00
Dan Cryer cf43a20c86 Merge pull request #299 from corpsee/master
A few minor fixes
2014-03-12 17:08:36 +00:00
Dmitry Khomutov e3ff9d405a Fixed git checkout for commitId = 'Manual' 2014-03-13 00:05:54 +07:00
Dmitry Khomutov 73d29c83e0 Fixed CommitId link 2014-03-13 00:05:53 +07:00
steve.brazier b1bc6f6db3 format tidy up of buildPluginFactory() 2014-03-10 12:28:42 +00:00
steve.brazier 96319f52c2 Psr\Log\LoggerInterface to the types that the plugin factory supplies by default. 2014-03-10 12:27:17 +00:00
steve.brazier fe7805a5a6 Add debug logging to findBinary() 2014-03-10 12:12:38 +00:00
steve.brazier ccc459c30e Add debug logging to findBinary() 2014-03-10 12:08:16 +00:00
Steve B c84d9ad36a Merge pull request #295 from corpsee/master
Fixes for windows
2014-03-10 09:49:47 +00:00
steve.brazier 3c3d672ccd Merge remote-tracking branch 'corpsee/master' 2014-03-10 09:48:50 +00:00
Dmitry Khomutov 4c3645dbf2 Fixed unittests on windows 2014-03-09 01:46:03 +07:00
Dmitry Khomutov 7307866d24 Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00
Dmitry Khomutov 9c6073c495 Fixed composer plugin for using on Windows 2014-03-09 00:30:32 +07:00
Dmitry Khomutov 1497f96b01 Fixed findBinary function for windows (which -> where) 2014-03-09 00:30:00 +07:00