1230 Commits

Author SHA1 Message Date
Anton Medvedev
157a8d0d78 Use setInput instead of escapeshellarg for command 2017-03-12 14:05:56 +07:00
Anton Medvedev
b075e49daf Style fix 2017-03-11 10:09:13 +07:00
Anton Medvedev
fb745e8021 Merge pull request #1083 from staabm/req-task-ctx
Provide a usefull error when ask*() is not used wihtin a task()
2017-03-11 10:02:20 +07:00
Markus Staab
4b9eb3b965 Moved require'd() handling into Context. 2017-03-10 15:01:16 +01:00
Anton Medvedev
9077bde8da Merge pull request #1080 from cve/fix_missing_method
Fix missing setHidden method
2017-03-10 19:08:55 +07:00
Anton Medvedev
176b10b93c Merge pull request #1081 from staabm/scp_space
fixed uploading of files containing spaces
2017-03-10 19:08:09 +07:00
Anton Medvedev
0e256e34c2 Merge branch 'master' into scp_space 2017-03-10 19:08:00 +07:00
Anton Medvedev
b07f4add8c Merge pull request #1082 from staabm/dl-space
fixed download of files when filename remote contains spaces
2017-03-10 19:06:42 +07:00
Karol Fiturski
bb5ed3232c Feature check instead of delete a method 2017-03-10 12:30:51 +01:00
Markus Staab
f31a84a12b Update CHANGELOG.md 2017-03-10 12:23:11 +01:00
Markus Staab
a2c81b083b Update CHANGELOG.md 2017-03-10 12:19:49 +01:00
Markus Staab
af4ea10a2c Update CHANGELOG.md 2017-03-10 12:17:26 +01:00
Anton Medvedev
dfeb152330 Merge pull request #1084 from staabm/patch-1
Pretty-print uncaught exceptions with SymfonyStyle
2017-03-10 18:17:03 +07:00
Markus Staab
c1a8c1018e Pretty-print uncaught exceptions with SymfonyStyle 2017-03-10 11:55:26 +01:00
Markus Staab
e802bffc56 Provide a usefull error when ask*() is not used wihtin a task() 2017-03-10 09:55:15 +01:00
Markus Staab
4fac68de95 fixed download of files when filename remote contains spaces 2017-03-10 09:36:57 +01:00
Markus Staab
39e1c7296f fixed uploading of files containing spaces
only remote-path need to be escaped as those are evaluated twice.
2017-03-10 09:25:20 +01:00
Karol Fiturski
2bf103fc2a Fix missing setHidden method 2017-03-10 09:20:29 +01:00
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