Andrés Montañez
9c0682d222
Tweak.
11 years ago
Andrés Montañez
846237fabb
Tweaks.
11 years ago
Andrés Montañez
fddeebe59a
PHPStorm refactoring.
11 years ago
Andrés Montañez
4c584b2634
Tweaks.
11 years ago
woutersioen
0ce94c3821
Also use common code in RsyncTask
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
4528788d49
Reorganize common Deployment code.
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
hrakotobe
47b089cb3e
force use of sh on remote server and make directory ownership check more portable
11 years ago
Osukaru
beb663e801
Added identity file option for ssh and scp commands
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
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
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
0722a33137
New Feature. Deploy Strategy: rsync or tar.gz; by default it tries to guess the best strategy.
11 years ago
Andrés Montañez
f961a51c37
Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2.
11 years ago
Andrés Montañez
c32bb708cf
Add license information.
11 years ago
Andrés Montañez
67a7f9d6fe
Tweak config and logs.
12 years ago
Andrés Montañez
14b36eab88
Escape " from remote commands.
12 years ago
Andrés Montañez
b6a0bad25b
Delegate Releases Deletion to Rsync.
12 years ago
Andrés Montañez
811c83e13a
Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow.
...
ADVICE: there is no Backwards Compatibility with custom tasks, those
using the _config instance will be broken or those using the
getEnvironmentName().
13 years ago
Andrés Montañez
0410c0efec
New feature: Override Release.
13 years ago
Andrs Montaez
6bd9d888df
Bugfix on host:port config.
13 years ago
Andrs Montaez
51e7de0676
Tweaks on port definition.
...
Now port can be defined into the hostname.
13 years ago
Andrs Montaez
2ec4f58c77
Tweak on yaml parser. Added option for ssh port.
13 years ago
Andrs Montaez
0c2ee3c45f
New feature. Copy application from remote source; e.g.: GIT repo.
13 years ago
Andrs Montaez
2e35bfe129
New configuration usage. Changes on Releases Listing.
13 years ago
Andrs Montaez
9c03ae6bed
Changes on configuration.
...
Preparation for Post Release tasks.
13 years ago
Andrs Montaez
5faad41b78
First iteration of the Releases feature.
13 years ago
Andrs Montaez
67ca7b1e21
Logging enabled. And fix on Excludes.
13 years ago
Andrs Montaez
8ed0154749
Added the possibility defining (by the user) Excludes for the
...
rsync.
13 years ago
Andrs Montaez
e5f0fe9cfa
Changes on console feedback colors. Example of User Tasks.
13 years ago
Andrs Montaez
b161220e69
New reorder of classes and configuration. New instantiation of Tasks.
13 years ago