Commit graph

  • 29a037c55d Merge f73ce782f3 into 3734d3bc9a #962 Guillaume Perréal 2015-05-28 10:02:34 +0000
  • 3734d3bc9a Don't use an if and two return statements when one return is sufficient. Don't use two if when one else does the same job. Don't use convoluted calculations when one return statement is sufficient. Don't call a method that doesn't exist. Don't write a try-catch block that does nothing. Do send exceptions when a abnormal situation occurs. Adirelle 2015-05-05 10:36:33 +0200
  • f5a4f83957 Merge e5c740a0ed into b7d9af1e72 #991 nigeon 2015-05-28 10:00:08 +0000
  • 18ef1ee7ed Merge 73fcfb2eb4 into b7d9af1e72 #961 Guillaume Perréal 2015-05-28 10:00:07 +0000
  • b7d9af1e72 Update sensiolabs/ansi-to-html to fix the log background. Adirelle 2015-05-05 10:33:33 +0200
  • 5c6dd81a9a Extended shields.io status badge support corpsee 2015-04-30 16:07:12 +0600
  • 7bb4c459fd Merge 197a514786 into 7ff080971e #954 Petr Cervenka 2015-05-28 09:49:18 +0000
  • 7ff080971e Adding Flowdock integration Petr Cervenka 2015-04-29 11:51:00 +0800
  • cd8431b652 Merge 95037baa53 into ad29ba4cfd #944 Guillaume Perréal 2015-05-28 09:41:14 +0000
  • ad29ba4cfd Track and display the build progression, for each stages and plugins. Translations for the build summary. Adirelle 2015-04-24 19:33:13 +0200
  • 23299b330c Merge 1c8a63afd8 into 8549ba30cf #937 Guillaume Perréal 2015-05-28 09:15:13 +0000
  • 8549ba30cf PHPUnit display: escape HTML code in test messages. Adirelle 2015-04-23 15:47:47 +0200
  • 5834d4f2a3 Merge 8d57de1909 into 4edefee761 #908 Guillaume Perréal 2015-05-28 08:56:56 +0000
  • 4edefee761 Reworked the DaemonCommand. Adirelle 2015-04-09 08:51:45 +0200
  • 148c697ac0 Merge 2f7bfcf11e into 15b6917f68 #705 Vaidas Žilionis 2015-05-28 08:50:56 +0000
  • 15b6917f68 Allow see project build status in cctray xml format Vaidas Zilionis 2014-12-14 17:47:46 +0200
  • 59bb9240e9 Fixes notice in github builds #996 Steve Robbins 2015-05-27 14:20:37 -0700
  • 2999949312 Fixes "Undefined index: login_token". #995 Adirelle 2015-05-26 08:46:49 +0200
  • 6a5f4cdecf Fix for #988 Added class::method fallback for feature entry to prevent empty report for Codeception plugin #989 tankist 2015-05-22 11:49:48 +0300
  • 853107027b Fixed GithubBuild::getDiffLineNumber method for correct phpcpd work #993 corpsee 2015-05-24 14:20:51 +0600
  • 3f02e63c92 Fixed TapParser::parseLine Cyclomatic Complexity #992 corpsee 2015-05-24 12:43:43 +0600
  • c20ee0533b Fixed TapParser::parseLine Cyclomatic Complexity corpsee 2015-05-24 12:39:27 +0600
  • 1c864cebed Fixed TapParser parse fail with valid data + added tests corpsee 2015-05-23 15:40:49 +0600
  • e5c740a0ed Bugfix: Default codeception xml path "tests/_output/" but now 100% configurable. #991 Aleix Canal 2015-05-22 14:53:44 +0200
  • ba9fbcf0ff Adding an option for Plugin::Composer to pass the no_dev option. If set to true, it will execute composer with the --no-dev option, which usually suffices for testing in most projects. Default is set to false. #987 mulleto 2015-05-21 14:23:06 +0200
  • 69eeb6125c cs fixes, added recreation of existing symlink #966 Stefan Rausch 2015-05-21 08:18:54 +0200
  • 7e52b60443 Added missing strings in german translation #982 mulleto 2015-05-16 19:04:57 +0200
  • 5dd8bdec23 Application::handleRequest: avoid the instanceof test. #976 Adirelle 2015-05-16 17:59:28 +0200
  • df7da67898 Merge c2f9014f85 into 0887bd4bc4 #981 teemule 2015-05-16 14:00:09 +0000
  • c2f9014f85 Missing translation strings added #981 mulleto 2015-05-16 15:52:45 +0200
  • 15d6ee0d80 Added call for setOptions, which has been omitted, leading to no options being evaluated mulleto 2015-05-15 22:26:06 +0200
  • 466e57ee70 Application::handleRequest now properly displays exceptions. Adirelle 2015-05-15 16:44:38 +0200
  • 7ca94cfd49 Merge 3f055890af into 0887bd4bc4 #965 Victor 2015-05-15 14:38:35 +0000
  • 0887bd4bc4 Fix for strict standards issue in RebuildCommand.php Victor 2015-05-06 23:44:55 +0300
  • 16f2f0c005 Moved getByLoginOrEmail from UserStoreBase to UserStore. #979 Adirelle 2015-05-15 09:29:24 +0200
  • 15ee7834c4 Support to Gitlab versions prior to 7.3 #978 Lukz 2015-05-14 12:38:55 -0300
  • 4873d7b3b1 Support to Gitlab versions prior to 7.3 Lukz 2015-05-14 12:31:54 -0300
  • efe482a98a Support to Gitlab versions prior to 7.3 Lukz 2015-05-14 12:28:46 -0300
  • 68f1956f7f Calling setOptions #975 Stephen Ball 2015-05-14 13:21:25 +0100
  • c29ca19c3c Removed allowed_warnings as it is not used Stephen Ball 2015-05-14 13:19:55 +0100
  • c499deaeba Fixed error for some CLI scripts who uses stderr for some non-error messages. For example - Composer #973 tankist 2015-05-12 18:31:22 +0300
  • dc5375e0e0 added new line at end of gitignore Stefan Rausch 2015-05-11 10:06:41 +0200
  • 20b1e39749 cleaned up gitignore Stefan Rausch 2015-05-11 10:03:46 +0200
  • a26a141046 cleaned up gitignore #971 Stefan Rausch 2015-05-11 10:02:51 +0200
  • 2dec98e5fe restored missing docblocks, changed log method to use sprintf Stefan Rausch 2015-05-11 09:56:54 +0200
  • dcc7799e79 fixed wipe feature by moving the wildcard '*' out of the quotes to prevent escaping of the wildcard character Stefan Rausch 2015-05-08 08:43:03 +0200
  • 4701cf9194 reverted change in wipe feature to split into separate MR. Stefan Rausch 2015-05-08 08:36:55 +0200
  • 184b86aa77 reverted change in wipe feature to split into separate MR. Stefan Rausch 2015-05-08 08:35:16 +0200
  • 39a8d60593 coding standards: fixed line endings Stefan Rausch 2015-05-07 13:54:32 +0200
  • 8d0f0b0fd0 Merge branch 'feature/copybuild-plugin' Stefan Rausch 2015-05-07 13:26:34 +0200
  • 1522b6d26b fixed wipe feature by removing the double quotes in the shell command, added 'symlink to current build copy' feature Stefan Rausch 2015-05-07 13:24:28 +0200
  • 867ca37656 Merge branch 'master' of https://github.com/Block8/PHPCI vigo5190 2015-05-07 10:31:33 +0300
  • 3f055890af Fix for strict standards issue in RebuildCommand.php #965 Victor 2015-05-06 23:44:55 +0300
  • 4c613385c5 Updated tests to use Prophecy #918 Alasdair Campbell 2015-05-05 18:11:12 +0100
  • 15760b30cd Added build number onto Project name. Increase error feedback Alasdair Campbell 2015-05-05 17:36:01 +0100
  • f73ce782f3 Do send exceptions when a abnormal situation occurs. #962 Adirelle 2015-05-05 10:52:10 +0200
  • 5ed139f295 Don't write a try-catch block that does nothing. Adirelle 2015-05-05 10:38:58 +0200
  • 6dbe5c129d Don't call a method that doesn't exist. Adirelle 2015-05-05 10:38:19 +0200
  • 29b08ee635 Don't use convoluted calculations when one return statement is sufficient. Adirelle 2015-05-05 10:37:56 +0200
  • 6dba849397 Don't use two if when one else does the same job. Adirelle 2015-05-05 10:36:54 +0200
  • fb0dc264ff Don't use an if and two return statements when one return is sufficient. Adirelle 2015-05-05 10:36:33 +0200
  • 73fcfb2eb4 Update sensiolabs/ansi-to-html to fix the log background. #961 Adirelle 2015-05-05 10:33:33 +0200
  • 8d57de1909 Added a ProcessControl interface and implementations. #908 Adirelle 2015-05-03 23:05:17 +0200
  • b87dac145d Reworked the DaemonCommand. Adirelle 2015-04-09 08:51:45 +0200
  • 125ed061e5 Added some tests. #952 Adirelle 2015-05-03 14:33:28 +0200
  • 3af507e7b7 OutputLogHandler: severity-based coloring. Adirelle 2015-04-28 07:47:39 +0200
  • bd54ee9905 OutputLogHandler: enhance the formatter. Adirelle 2015-04-28 07:44:42 +0200
  • dc431762d4 OutputLogHandler: send messages of severity ERROR or higher to stderr. Adirelle 2015-04-28 07:41:49 +0200
  • 16e4516415 OutputLogHandler: filter messages according to verbosity level. Adirelle 2015-04-28 07:39:10 +0200
  • 197a514786 Fix coding standarts, refactor #954 Petr Cervenka 2015-05-03 14:53:25 +0800
  • 63c75be702 Code style fix #958 corpsee 2015-05-03 00:49:17 +0600
  • ea09c0f82b Added sprintf to the forming shields.io request corpsee 2015-05-03 00:44:23 +0600
  • 02ca67a89e Code style fix corpsee 2015-04-30 16:13:55 +0600
  • fd94e16cb6 Extended shields.io status badge support corpsee 2015-04-30 16:07:12 +0600
  • a3b942edfa Polish PSR2 Petr Cervenka 2015-04-29 11:56:19 +0800
  • 96f2718bf9 Adding Flowdock integration Petr Cervenka 2015-04-29 11:51:00 +0800
  • 1abb24dcf0 Merge 776d6ba369 into 8bf1d09afd #947 Adam Henley 2015-04-28 12:16:01 +0000
  • 8bf1d09afd Black-on-white color theme for the build log. Adirelle 2015-04-24 11:32:13 +0200
  • e061e5ccf2 Merge fd2197eb6a into 5cd29ca7fc #933 Guillaume Perréal 2015-04-28 12:10:25 +0000
  • 5cd29ca7fc Allow to specify a mail template ('short' or 'long') in phpci.yml. Adirelle 2015-04-22 13:24:00 +0200
  • cfeeaa96b2 Plugin DocBlock clenaup. plugin-clenup-dockblock-interfacename Marco Vito Moscaritolo 2015-04-28 09:12:55 +0200
  • b8443b8af7 Plugin cleanup Marco Vito Moscaritolo 2015-04-28 08:50:09 +0200
  • 723ccd678d Fail-safe rendering of plugins in build view. #951 Adirelle 2015-04-28 07:34:48 +0200
  • b04a648f25 Merge 8a7a921ee1 into 590ab5fae5 #914 Guillaume Perréal 2015-04-27 06:52:07 +0000
  • 8a7a921ee1 Refactor the plugin interface, added more interfaces. #914 Adirelle 2015-04-27 08:51:45 +0200
  • 9ce80909d2 CS & PHPMD fixes. Adirelle 2015-04-17 00:34:36 +0200
  • 690a96766a AbstractPlugin: provide the "ignore" attribute to the subclasses. Adirelle 2015-04-17 00:23:18 +0200
  • 0ed950ec9f AbstractPlugin: use a setter for the buildPath. Adirelle 2015-04-17 00:19:48 +0200
  • dcf38f3135 AbstractPlugin: dispatch the build_settings. Adirelle 2015-04-17 00:19:18 +0200
  • fa378309ae Fixed some "unused local variables" in ::setOptions. Adirelle 2015-04-15 13:13:07 +0200
  • e4812043c6 Irc, PMD and PhpUnit plugins: throw an exception instead of using logFailure. Adirelle 2015-04-14 00:30:45 +0200
  • 74501d1fd7 Phing: removed leftover attribute. Adirelle 2015-04-14 00:30:26 +0200
  • 2f23939cdd Plugins: use the CommandExecutor directly. Adirelle 2015-04-14 00:30:08 +0200
  • 0942e72221 PhpTalLint plugin: removed duplicate setOptions. Adirelle 2015-04-13 23:26:20 +0200
  • 3b7d2e24f6 Plugins: use the BuildInterpolator directly. Adirelle 2015-04-13 18:54:45 +0200
  • 7b514b1c91 Plugins: use the BuildLogger directly. Adirelle 2015-04-13 18:46:51 +0200
  • 77caca5030 Behat plugin: throw an exception if the binary is not found. Adirelle 2015-04-13 18:45:29 +0200
  • 99d564552c Plugins: use $this->buildPath instead of $this->phpci->buildPath. Adirelle 2015-04-13 18:44:30 +0200
  • 8254aa70af Added an abstract AbstractPlugin::setOptions method. Adirelle 2015-04-13 17:11:00 +0200
  • fc6411e663 Defined an AbstractPlugin that holds the Builder and the Build. Adirelle 2015-04-13 11:31:10 +0200