Commit graph

  • 36a38ac383 mention touch config.php in the README #25 Cristi Burcă 2013-05-15 21:52:35 +0300
  • 48ed635f63 Merge branch 'master' of github.com:Block8/PHPCI Dan Cryer 2013-05-15 19:38:08 +0100
  • 2b709d25e8 Fix Dan Cryer 2013-05-15 19:37:56 +0100
  • 2624ea7824 Updating README to mention the mailing list. Dan Cryer 2013-05-15 20:35:26 +0200
  • 674744d6f1 Merge pull request #23 from MarkMaldaba/readme_update Dan Cryer 2013-05-15 10:44:48 -0700
  • b52fd3e100 Merge 4e9672057c into acbec4447b #23 Mark Clements 2013-05-15 10:34:33 -0700
  • 4e9672057c Updated minimum PHP version in README.md. #23 MarkMaldaba 2013-05-15 18:33:53 +0100
  • acbec4447b Updating README and composer.json for symfony/console Dan Cryer 2013-05-15 18:29:32 +0100
  • 988fa42d92 Updating PHPCI to use Symfony/Console rather than a series of individual PHP files. Dan Cryer 2013-05-15 18:27:13 +0100
  • 505b0c0563 Updating base models to ones generated by the new b8framework generator. Now include strict typing, proper commenting and better formatting. Fixes #13 Dan Cryer 2013-05-15 17:25:11 +0100
  • 20bb2e7a10 Merge pull request #16 from MarkMaldaba/shorttag_fix Dan Cryer 2013-05-15 08:35:28 -0700
  • 5ac1264fa5 Merge f5e1d969fd into 99884c2800 #16 Mark Clements 2013-05-15 08:34:02 -0700
  • f5e1d969fd Follow-up to commit fa7ad2f45d, which replaced short-tags with print statements. This one was missed (or, perhaps, has since crept in). A CodeSniffer test candidate, methinks! #16 MarkMaldaba 2013-05-15 16:31:21 +0100
  • 99884c2800 Merge pull request #15 from MarkMaldaba/windows_tempfolder_fix Dan Cryer 2013-05-15 08:29:34 -0700
  • e76b00f3f1 Merge 251f4d6713 into c08825d7c3 #15 Mark Clements 2013-05-15 08:06:48 -0700
  • 251f4d6713 Fix for running PHP under CGI on Windows machines. In this situation, the environement variables defining the system temp path are not necessarily available to PHP, so sys_get_temp_dir() falls back to using the system path (e.g. C:\WINDOWS), which is normally unwritable. This means that temp-file creation fails. #15 MarkMaldaba 2013-05-15 16:04:55 +0100
  • 7531840004 Merge branch 'master' of https://github.com/Block8/PHPCI meadsteve 2013-05-15 15:04:09 +0100
  • 9c0c28a67f Merge branch 'php-unit-xml-config' meadsteve 2013-05-15 15:01:08 +0100
  • c08825d7c3 Merge pull request #14 from meadsteve/php-unit-xml-config Dan Cryer 2013-05-15 06:22:05 -0700
  • 7bf0725187 Merge 24e709f77e into c9b17e3534 #14 Steve B 2013-05-15 05:43:03 -0700
  • 24e709f77e Modified the PHPunit plugin so that it can take multiple config files and dirs and will combine the results of each. #14 meadsteve 2013-05-15 13:41:30 +0100
  • a0528d2cc4 Added argument to Phpunit plugin: config. This takes the path to an xml configuration file which will be run instead of the specified directory. meadsteve 2013-05-15 13:01:47 +0100
  • 1b93921cd0 Added argument to Phpunit plugin: config. This takes the path to an xml configuration file which will be run instead of the specified directory. meadsteve 2013-05-15 13:01:47 +0100
  • c9b17e3534 Merge pull request #6 from Block8/feature/github_integration Dan Cryer 2013-05-15 01:30:14 -0700
  • 8973e47519 Merge 5ae4ba03bf into fa18d89ddc #6 Dan Cryer 2013-05-15 01:29:22 -0700
  • 99795f515a Merge bdaf5abff7 into 9f0e04d8e3 #8 Steve B 2013-05-14 12:46:54 -0700
  • 0c12c31fde Merge b71849a9c4 into fa7ad2f45d #9 Steve B 2013-05-14 12:45:34 -0700
  • 5ae4ba03bf Fixing phpci.yml, use spaces not tabs #6 Dan Cryer 2013-05-14 20:00:52 +0100
  • be838c6765 Merging master to bring github branch into line. Dan Cryer 2013-05-14 19:57:37 +0100
  • fa18d89ddc Adding support for local path based projects. See pull #2 Dan Cryer 2013-05-14 19:44:14 +0100
  • b195503c04 making symlink optional #2 Gabriel Baker 2013-05-14 18:43:46 +0100
  • 5f9f839613 Removing the extra /tmp from sys_get_temp_dir() Dan Cryer 2013-05-14 18:34:26 +0100
  • 62e731abad Merge pull request #8 from meadsteve/master Dan Cryer 2013-05-14 12:48:27 -0700
  • 9f0e04d8e3 Merge pull request #9 from meadsteve/symfony-yaml Dan Cryer 2013-05-14 12:46:42 -0700
  • 8556586b9f Merge 5bff0eec97 into 9ea3a22864 #10 Mark Clements 2013-05-14 10:28:15 -0700
  • fa7ad2f45d Removing short open tags and replacing with print statements. Dan Cryer 2013-05-14 18:28:03 +0100
  • 5bff0eec97 I've removed PHP short tags, of the format <?= $foo ?> and replaced them with standard PHP echo tags: <?php echo $foo ?> #10 MarkMaldaba 2013-05-14 18:25:11 +0100
  • 177a524475 optional symlink defaulting to cp Gabriel Baker 2013-05-14 18:16:33 +0100
  • b71849a9c4 I've replaced the requirement for the pecl yaml extension with the symphony component. Sometimes I work on a windows box and the instructions for installing pecl yaml on windows looked a little intimidating: #9 meadsteve 2013-05-14 18:07:46 +0100
  • bdaf5abff7 I've replaced the requirement for the pecl yaml extension with the symphony component. Sometimes I work on a windows box and the instructions for installing pecl yaml on windows looked a little intimidating: #8 meadsteve 2013-05-14 18:07:46 +0100
  • 0a9c7bda93 On a windows system having a file path like '/tmp/' . md5(microtime(true)) caused problems. I've updated this to use the system temp directory. meadsteve 2013-05-14 18:01:14 +0100
  • 918b4deff4 Adding Github statuses integration Dan Cryer 2013-05-14 17:49:39 +0100
  • 812dfcb95a Github pull request status updates Dan Cryer 2013-05-14 16:58:14 +0100
  • dfeac39be3 Github integration. Dan Cryer 2013-05-14 16:37:54 +0100
  • 9ea3a22864 Adding support for PHPSpec. Dan Cryer 2013-05-14 14:37:14 +0100
  • 0bf1d9a813 remove slash Gabriel Baker 2013-05-14 13:16:22 +0100
  • 927d4f5133 Removing un-minified bootstrap JS, and a star ratings library carried over when starting the project. Dan Cryer 2013-05-14 13:11:30 +0100
  • 4037964d4c Adding a status indicator for each plugin on the build page, fixing ignores for PHPCPD Dan Cryer 2013-05-14 13:09:54 +0100
  • 5d7ab2a2d9 Merge ec47a93e23 into 6053f0f748 #2 Gabriel Baker 2013-05-14 04:08:26 -0700
  • 6053f0f748 Updating the composer.json to include the web site, and a few support links. Dan Cryer 2013-05-14 11:46:03 +0100
  • ec47a93e23 tweak Gabriel Baker 2013-05-14 10:54:09 +0100
  • fa32105992 white space, type chekcing Gabriel Baker 2013-05-14 10:51:47 +0100
  • d037baf4bc Potential fix for installation on Windows. See issue #4 Dan Cryer 2013-05-14 09:11:31 +0100
  • 914c0168f3 Merge branch 'master' of github.com:Block8/PHPCI Dan Cryer 2013-05-14 09:01:09 +0100
  • 8ae2069530 Updating project form to accept and clean up BitBucket / Github URLs Dan Cryer 2013-05-14 09:00:56 +0100
  • bbff78f0b0 || Gabriel Baker 2013-05-14 06:34:24 +0100
  • 7d09a5cd98 fix missing ! Gabriel Baker 2013-05-14 06:32:17 +0100
  • 8502212c7c Sorted out a file only type Sorted out some indentation Check if array etc Fixes for phpunit Current working directory in phpunit php code coverage in composer.json Gabriel Baker 2013-05-13 23:46:08 +0100
  • 53675c940f fixed not type checking status Gabriel Baker 2013-05-13 21:33:59 +0100
  • e0accc7a97 file system Gabriel Baker 2013-05-13 21:03:32 +0100
  • 8acde7d2ff Merge pull request #1 from jfi/master Dan Cryer 2013-05-13 06:33:49 -0700
  • 9d190b3971 Merge 542ec1f9c3 into 0ad28857fc #1 James Inman 2013-05-13 06:22:03 -0700
  • 542ec1f9c3 README cleanup. #1 James Inman 2013-05-13 14:21:08 +0100
  • 0ad28857fc Removing PHPCPD tests as it doesn't seem to ignore the specified ignored folders. Dan Cryer 2013-05-10 17:16:11 +0100
  • 0c4320b38c Fixing Bitbucket controller. Dan Cryer 2013-05-10 17:15:48 +0100
  • d4b24dab32 Removing PHPCS from our build, as the project is not at all PSR2 compliant. Dan Cryer 2013-05-10 17:07:00 +0100
  • 5d01359055 Expanding composer.json to include license, keywords and so on. Dan Cryer 2013-05-10 16:54:24 +0100
  • 25cd71a348 Adding LICENSE file. Dan Cryer 2013-05-10 16:53:56 +0100
  • 1a4f0b75a5 PHPCI should probably have a phpci.yml file... Dan Cryer 2013-05-10 16:44:32 +0100
  • 93052d6cf0 Fixing the build controller. Dan Cryer 2013-05-10 16:36:25 +0100
  • a1164ecaa4 A logout button might be handy. Dan Cryer 2013-05-10 16:27:38 +0100
  • 188162f0a2 Adding user accounts. Dan Cryer 2013-05-10 16:25:51 +0100
  • a07ba4020c Adding proper Bitbucket support Dan Cryer 2013-05-10 16:25:37 +0100
  • 05af8343be Fixing a typo in the README Dan Cryer 2013-05-10 15:02:08 +0100
  • 543290d67f Adding a basic installer. Dan Cryer 2013-05-10 15:00:42 +0100
  • 14f40e9b0f Updating PHPCI to use Composer-installed copies of the plugin requirements Dan Cryer 2013-05-10 15:00:24 +0100
  • 2cd60e0524 Adding a README with basic instructions as to how to use and install PHPCI. Dan Cryer 2013-05-10 14:59:22 +0100
  • abc20b4c80 Removing the hack to always use a specific PHPCI.yml Dan Cryer 2013-05-10 12:30:07 +0100
  • 3647ac1cd8 Big update. Dan Cryer 2013-05-10 12:28:43 +0100
  • dd59bff838 Fixes for live Dan Cryer 2013-05-03 16:33:27 +0100
  • 2c860e8009 Initial commit. Dan Cryer 2013-05-03 16:02:53 +0100