Stephen Ball
9ced5a4097
New plugin to support PHP TAL linting.
...
Closes #701
2014-12-18 09:45:17 +00:00
Guillaume Perréal
83199441bb
Prepend the build path to ignored directories in PhpParallelLint.php.
...
Closes #710
2014-12-18 09:40:25 +00:00
Guillaume Perréal
b766af7682
Have the PhpUnit plugin reports an explicit error when no test are configured.
...
Closes #711
2014-12-18 09:38:36 +00:00
Dan Cryer
9fda9ed989
Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero.
...
Closes #692
2014-12-08 14:12:01 +00:00
michael.schramm
aa27bf80c7
Improved PHPSpec plugin. Now includes a UI Plugin.
2014-12-03 12:21:55 +00:00
Tobias van Beek
0b8b2fd364
Prevent undefined errors in TapParser if output from scripts failed.
...
Closes #515
2014-12-03 12:12:29 +00:00
Artjom Kurapov
abfea65c31
Make FilesPluginInformation class only try to load PHP files.
...
Closes #638
2014-12-03 11:06:19 +00:00
Wanderson
37d43e0e86
Adding Phar archive plugin.
...
Closes #659
Closes #106
2014-12-01 21:09:13 +00:00
Dan Cryer
e5cc3a532b
Updating PHP Copy/Paste Detector to new parameter format
...
Fixes #669
2014-12-01 15:39:19 +00:00
Dan Cryer
8bd6e1683c
Remove infinite recursion when using an array of directories in PHP Unit config.
...
Fixes #596
2014-12-01 15:32:50 +00:00
Stefan
0e237d7b6b
Make IRC plugin join channel before attempting to send a message.
...
Closes #579
2014-11-13 17:35:58 +00:00
Wanderson
297a04c82a
Add support for skipped tests in TAP Parser.
...
Closes #624
See #611
2014-11-13 17:33:27 +00:00
Michael Schramm
cce3ab1006
Fix parallel lint directory to include build path.
...
Closes #645
directory should be inside of build path
2014-11-13 17:27:30 +00:00
Schorsch3000
5683fa37dc
Added Gulp JS plugin.
...
Closes #606
2014-10-16 16:02:36 +01:00
Dan Cryer
1f41e50639
Quick fix for the PHPLoc directory setting
2014-07-29 15:31:27 +01:00
Daren Chandisingh
ad1a75ec05
Add build path to phploc directory
2014-07-29 15:25:10 +01:00
Emmanuel Vella
2109379501
Update Behat plugin to be compatible with Behat 3
...
Closes #482
2014-07-11 15:50:17 +01:00
Dan Cryer
52f45a38bf
PHPCS Cleanup
2014-07-11 14:07:27 +01:00
Dmitrijs Vrublevskis
489314cac8
Add color & notify options for HipChat plugin. Also fix execute result - return correct notify status.
2014-06-29 15:18:21 +03:00
Jimmy Cleuren
7e4c8313dc
fixing the phpunit plugin
2014-06-17 23:47:15 +02:00
Dan Cryer
ce88661961
Merge pull request #458 from corpsee/phpunit-improvements
...
Removed useless args
2014-06-13 13:49:32 +01:00
Stephen Ball
fd0c68ff15
Adding a build status JS plugin for PHPCPD
2014-06-12 16:06:59 +00:00
Dmitry Khomutov
20bbb8031a
Removed useless args
2014-05-26 01:17:29 +07:00
Dan Cryer
6320b2df09
Merge pull request #438 from cangelis/ignore_file_phpcpd
...
Fixed file ignoring for phpcpd
2014-05-23 13:22:57 +01:00
Dan Cryer
9ccdb460d0
Merge pull request #440 from Ange7/xmpp
...
Add new XMPP Notification plugin
2014-05-23 13:21:27 +01:00
Dan Cryer
da3dba0939
Log output when reports fail to process
2014-05-22 11:59:26 +01:00
Alexandre Russo
cdf5e46d54
PHPCI/Plugin/Xmpp.php : Use implode() method instead of foreach() to build recipients for command
2014-05-21 21:57:40 +02:00
Alexandre Russo
b02e2f0b66
PHPCI/Plugin/Xmpp.php : Remove unused $args variable
2014-05-21 21:57:20 +02:00
Alexandre Russo
7b5dab6185
PHPCI/Plugin/Xmpp.php : Fix command to send to system
2014-05-21 14:11:47 +02:00
Alexandre Russo
b84f3e2c22
PHPCI/Plugin/Xmpp.php : Fix build message method
2014-05-21 14:11:46 +02:00
Alexandre Russo
33a85af0b7
PHPCI/Plugin/Xmpp.php : default date format is now %c
2014-05-21 14:11:45 +02:00
Alexandre Russo
c0e64f3ff0
PHPCI/Plugin/Xmpp.php : Fix get configuration file method
2014-05-21 14:11:44 +02:00
Alexandre Russo
edd1409a2d
PHPCI/Plugin/Xmpp.php : Fix date_format variable
2014-05-21 14:11:43 +02:00
Alexandre Russo
6f0763202b
PHPCI/Plugin/Xmpp.php : Fix config file name of sendxmpp (sendxmpprc instead of sendxmpp)
2014-05-21 14:11:42 +02:00
Alexandre Russo
501b0138b3
PHPCI/Plugin/Xmpp.php : Fix syntax variable «date_format»
2014-05-21 14:11:41 +02:00
Alexandre Russo
581f9d1bfa
PHPCI/Plugin/XMPP.php rename to PHPCI/Plugin/Xmpp.php
2014-05-21 14:11:14 +02:00
Alexandre Russo
40b52fb1bd
PHPCI/Plugin/XMPP.php : Add new param «dateFormat» to display date/hour in notification message. Move code to build message string in separate method
2014-05-21 14:11:13 +02:00
Alexandre Russo
7f05051dc7
PHPCI/Plugin/XMPP.php : Add test on empty recipients list and add test to check that all command was successful
2014-05-21 14:10:54 +02:00
Alexandre Russo
42db3fc395
PHPCI/Plugin/XMPP.php : Add XMPP plugin notification to send notification via XMPP Network to recipients list
2014-05-21 14:10:32 +02:00
Can Geliş
632db8ce5b
Fix file ignore phpcpd
...
phpcpd's --exclude parameter only accepts "folders". Files should be used
with --names-exclude.
2014-05-19 20:00:31 +03:00
Andrew
9665991d05
Fix behat plugin
2014-05-16 17:14:14 +03:00
Dan Cryer
27e5dcc480
Update for PR #346 to fix PHPMD error
2014-05-15 13:39:54 +01:00
Claus Due
f817abb4d2
Feature: Plugin.CopyBuild wipe instruction
...
When set to `true`, this added `wipe` property will completely remove the target directory contents (except hidden files) before copying the build files into it.
The instruction is only allowed if `directory` is **not** `/` as a tiny and very inadequate measure against unintentional destruction of the host system.
2014-05-15 14:11:13 +02:00
James Inman
589f698d71
HipChat integration.
2014-05-13 16:56:05 +01:00
Dan Cryer
f29242437e
Fix the git plugin merge command, see #326
2014-05-12 18:57:55 +01:00
Dan Cryer
d098fabdb6
Adding / correcting the file docblock throughout the project
2014-05-12 17:26:17 +01:00
Dan Cryer
c2d2c5e173
Reducing complexity of PhpCodeSniffer::__construct() - see #386
2014-05-12 17:07:20 +01:00
Dan Cryer
56b4af4337
Merge pull request #411 from meadsteve/master
...
Reduce complexity of mess detector plugin execute method.
2014-05-12 16:43:40 +01:00
Dan Cryer
d71f560c09
Cleaning up the composer plugin a little
2014-05-12 11:58:43 +01:00
Dan Cryer
14c024de08
Trying adding --prefer-source when --prefer-dist is not enabled
2014-05-12 11:47:07 +01:00