888 Commits

Author SHA1 Message Date
Anton Medvedev
c4fd2947ca Merge pull request #803 from qtsd/feature/fix-git-cache-on-revision-defined
Use git_cache also when --revision is defined
2016-11-08 20:12:18 +07:00
Anton Medvedev
df87a184c0 Update README.md 2016-11-08 18:23:08 +07:00
Anton Medvedev
18520213bf Update BACKERS.md 2016-11-08 17:51:46 +07:00
Anton Medvedev
3b47861225 Merge pull request #806 from vicdelfant/master
Don't use /current in Laravel recipe
2016-11-08 17:37:24 +07:00
Anton Medvedev
a1fe6c0525 Fix #763 bug. 2016-11-07 21:36:20 +07:00
Anton Medvedev
67031f005c Fix tests. 2016-11-07 20:53:14 +07:00
Anton Medvedev
bfe4ee50de Allow to run dep from subdirs. 2016-11-07 20:43:31 +07:00
Anton Medvedev
46ca5664c6 Better support for --no-ansi. 2016-11-07 20:24:00 +07:00
Anton Medvedev
626235a324 set writable_use_sudo to false by default. 2016-11-07 20:08:38 +07:00
Anton Medvedev
7e89fb0903 Fix style. 2016-11-07 19:54:29 +07:00
Martin Ficzel
06e990718f BUGFIX: Remove call to deployer->parameters and use get() instead 2016-11-07 08:47:50 +01:00
Martin Ficzel
b431a815fc FEATURE: Add Flow-Framework deployer recipe
With this recipe projects based on the Flow-Framework (https://flow.neos.io/) and Neos-CMS (https://www.neos.io) can be deployed.
2016-11-07 08:24:28 +01:00
Martin Ficzel
7bb848866b TASK: Use inheritdoc to avoid duplicated function documentations 2016-11-07 08:20:07 +01:00
Martin Ficzel
ca07b9e2d3 FEATURE: Add native ssh implementation
This patch adds a new  'ssh_type' === 'native' to deeployer that uses local ssh and scp commands instead of
php-ssh implementations.

Currently the server-options host, port, user and identity_file.private_key are supported. Since native ssh is used the settings of your ~/.ssh/config file apply to the connections.

The use of username + password is not implemented yet in favor of key authentication.
2016-11-07 08:20:07 +01:00
Anton Medvedev
c0c68fd533 Fix tests. 2016-11-07 14:12:09 +07:00
Anton Medvedev
e04d392b16 Refactor deploy:writable. 2016-11-07 13:57:38 +07:00
Anton Medvedev
82a2dc909e Feature: add function. 2016-11-07 12:47:29 +07:00
Anton Medvedev
15ad934fb0 Refactor deploy.php file config storage. 2016-11-05 22:09:07 +07:00
Anton Medvedev
7973579a9e Fix tests. 2016-11-05 18:17:01 +07:00
Anton Medvedev
2890b4fb0c Update roadmap. 2016-11-05 18:04:16 +07:00
Anton Medvedev
1d2e86ac30 Fix style. 2016-11-05 17:58:06 +07:00
Anton Medvedev
c75207d16f Delete misleading. 2016-11-05 17:57:14 +07:00
Anton Medvedev
87c1c8ae57 Little typo. 2016-11-05 17:56:11 +07:00
Anton Medvedev
140323a709 Better errors. 2016-11-05 17:52:28 +07:00
Anton Medvedev
c133d6444a Refactor env() to set()/get(). 2016-11-05 17:50:18 +07:00
Anton Medvedev
356ca33ff0 Update UPGRADE.md 2016-11-05 16:43:41 +07:00
Anton Medvedev
b2ef2df6a1 Update UPGRADE.md 2016-11-05 16:42:46 +07:00
Anton Medvedev
588ac25e29 Comments. 2016-11-05 16:26:08 +07:00
Anton Medvedev
76fc2090c4 Fix releases list. 2016-11-05 16:23:29 +07:00
Anton Medvedev
46449ec8c6 Fix releases list. 2016-11-05 16:22:49 +07:00
Anton Medvedev
663223ba26 Use . instead of : 2016-11-05 16:01:05 +07:00
Anton Medvedev
795511f0ac New release format.
May be changed in future.
2016-11-05 15:57:45 +07:00
Anton Medvedev
0e6907ee20 Keep 5 releases. 2016-11-05 15:44:09 +07:00
Anton Medvedev
86de97a5ab Atomic symlink. 2016-11-05 15:43:33 +07:00
Anton Medvedev
4724625840 Check what release path exists. 2016-11-05 15:43:33 +07:00
Anton Medvedev
f0b45db81d Remove redundant symlink function. 2016-11-05 15:43:32 +07:00
Anton Medvedev
d9e44bc56d Update composer.json 2016-11-05 14:14:40 +07:00
Anton Medvedev
ed9220139a Namespace fix. 2016-11-05 13:46:56 +07:00
Anton Medvedev
930fa6b6c0 Relative symlinks. 2016-11-05 13:40:12 +07:00
Anton Medvedev
4846c96b81 Add lock and unlock functionality. 2016-11-05 12:56:53 +07:00
Anton Medvedev
61d6cba190 Remove unused connect. 2016-11-05 12:45:13 +07:00
Anton Medvedev
dd0f2c87dc Clean up if there is unfinished release in deploy:release. 2016-11-05 12:39:52 +07:00
Anton Medvedev
f5c4517c27 Add --branch option. 2016-11-05 12:22:56 +07:00
Anton Medvedev
50163385bd Set https for manifest file. 2016-11-05 12:05:41 +07:00
Anton Medvedev
e397486eb2 Merge branch 'master' into 4.x
# Conflicts:
#	README.md
#	recipe/symfony.php
#	src/Bootstrap/BootstrapByConfigFile.php
#	src/functions.php
2016-11-05 11:55:03 +07:00
Anton Medvedev
5b7ae5be20 Merge pull request #836 from mathieu-gilloots/master
Don't stop the deploy process when zero migrations
2016-11-04 12:46:49 +07:00
Mathieu GILLOOTS
6900a2ae12 Don't stop the deploy process when zero migrations 2016-11-03 23:47:16 +01:00
Anton Medvedev
45cf68e9a8 Update README.md 2016-11-03 20:44:05 +07:00
Anton Medvedev
4328d6e0fc Merge pull request #529 from x3ro/docker-testrunner
[WIP] Docker test runner
2016-11-03 20:29:21 +07:00
Lucas Jenss
fd1ea39f24 Allow parameters to be passed to phpunit 2016-11-03 14:26:38 +01:00