1112 Commits

Author SHA1 Message Date
Anton Medvedev
21ee92788c Merge pull request #1079 from rvitaliy/patch-2
Update .travis.yml
2017-03-10 12:39:16 +07:00
Anton Medvedev
e6009d739a Merge pull request #1078 from rvitaliy/patch-1
Update README.md
2017-03-10 12:35:12 +07:00
Anton Medvedev
b5d6e94318 Merge pull request #1072 from gulios/master
Copy nested directories
2017-03-10 12:30:12 +07:00
Anton Medvedev
7e5ce1290c Merge pull request #1076 from FriendsOfHoneybee/master
Support for multiple choice questions
2017-03-10 12:22:21 +07:00
Anton Medvedev
bc37724267 Update CHANGELOG.md 2017-03-10 12:21:31 +07:00
Vitaliy Ryaboy
7043cd5ad1 Update .travis.yml
Travis modified for current use of the project phpunit
2017-03-10 00:16:02 +01:00
Vitaliy Ryaboy
eed118584d Update README.md 2017-03-09 23:14:17 +01:00
Gulios
b697de7d1d Create after checked source directory 2017-03-09 19:09:28 +01:00
Hasham Ahmad
980e617ab4 Support for multiple choice questions 2017-03-09 15:23:11 +00:00
Anton Medvedev
79f67eab20 Merge pull request #1074 from FriendsOfHoneybee/master
Parse hyphens in environment setting names
2017-03-09 20:06:55 +07:00
Anton Medvedev
8526a0f42a Update CHANGELOG.md 2017-03-09 20:06:19 +07:00
Hasham Ahmad
c728185321 Parse hyphens in environment setting names 2017-03-09 11:33:15 +00:00
Gulios
61dded685d Copy nested directories 2017-03-08 13:42:37 +01:00
Anton Medvedev
cd1b410d82 Merge pull request #1068 from alexdw/patch-1
Update README.md
2017-03-07 20:01:10 +07:00
Álex Martín
541373597e Update README.md
Added a new company that use Deployer in yours projects
2017-03-07 13:31:56 +01:00
Anton Medvedev
4e2410449e Merge pull request #1067 from mbrodala/fix-string-array-merge
Fix merge of string array config options
2017-03-07 19:09:43 +07:00
Mathias Brodala
ea8492cad4 Update changelog 2017-03-07 11:54:15 +01:00
Mathias Brodala
43cf9db961 Fix merge of string array config options
This unbreaks e.g. the following:

add('shared_files', ['foo']);
add('shared_files', ['bar']);

Without this fix, this would become ['bar'] instead of ['foo', 'bar']
2017-03-07 11:51:27 +01:00
Anton Medvedev
f29cc88bb7 Update README.md 2017-03-05 23:59:18 +07:00
Anton Medvedev
ed4957aa69 Merge pull request #1061 from pluseg/run-without-hooks
Add `--no-hooks` option for running commands without `before()` and `after()` (#934)
2017-03-05 19:42:11 +07:00
Maksim Kuznetsov
bef27897ad Updated changelog for --no-hooks options 2017-03-04 00:06:01 +03:00
Maksim Kuznetsov
0353133b66 Refactor --no-hooks option and all related code 2017-03-04 00:04:38 +03:00
Maksim Kuznetsov
70ba131549 Fix tests and StyleCI for --no-hooks option 2017-03-03 05:03:28 +03:00
Maksim Kuznetsov
41e4f2d009 Add --no-hooks option for running commands without before() and after() (#934) 2017-03-03 04:50:38 +03:00
Anton Medvedev
68b141f62c Merge pull request #1054 from pluseg/sensiolabsinsight-fixes
Fix some issues from SensioLabsInsight
2017-02-28 12:39:21 +07:00
Maksim Kuznetsov
6fd636910b Return back posix_setsid() for sending anonymous stats 2017-02-27 20:38:57 +03:00
Anton Medvedev
e053b63256 Merge pull request #1055 from pluseg/scrutinizer-issues-fixes
Refactor code according to Scrutinizer recommendations
2017-02-27 20:40:20 +07:00
Maksim Kuznetsov
a0d4246b18 [Scrutinizer] Fix StyleCI issues 2017-02-27 10:17:41 +03:00
Maksim Kuznetsov
66ccef785a [Scrutinizer] Revert deprecated ssh2Pty methods in Builder and Configuration 2017-02-27 09:54:23 +03:00
Anton Medvedev
8ef68422a2 Add project hash to stats 2017-02-26 17:30:59 +07:00
Maksim Kuznetsov
867305c5e0 Refactor PhpSecLib server to decrease duplications 2017-02-25 17:59:06 +03:00
Maksim Kuznetsov
bbfe7a17e2 Refactor code according to Scrutinizer recommendations 2017-02-25 17:21:20 +03:00
Maksim Kuznetsov
86ca7be1cb Fix some issues from SensioLabsInsight 2017-02-25 09:47:22 +03:00
Anton Medvedev
fa05a68efa Merge pull request #1051 from pluseg/1012-native-ssh-errors
Change output of errors for native ssh (#1012)
2017-02-25 10:20:15 +07:00
Maksim Kuznetsov
eb9bb7ed48 Refactor checking isDebug for additional logging of NativeSsh 2017-02-25 05:06:23 +03:00
Anton Medvedev
1f66ef73e6 Fix docblock 2017-02-24 23:55:01 +07:00
Anton Medvedev
283e08ae50 Update phpunit.xml 2017-02-24 23:53:31 +07:00
Anton Medvedev
01e8315113 Fix docblock. 2017-02-24 23:37:48 +07:00
Anton Medvedev
a7c37fcd10 Fix possible bug: allow only arrays 2017-02-24 23:36:32 +07:00
Anton Medvedev
76743d22b9 Remove unnecessary tests
Test `testVendor` simple tests what composer.phar can be downloaded. This slows tests a lot, but doesn't give anything back. Drop it.
2017-02-24 23:32:59 +07:00
Anton Medvedev
42fcc6938a Rename test method 2017-02-24 23:29:46 +07:00
Anton Medvedev
d03f45b29e Remove unused variable 2017-02-24 23:25:31 +07:00
Anton Medvedev
9c9ffdc60d Fix docs issues 2017-02-24 23:24:03 +07:00
Anton Medvedev
f3aad41ab9 Fix docblock 2017-02-24 23:20:02 +07:00
Anton Medvedev
dc82502073 Fix scrutinizer test command 2017-02-24 23:14:45 +07:00
Anton Medvedev
d910b58229 Add Reporter class 2017-02-24 21:07:24 +07:00
Anton Medvedev
4c19e209b0 Merge pull request #1049 from pluseg/1000-writable-directories
Create `writable_dirs` if they don’t exist
2017-02-24 13:47:14 +07:00
Anton Medvedev
1532033191 Merge branch 'master' into 1000-writable-directories 2017-02-24 13:47:05 +07:00
Anton Medvedev
9ce7b1cfd7 Merge pull request #1052 from pluseg/1010-scp-files-with-spaces
Fix uploading files with spaces in a path via Native SSH
2017-02-24 13:37:49 +07:00
Maksim Kuznetsov
a4153c2560 Fix uploading files with spaces in a path via Native SSH 2017-02-24 06:46:10 +03:00