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
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
Steve B
a584242e99
Merge pull request #404 from corpsee/fixes-for-windows
...
Init abstraction of command execution on different operation systems
2014-05-11 18:20:59 +01:00
Steve B
2be766e1a3
Reduce complexity of mess detector plugin execute method.
2014-05-11 16:59:54 +01:00
Dmitry Khomutov
1f64450831
Merge branch 'master' into fixes-for-windows
2014-05-09 23:50:16 +07:00
Dmitry Khomutov
47b5dea03c
Small fixes for SQL plugins (phpdocs, some fixes)
2014-05-09 23:49:20 +07:00
Dmitry Khomutov
3174ec1e0b
Added Sqlite plugin
2014-05-09 23:41:26 +07:00
Dan Cryer
f561cd636a
Reducing complexity of phpdocblockchecker::execute(), see #402
2014-05-09 16:05:21 +01:00
danio1024
a66206ff80
Changed PhpSpec run command order to match docs
2014-05-09 15:15:55 +02:00
danio1024
5ae6c85507
Added missing run statement for PhpSpec
2014-05-09 14:51:45 +02:00
Dmitry Khomutov
3ea6b720b1
Few fixes for windows
2014-05-09 14:57:22 +07:00
Dan Cryer
c04c968caa
Merge pull request #396 from jimmycleuren/master
...
Remove coverage log line
2014-05-08 22:20:50 +01:00
Jimmy Cleuren
d0403d31df
remove coverage log line
2014-05-08 23:03:13 +02:00
Dan Cryer
9ecd3bfa11
Adding PHP Docblock Checker plugin
2014-05-08 16:02:24 +00:00
Steve B
c8db44e1da
Merge pull request #388 from mobileka/fix-217
...
Fix #217
2014-05-08 09:33:47 +01:00
Steve B
8b982d88e1
Merge pull request #389 from JariInc/master
...
Interpolate PHPUnit arguments
2014-05-08 09:32:33 +01:00
Dan Cryer
f40f88a0f3
Making phpunit plugin log the TAP string in the event it fails to process it.
2014-05-07 10:20:21 +01:00
Jari Ylimäinen
709c2fdd8d
Interpolate PHPUnit arguments
2014-05-02 22:58:22 +03:00
Armen Markossyan
2b7fe7e8b3
Fix #217
2014-05-02 23:47:08 +06:00
Dan Cryer
29a9075d4f
Reducing complexity of Git::runAction() - See #385
2014-05-02 15:06:53 +01:00
Dan Cryer
cb6262d833
PHPMD cleanup
2014-05-02 14:48:40 +01:00
Dan Cryer
cb70b2d410
Updating PHPUnit plugin to provide a report like PHPMD and PHPCS, fixes #305
2014-05-02 14:36:34 +01:00
Dan Cryer
4197c9e34d
Fixing the horrors of overly long lines, misalignment, and incorrect use of new lines.
2014-05-01 16:53:29 +01:00
Dan Cryer
e7e8455887
Setting allowed_warnings and allowed_errors to 0 by default, -1 in zero config mode. Fixes #377
2014-04-30 14:18:58 +01:00
Dan Cryer
7cc9c9c172
Adding PHPCS report parsing.
2014-04-30 14:15:25 +01:00
Dan Cryer
cc4bd7011b
Adding PHPCS report parsing.
2014-04-30 14:14:44 +01:00
Dan Cryer
66bfcea8ed
Migrating PHPMD to use XML report format and add a UI plugin to display warning information. See #305
2014-04-25 11:28:27 +00:00
Dan Cryer
4363cb1966
Adding the ability to run projects with no build configuration. Runs what plugins it can automatically. Closes #235
2014-04-25 10:17:39 +01:00
Claus Due
5cb37f3291
Cross-platform safe copy in Plugin.CopyBuild
...
Rather than using `xargs` which behaves differently on BSD and Linux, it's safer to use the straight `cp`. We lose the output of which files were copied - but I'd be more than happy to add this as a separate command to list which files were copied and which were ignored.
2014-04-18 15:46:46 +02:00
Dan Cryer
1d92b5e890
Updating PHPMD to enforce rules being an array. Fixes #319
2014-04-16 12:30:03 +01:00
Dan Cryer
e085978800
Adding basic git plugin
2014-04-16 10:14:19 +00:00
Dan Cryer
8c8433afe8
Updating PHPSpec plugin to work with v2. Fixes #339
2014-04-16 10:23:04 +01:00
Dan Cryer
7e364b37a7
Check $this->path is set before use, fixes #355
2014-04-16 08:57:17 +01:00
Steve B
1c34cff181
Merge pull request #349 from NamelessCoder/patch-5
...
Wipe Plugin - wipes a folder
2014-04-14 10:35:41 +01:00
Steve B
f02a800269
Merge pull request #350 from NamelessCoder/patch-6
...
Preserve absolute paths in Plugin.PhpMessDetector
2014-04-14 08:58:05 +01:00
Steve B
e68cd39afa
Merge pull request #347 from NamelessCoder/patch-3
...
Missing property declaration for `ignore` on Plugin.CopyBuild
2014-04-14 08:56:25 +01:00
Claus Due
336f1096dd
Preserve absolute paths in Plugin.PhpMessDetector
...
Before: all paths, including absolute paths, were treated relative to build directory.
After: any absolute path is not prefixed with the build directory path; it gets used as-is.
2014-04-12 17:28:52 +02:00
Claus Due
fd02c51c9e
Wipe Plugin - wipes a folder
2014-04-12 14:31:31 +02:00
Claus Due
7c5fd65426
Missing property declaration for ignore on Plugin.CopyBuild
2014-04-12 13:50:10 +02:00