Commit graph

44 commits

Author SHA1 Message Date
Dmitry Khomutov a2fbd9b775
Code style fixes 2017-03-12 11:40:40 +07:00
Dmitry Khomutov 58875d5c8a
Fixed shell plugin execution. Issue #30 2017-03-04 12:55:13 +07:00
Dmitry Khomutov 4320ec0415
Code style fixes 2017-02-28 22:21:19 +07:00
ZinitSolutionsGmbH 5fdba72430
Problem with plugin: sends the wrong command to ignore the files. When we ignore
the directory, we use --exclude path/dir_1 --exclude path/dir_2 --exclude path/dir_3
everything works correctly but when we want to exclude file - PhpCpd.php
sends command like --names-exclude path/file_1 --names-exclude path/file_2
--names-exlcude path/file_3 and files will be scanned for copy/past, to ignore all three file we have to use
command like --names-exclude file_1,file_2,file_3 without paths.
2017-02-28 22:13:25 +07:00
Dmitry Khomutov c4ee9a6d48
Updated dependencies 2017-02-24 17:43:37 +07:00
Dmitry Khomutov 041ab16e71
Fixed plugins execution 2017-02-20 20:28:50 +07:00
Dmitry Khomutov 9f0580e802
Improved TravisCI build settings 2017-02-18 14:34:23 +07:00
Dmitry Khomutov ea5044bf9b
Fixes 2017-02-09 22:25:12 +07:00
Dmitry Khomutov 6cff08f073
Removed localization from logs (Because it doesn't work) 2017-02-09 22:12:21 +07:00
Dmitry Khomutov 72579e769f
Codeception improvement (+ docs) 2017-02-09 22:03:53 +07:00
Pélisset Vincent 96bddfbc45 Fix codeception path in config who was ignored 2017-02-09 21:51:27 +07:00
Dmitry Khomutov a886e161f3
Fixed PHPUnit temp files 2017-02-07 22:35:52 +07:00
Dmitry Khomutov 327f442ebb
Small content fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 8779880a8f
Removed hacks for Windows OS (Because it isn't work fine all the same) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov c90c292629
Improved DB + PostgreSQL support 2017-01-29 18:20:22 +07:00
Dmitry Khomutov 4b49c95b20
Code style fixes 2017-01-22 20:06:17 +07:00
Dmitry Khomutov ff74b2f0c5
Codeception fixes 2017-01-21 11:25:11 +07:00
Dmitry Khomutov 413230f5fc
Fixes for Codeception plugin 2017-01-21 10:52:19 +07:00
Dmitry Khomutov d07e98178e
Fixes 2017-01-21 00:07:12 +07:00
Dmitry Khomutov 1237bf450c
Code style fixes 2017-01-14 16:12:53 +07:00
Dmitry Khomutov 86478a1264
Fixes for build without config 2017-01-11 22:52:37 +07:00
Dmitry Khomutov a5aabdce2d PhpParallelLint andPhpCpd now implements ZeroConfigPlugin interface 2017-01-11 00:46:19 +07:00
Richard Holloway eea29dabe8 Better regex (allow more than two extensions) 2017-01-11 00:06:41 +07:00
Richard Holloway 31e527151d Remove spaces from list of extensions before passing to command + Remove extra \ 2017-01-11 00:05:32 +07:00
Richard Holloway d1db940ade Only use extensions if a comma delimited list 2017-01-11 00:02:29 +07:00
Richard Holloway 1201cb0f92 Support for linting php in files with specified file extensions 2017-01-10 23:57:04 +07:00
Dmitry Khomutov 5ffcc5a832 Removed plugin page 2017-01-10 23:14:26 +07:00
Dmitry Khomutov 6f273bbe6f Delete useless code + small localization fixes 2017-01-07 20:56:10 +07:00
Stephen Ball b861071402 Update Deployer plugin 2017-01-06 11:15:08 +07:00
Dmitry Khomutov 712243660c Fixed plugins and tests 2017-01-06 11:14:45 +07:00
Dmitry Khomutov 7ec29f1f31 Fixed naming in plugins (phpci -> builder) 2017-01-05 21:16:12 +07:00
Dmitry Khomutov b82427b20f Fixed namespaces after rebase to master 2017-01-05 21:09:58 +07:00
Dmitry Khomutov 16a5add859 Refactored plugins 2017-01-05 21:09:58 +07:00
Dmitry Khomutov f3e8acc4bd New PHPUnit plugin fixes for PHP Censor 2017-01-05 20:01:53 +07:00
Pablo Tejada 881713747e Handles the rare warning test status when generating code coverage 2017-01-05 18:14:45 +07:00
Pablo Tejada e934a48a61 - Merged the original PhpUnit plugin with the rewrite 2017-01-05 18:12:05 +07:00
Pablo Tejada 8078d0befe - Improved the parser for the legacy args option
- New tests for the legacy args option string
- New Exception when no tests are executed
2017-01-05 18:09:00 +07:00
Pablo Tejada c32a520b91 Implementation of an alternative PHPUnit plugin:
- Reformat the error output.
- Display collapsed trace in the Information tab widget.
- Handle incomplete tests in the results.
- Unit tests for all new classes.
- Display raw phpunit output.
2017-01-05 17:59:58 +07:00
Emmanuel Vella 9cb1fc7ccc Update PhpCsFixer plugin 2016-12-24 17:39:21 +07:00
Dmitry Khomutov 9de4fb51d3 Repaired tests + refactored code for tests 2016-08-13 17:47:55 +07:00
Dmitry Khomutov 32f5c01728 Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
Dmitry Khomutov 31f92327c1 Fixed naming (phpci -> php-censor) 2016-07-21 23:02:11 +06:00
Dmitry Khomutov 4fee89fb80 Fixed constants 2016-07-21 21:20:34 +06:00
Dmitry Khomutov 60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00