Commit graph

  • 02dff2b081 Proposed enhancement - fix for #221 GitlabBuild Ondrej Huta 2013-11-27 12:06:29 +0100
  • 77cfd1e5b2 Fix the SettingsController 5.4 call (refactor) Ondrej Huta 2013-11-27 11:54:17 +0100
  • 35bc3dad31 Fix the SettingsController 5.4 call Ondrej Huta 2013-11-27 11:42:34 +0100
  • 5b2f66565c Merge pull request #220 from meadsteve/master Steve B 2013-11-27 00:58:31 -0800
  • db3fcb45d6 remove callable typehint as this is not in php 5.3 steve.brazier 2013-11-27 08:49:03 +0000
  • 6d5bceea16 fix copy-paste mistake in phpunit plugin runDir() meadsteve 2013-11-25 21:49:14 +0000
  • 080784adc5 fix test expectations to be exact in phpunit meadsteve 2013-11-25 21:48:21 +0000
  • a2c25d2d8f fix builder mocking meadsteve 2013-11-25 21:30:10 +0000
  • 03a81a3283 fix whitespace. meadsteve 2013-11-25 21:19:48 +0000
  • 477fd58641 Merge pull request #213 from meadsteve/plugin-builder Steve B 2013-11-25 05:43:43 -0800
  • 235ac26932 Merge pull request #202 from rlindauer/master Dan Cryer 2013-11-25 03:46:12 -0800
  • a21c63705a Merge pull request #205 from stianlik/master Dan Cryer 2013-11-25 03:45:42 -0800
  • 02ff33583a Merge pull request #207 from metashock/patch-1 Dan Cryer 2013-11-25 03:45:18 -0800
  • c3d4286354 Merge pull request #208 from elkangaroo/phpcs-count-fix Dan Cryer 2013-11-25 03:44:51 -0800
  • 8d28273c0c Merge pull request #209 from elkangaroo/phplint-upstream-update Dan Cryer 2013-11-25 03:44:15 -0800
  • c2b24c2c1a Merge pull request #216 from jimmycleuren/master Dan Cryer 2013-11-25 03:43:27 -0800
  • ea2981b45e fixing composer.lock to remove packages no longer required. meadsteve 2013-11-20 11:52:58 +0000
  • 599e8ce914 fix invalid version string for pimple in composer.json steve.brazier 2013-11-20 11:49:08 +0000
  • 767d05cd80 Update constants to uppercase to match psr2. steve.brazier 2013-11-20 11:47:29 +0000
  • 8f58902339 catch empty commit id from github Jimmy Cleuren 2013-11-19 22:47:12 +0100
  • 4bc7a6c767 Remove commented line Jimmy Cleuren 2013-11-18 22:54:49 +0100
  • 4d3372af88 Command to poll github for new commits Jimmy Cleuren 2013-11-18 22:49:18 +0100
  • 8c127d692c catching permission error Jimmy Cleuren 2013-11-18 22:47:44 +0100
  • 6467a83d1a adds additional comments to plugin factory. meadsteve 2013-11-17 22:31:51 +0000
  • 2bc7558b93 wiring in the plugin factory. doh! meadsteve 2013-11-17 21:38:51 +0000
  • 42e462b4c9 remove leading slash. meadsteve 2013-11-17 21:29:49 +0000
  • 9d1d2443a9 Move the mailer constructor logic out of the plugin and in to a factory class for reuse. meadsteve 2013-11-17 21:26:38 +0000
  • 51f73458c8 allow swiftmailer object to be passed in to Email Plugin. meadsteve 2013-11-17 17:50:06 +0000
  • a56df8ed87 Merge HEAD, branch 'master' of https://github.com/Block8/PHPCI into plugin-builder meadsteve 2013-11-17 17:25:35 +0000
  • ebb3b9a3e6 switches builder to make use of plugin factory. meadsteve 2013-11-17 17:24:47 +0000
  • e1d8239e8a Create factory for plugins that resources can be registered with. meadsteve 2013-11-17 17:23:35 +0000
  • f88df400f0 Remove __constructor from plugin interface to increase flexibility. meadsteve 2013-11-17 17:22:31 +0000
  • 801cc8ee5e store errors from parallel-lint as build_meta (key "phplint-errors"); add them to the "Quality Trend" graph on the build view Alexander Wenzel 2013-11-13 19:55:45 +0100
  • a0d5f4b4d8 fix Plugin\PhpParallelLint to reflect latest upstream changes: > executable is now "parallel-lint" instead of "run" > supports --exclude flag (ignore directories) Alexander Wenzel 2013-11-13 19:18:24 +0100
  • 2fb162900d fixed counting of errors and warnings in Plugin/PhpCodeSniffer; use --report=emacs in Plugin/PhpCodeSniffer to not spam the logs with the full blown report but rather display a small human readable summary report Alexander Wenzel 2013-11-13 00:45:38 +0100
  • 2b9302f9fc Merge pull request #206 from elkangaroo/master Steve B 2013-11-13 01:11:05 -0800
  • 1008a3db6e Update install.php hek2mgl 2013-11-13 00:48:03 +0100
  • 9c330687a0 fixed LoggedBuildContextTidier: now correctly replaces "build" object with "buildID" in log entries Alexander Wenzel 2013-11-12 23:19:55 +0100
  • 7d306b2295 Load configuration and create build directory for bare repositories Stian Liknes 2013-11-12 22:18:09 +0100
  • f987688269 Merge pull request #197 from meadsteve/logging Steve B 2013-11-12 05:12:13 -0800
  • fb08cdbbe7 Fix bug where ruleset file could not be set in PHPMessdetector plugin Roy Lindauer 2013-11-10 18:22:54 -0800
  • d5763b8d78 Fix bug where options could not be overridden in PHPMessdetector plugin Roy Lindauer 2013-11-10 18:22:05 -0800
  • 136d5eff5d Merge pull request #199 from metashock/master Steve B 2013-11-06 05:11:55 -0800
  • 217c29cac5 Fixed bug in install php. Thorsten Heymann 2013-11-05 21:59:38 +0100
  • 010b5ebe6d Merge branch 'master' of https://github.com/Block8/PHPCI into unit-test-fixes meadsteve 2013-11-03 13:40:17 +0000
  • 637be4af63 added mocking for missing FindBinary command in phpunit tests meadsteve 2013-11-03 11:48:01 +0000
  • 9a60c528dd mocked the missing build object for unit test for phpunit plugin. meadsteve 2013-11-03 11:33:37 +0000
  • a5957d687a Added logging to the daemon and update commands. meadsteve 2013-11-02 15:52:55 +0000
  • 37c50bdb4c Added a logger config key that is loaded for all commands. To allow a general purpose log. meadsteve 2013-11-02 15:52:21 +0000
  • 6563c60ab3 Previous commit omitted these changes. doh! meadsteve 2013-11-02 15:32:51 +0000
  • 0fc91f053a Added to the console so that external logging definitions are pulled in from a loggerconfig.php file if the file exists. meadsteve 2013-11-02 15:28:24 +0000
  • 476f315e8d Merge pull request #196 from mrafalko/master Steve B 2013-11-02 07:29:32 -0700
  • 6b015d3106 fixed XSS in user name and project name properties born_free 2013-11-02 16:39:55 -0700
  • e1d68bece7 Merge pull request #191 from meadsteve/logging Steve B 2013-11-01 05:14:08 -0700
  • 14f00ee512 Merge pull request #192 from c2is/atoum Dan Cryer 2013-11-01 03:46:46 -0700
  • efc1cb5957 Merge pull request #194 from jimmycleuren/master Steve B 2013-11-01 03:34:09 -0700
  • 924dadcdcd remove the double buildpath Jimmy Cleuren 2013-11-01 11:22:39 +0100
  • e2c7a4cd43 Added chdir because atoum as bundle need to be run from app root path a.cianfarani 2013-10-28 17:41:15 +0100
  • 35b3db13d8 Fixing more tab -> space conversion issues. meadsteve 2013-10-27 14:26:37 +0000
  • a453571fcb Adding the LoggedBuildContextTidier to the monolog logging so that the build id is added to log messages. meadsteve 2013-10-27 14:25:43 +0000
  • e44c7b90d6 All build logs calls now pass the build through as part of the context so this gets recorded in the log message. meadsteve 2013-10-27 14:21:08 +0000
  • fc2434b65d Exceptions can now be passed in to the failure logging function. meadsteve 2013-10-27 12:51:49 +0000
  • b943c07f87 Fixing some formatting issues meadsteve 2013-10-26 16:25:34 +0100
  • 8c88581021 Modified the builder so that it expects to have a psr3 compliant logger attached. meadsteve 2013-10-26 16:15:29 +0100
  • 1989203635 Adding two custom log handlers. One to link the logs to symphony console output to the logging and another to record build specific information in the DB. meadsteve 2013-10-26 16:11:46 +0100
  • a38a18f0fd Adding psr3 logging interface and monolog to the project's composer.json. meadsteve 2013-10-26 12:07:06 +0100
  • 02fefe9985 fix error on missing files until installation is done David Epely 2013-10-19 16:49:52 +0200
  • ed5611c573 Merge pull request #175 from stiggg/git-controller Dan Cryer 2013-10-18 07:15:25 -0700
  • 3d8be0e218 error handling like in other webhooks Sami Tikka 2013-10-17 11:53:08 +0300
  • 6b63e47cfd gitcontroller, allows calling webhook for local/remote git project Sami Tikka 2013-09-18 17:00:55 +0300
  • 4120cb683d Fixing PHPMD warnings count... Hopefully. Dan Cryer 2013-10-12 09:50:15 +0100
  • 17a19c0707 Fixing PHPCS errors on PluginController Dan Cryer 2013-10-12 09:44:51 +0100
  • 095bf9730d Merge pull request #180 from gabriel403/hotfix/composerHome Dan Cryer 2013-10-17 03:56:22 -0700
  • 182af92597 Merge pull request #182 from freez10/master Dan Cryer 2013-10-17 03:54:06 -0700
  • d214c9dc0e Reduced cyclomatic complexity Pavel Pavlov 2013-10-17 14:51:20 +0400
  • 44fdee9745 Moving installation and getting started docs to the Wiki Dan Cryer 2013-10-17 11:44:36 +0100
  • 3738125f1f Merge pull request #177 from freez10/master Dan Cryer 2013-10-17 02:09:42 -0700
  • 7a0893737a composer_home Gabriel Baker 2013-10-17 08:53:05 +0100
  • 24602766aa fix for composer_home being missing Gabriel Baker 2013-10-17 08:50:37 +0100
  • 2c1c5bfbe9 Typo fix Pavel Pavlov 2013-10-17 04:17:06 +0400
  • f1b13e48f8 Cleanup Pavel Pavlov 2013-10-17 02:17:40 +0400
  • 7b3eea7cbb Added Phing plugin Pavel Pavlov 2013-10-17 02:12:42 +0400
  • a54fcf44e3 Merge pull request #174 from ttaylorr/master Dan Cryer 2013-10-16 00:47:49 -0700
  • 69eb5a6104 Added YML formatting to phpci.yml in README.md Taylor Blau 2013-10-15 21:40:27 -0400
  • bc1486bb7e Merge pull request #173 from allistera/master Dan Cryer 2013-10-15 11:26:23 -0700
  • e120773803 Added warning message if install.php is detected Allister Antosik 2013-10-15 19:19:44 +0100
  • 519aba0ed7 Merge pull request #171 from crazycodr/patch-1 Dan Cryer 2013-10-15 06:36:42 -0700
  • b197a9c030 Added leading slash to closure to prevent reference to PHPCI namespace Mathieu Dumoulin 2013-10-15 09:34:24 -0400
  • 53993a1add Fixing callable error in run builds, fixes #170 Dan Cryer 2013-10-15 14:29:23 +0100
  • 84ce2d1f70 Merge branch 'master' of github.com:Block8/PHPCI Dan Cryer 2013-10-15 14:15:05 +0100
  • 1e51e51596 Fix checks in bootstrap.php for missing files, fixes #166, fixes #167, closes #168 Dan Cryer 2013-10-15 14:14:52 +0100
  • fbdf908dd6 Merge pull request #165 from Block8/feature/settings Dan Cryer 2013-10-11 13:54:00 -0700
  • 2a47b08fec Removed Github configuration from ProjectController / ProjectForm and added it to a new settings area. Dan Cryer 2013-10-11 21:51:23 +0100
  • cc86e85adb Fixing Github Controller to ignore all-zeroes commit IDs Dan Cryer 2013-10-10 01:38:32 +0100
  • 160276ada5 Merge pull request #161 from Block8/fix/cleanup Dan Cryer 2013-10-11 09:29:43 -0700
  • 13dbcc4260 Fixing Github postbacks. Dan Cryer 2013-10-10 01:30:40 +0100
  • 5213a00a3a Adding some github debug stuff Dan Cryer 2013-10-10 01:27:43 +0100
  • d46ea12dd7 Fixing summary table so it doesn't completely die when there is a running build. Dan Cryer 2013-10-10 01:26:06 +0100
  • a5734fb330 Fixing some more PHPCS/PHPMD errors Dan Cryer 2013-10-10 01:19:42 +0100
  • 05be06f9b3 Fixing some more PHPCS/PHPMD errors Dan Cryer 2013-10-10 01:18:05 +0100