phpci/PHPCI/Command
OxGroup f9f5cb5768 Merge github.com:OxGroup/PHPCI into HEAD
Conflicts:
	composer.json

	modified:   .gitignore
	modified:   PHPCI/Application.php
	modified:   PHPCI/Builder.php
	modified:   PHPCI/Command/RunCommand.php
	modified:   PHPCI/Controller/WebhookController.php
	modified:   PHPCI/Helper/Lang.php
	modified:   PHPCI/Languages/lang.en.php
	modified:   PHPCI/Languages/lang.ru.php
	modified:   PHPCI/Logging/OutputLogHandler.php
	modified:   PHPCI/Plugin/PhpLoc.php
	modified:   PHPCI/Plugin/Util/Factory.php
	modified:   PHPCI/View/Project/view.phtml
	modified:   PHPCI/View/layout.phtml
	deleted:    composer.json
	new file:   errors.log
	renamed:    loggerconfig.php.example -> loggerconfig.php
	new file:   public/assets/js/build-plugins/composer-security-check.js
	modified:   public/assets/js/build-plugins/loc.js
	new file:   public/assets/js/build-plugins/loc2.js
	modified:   public/assets/js/build-plugins/summary.js
	modified:   public/assets/js/build-plugins/warnings.js
	modified:   public/assets/js/build.js
2016-04-27 17:24:17 +03:00
..
CreateAdminCommand.php Create admin command cleanup 2015-02-19 07:31:00 +01:00
CreateBuildCommand.php Command to create a new build 2015-04-22 12:00:38 +02:00
DaemonCommand.php Reworked the DaemonCommand. 2015-05-28 10:55:59 +02:00
DaemoniseCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
GenerateCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
InstallCommand.php Update installer to support new worker functionality. Closes #1094 2015-11-07 12:25:01 +00:00
PollCommand.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
RebuildCommand.php Fix for strict standards issue in RebuildCommand.php 2015-05-15 16:37:45 +02:00
RebuildQueueCommand.php Adding rebuild queue option 2015-11-03 20:42:47 +00:00
RunCommand.php OutputLogHandler: filter messages according to verbosity level. 2016-02-19 21:04:12 +03:00
UpdateCommand.php Updating the UpdateCommand to check for a config key rather than a specific file. 2015-02-25 09:36:50 +00:00
WorkerCommand.php Adding a debug mode to the worker so you can see what commands are being run. 2016-04-27 14:56:52 +01:00