Commit graph

196 commits

Author SHA1 Message Date
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
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
Claus Due
7c43bfd198 Bad copy/pasted method comment in CopyBuild plugin 2014-04-12 02:44:27 +02:00
Witold Wasiczko
9d655c0559 Use args in Codeception plugin 2014-03-31 00:45:20 +02:00
Steve B
b7e2bdde6e Merge pull request #307 from meadsteve/feature/pluginfactoryconfig
Allow configuration of the plugin factory on a per install basis
2014-03-25 14:20:02 +00:00
steve.brazier
ec659a6415 psr tidy up of util/Factory.php 2014-03-25 14:18:50 +00:00
steve.brazier
de846bc06b Merge remote-tracking branch 'origin/master' into feature/pluginfactoryconfig
Conflicts:
	PHPCI/Builder.php
	PHPCI/Plugin/Util/Factory.php
2014-03-25 14:17:03 +00:00
steve.brazier
060a786303 Merge remote-tracking branch 'origin/master' into feature/pluginfactoryconfig
Conflicts:
	PHPCI/Builder.php
	PHPCI/Plugin/Util/Factory.php
2014-03-25 14:13:45 +00:00
Dmitry Khomutov
d0f6d295a1 Fixed 'cd' command for windows 2014-03-13 00:37:57 +07:00
steve.brazier
3c3d672ccd Merge remote-tracking branch 'corpsee/master' 2014-03-10 09:48:50 +00:00
Dmitry Khomutov
9c6073c495 Fixed composer plugin for using on Windows 2014-03-09 00:30:32 +07:00
meadsteve
6d4e49d07b Add code to allow configuration for the plugin factory to be stored on a per install basis. 2014-03-02 19:59:52 +00:00
steve.brazier
6431ef501e fix psr2 violations in EmailPlugin 2014-02-27 14:04:08 +00:00
steve.brazier
112adba332 fix psr2 violations in Plugin/Util 2014-02-27 14:02:21 +00:00