1101 Commits

Author SHA1 Message Date
Gulios
b697de7d1d Create after checked source directory 2017-03-09 19:09:28 +01: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
Maksim Kuznetsov
a075f6c6ad Change output of errors for native ssh (#1012) 2017-02-24 06:14:15 +03:00
Maksim Kuznetsov
a4900c94c9 Create writable_dirs if they don’t exist 2017-02-24 02:27:50 +03:00
Anton Medvedev
c06e2faf26 Update README.md 2017-02-23 23:50:50 +07:00
Anton Medvedev
6246c34379 Merge pull request #1044 from deployphp/analysis-XkBkRj
Apply fixes from StyleCI
2017-02-22 15:31:45 +07:00
Anton Medvedev
165b630034 Apply fixes from StyleCI 2017-02-22 08:17:37 +00:00
Anton Medvedev
98a77dc411 Merge pull request #1042 from crosma/master
Fixed old releases not being cleaned up when keep_releases reduced by than half.
2017-02-22 14:57:36 +07:00
Matt Crossley
8bfe691dd8 Added a comment. 2017-02-21 23:05:18 -08:00
Matt Crossley
5865afb6f2 Merge remote-tracking branch 'upstream/master' 2017-02-21 23:03:06 -08:00
Matt Crossley
f87a1a11ea Fixed old releases not being cleaned up when keep_releases reduced by more
than half.
2017-02-21 22:50:28 -08:00
Anton Medvedev
ca99a450b4 Merge pull request #1041 from deployphp/analysis-zDAe49
Apply fixes from StyleCI
2017-02-22 00:01:14 +07:00
Anton Medvedev
6dc344baa5 Apply fixes from StyleCI 2017-02-21 16:49:20 +00:00