Vladimir Grigor
e7cad31681
fixed a bug: symlink config value was not respected
11 years ago
Vladimir Grigor
d495d10aca
fixed a bug: if deploy strategy was set to "disable", release was still trying to do remote stuff. Now release step respects strategy.
11 years ago
Vladimir Grigor
5ce3394b3c
refactored Autoloader; added support for json encoded format for environment "hosts" option
11 years ago
Vladimir Grigor
6ecaf41336
removed unnecessary checks in Config
11 years ago
Vladimir Grigor
eaccc0dab8
refactoring
11 years ago
woutersioen
26bc4242d1
Revert excludes
11 years ago
woutersioen
f2e01280a5
Fix excludes for releases
11 years ago
woutersioen
c7e1175e11
Make file locations work better from global install.
11 years ago
Rodmen
732cc20f1f
add user data and message to lock command
11 years ago
Benjamin Mermoz
35301cba8e
Fix hard coded 'current' symlink path in RsyncTask
11 years ago
Andrés Montañez
49a7e0857a
Missing use statement should be avoided #inslight
11 years ago
Andrés Montañez
1b2188f0b1
Tweaks.
11 years ago
Andrés Montañez
e10dea147f
Yaml - Replace Spyc with Symfony Yaml Component.
11 years ago
Andrés Montañez
d55637a120
Fix ApplyFaclsTask.
11 years ago
Andrés Montañez
92d3845052
Issue #70 , makes --release mandatory.
11 years ago
Andrés Montañez
17ebb5b30d
Add Rollback command as alias.
11 years ago
Andrés Montañez
e01fbc6151
Review and rework Composer tasks.
11 years ago
Andrés Montañez
9bcf8e063d
Tweaks on FileSystem Tasks.
11 years ago
Andrés Montañez
4528788d49
Reorganize common Deployment code.
11 years ago
Andrés Montañez
b174d04da2
Commented code should not be commited #inslight
11 years ago
Andrés Montañez
d17dd0eb27
Code refactoring.
11 years ago
Andrés Montañez
12f42dc110
Tweak SPYC.
11 years ago
Andrés Montañez
4e01cc3517
Tweaks and fixes.
11 years ago
Jan Malte Gerth
dacfaa2c5e
fixes #73 missing "Task" suffix for LinkSharedFiles
11 years ago
Jan Malte Gerth
f984531742
fixed failing testing for successful json_decode
11 years ago
Ismael Ambrosi
a30e6f6193
Removed unused use statements
11 years ago
Ismael Ambrosi
eee36a850a
Fixed namespace for Filesystem tasks
11 years ago
Fred Condo
1f6da7f8fb
Add ability to use rsync rather than cp on remote
...
This enables finer control (via excludes) when seeding the destination
directory for rsync. Because we know we have rsync available, we can use
rsync rather than cp by using configuration like this example:
strategy: rsync
rsync:
copy: true
copy_tool_rsync: true
rsync_excludes: ["assets", "silverstripe-cache"]
The default tool remains cp, so this change is backward-compatible.
11 years ago
Tony Nelson
ea9c83b07f
Only call chown on releases if there's a userGroup
11 years ago
juanda
86ef278607
strategy git-rebase is enabled
11 years ago
Mario Mueller
eefec4cbc0
Added three new tasks.
...
One task for generating the composer production autoloader, one
for linking shared files and folders into the release and
one to set filesystem acls while rolling out a new release.
11 years ago
Andrés Montañez
8785a3498d
Update Config.php
11 years ago
David Lin
59574711c1
Fixed a bug in the builtin ChangeBranchTask.php
11 years ago
Osukaru
beb663e801
Added identity file option for ssh and scp commands
11 years ago
Andrés Montañez
5d03d945cb
Issue #46 - Add post-release tasks on rollback
11 years ago
Andrés Montañez
7c883d2436
Tweaks for issue #45
...
- Issue #45 - Adds "ssh_needs_tty" which appends "-t" to the ssh.
- Issue #45 - Rsync is incremental if there are previous releases.
11 years ago
Andrés Montañez
ae785225fa
Issue #43 - Exit code should indicate that something failed.
11 years ago
Andrés Montañez
fc3b7d87a5
Update SPYC Library.
11 years ago
mikec
e7d8d5ce68
Adds general.yml parameter "ssh_needs_tty" which appends "-t" to the ssh
...
command
Adds deployment parameter "rsync: { copy: yes }" which copies the prior
release then rsync's (to increase speed)
11 years ago
Andrés Montañez
5cc9c02c3e
IonCube task cleanup.
11 years ago
Andrés Montañez
ff54ded172
Rollback to old yaml parser.
11 years ago
Andrés Montañez
d6e7e5b6ab
Remove SPYC library for Yamls and use Symfony/Component/Yaml instead.
11 years ago
Andrés Montañez
72a1a19518
SensioLabs Inslights. Remove unused namespaces.
11 years ago
Andrés Montañez
0f17468553
Cleanup for SensioLabs Insights.
11 years ago
Andrés Montañez
2220b2fef5
Tweak on Upgrade Command.
11 years ago
Andrés Montañez
e9045cc55e
Issue 37. Disable color output.
11 years ago
Andrés Montañez
5c51f593d0
Fix typo.
11 years ago
Andrés Montañez
c0ff700f88
Tweak upgrade command.
11 years ago
Andrés Montañez
0a8187c11d
Fix on Upgrade command.
11 years ago
Andrés Montañez
ac08d1874c
Upgrade command.
11 years ago