Commit graph

563 commits

Author SHA1 Message Date
Andrés Montañez 0527b9c8a5 Merge pull request #66 from iambrosi/use_statements
Removed some unused use statements
2014-05-23 05:43:59 -07:00
Ismael Ambrosi a30e6f6193 Removed unused use statements 2014-05-22 23:03:14 -03:00
Ismael Ambrosi eee36a850a Fixed namespace for Filesystem tasks 2014-05-22 22:56:05 -03:00
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.
2014-05-16 12:31:36 -07:00
Andrés Montañez b98082b96f Merge pull request #60 from tonynelson19/patch-1
Only call chown on releases if there's a userGroup
2014-05-14 17:39:29 -07:00
Andrés Montañez db6d0d4989 Merge pull request #59 from juanda/master
strategy git-rebase is enabled
2014-05-14 17:37:52 -07:00
hrakotobe 7ad5403c81 change setting name 2014-05-09 18:15:03 +02:00
hrakotobe 47b089cb3e force use of sh on remote server and make directory ownership check more portable 2014-05-09 17:53:35 +02:00
Tony Nelson ea9c83b07f Only call chown on releases if there's a userGroup 2014-05-08 15:41:05 -05:00
juanda 86ef278607 strategy git-rebase is enabled 2014-05-07 12:55:14 +02:00
Andrés Montañez 23b59869ec Merge pull request #57 from freshcells/new-bunch-of-tasks
Added three new tasks.
2014-05-04 08:27:03 -07:00
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.
2014-05-04 08:55:04 +02:00
Mario Mueller 4c3f50608e The git remote cache deployment task.
This tasks uses a remote checkout on the server to provide the release.
In our use case this remote cache resides in $to/$shared/git-remote-cache,
variable 'shared' is substituted with "shared" by default. At this time, the
remote cache is not build automatically, you need to provide a clean
checkout before you can start using it.
2014-05-02 16:43:31 +02:00
Andrés Montañez 8785a3498d Update Config.php 2014-04-26 13:21:48 -07:00
Andrés Montañez fee82c3cf1 Update mage 2014-04-26 13:21:15 -07:00
Andrés Montañez 4d45c30bd4 Merge pull request #49 from Osukaru/master
Added identity file option for ssh and scp commands
2014-04-26 13:20:48 -07:00
Andrés Montañez 08b285e962 Merge pull request #50 from dlin-me/master
Fixed a bug in the builtin ChangeBranchTask.php
2014-04-26 12:57:51 -07:00
David Lin 59574711c1 Fixed a bug in the builtin ChangeBranchTask.php 2014-04-15 09:59:16 +10:00
Osukaru beb663e801 Added identity file option for ssh and scp commands 2014-04-07 12:20:41 +02:00
Andrés Montañez a97d172a6d New Release - Version 1.0.1 2014-03-16 18:43:37 -03:00
Andrés Montañez 5d03d945cb Issue #46 - Add post-release tasks on rollback 2014-03-16 18:42:29 -03:00
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.
2014-03-16 18:21:42 -03:00
Andrés Montañez 8b43a136dd Merge pull request #45 from drmikecrowe/master
Adds "ssh_needs_tty" general parameter, and rsync copy option
2014-03-16 10:15:27 -07:00
Andrés Montañez ae785225fa Issue #43 - Exit code should indicate that something failed. 2014-03-16 13:31:36 -03:00
Andrés Montañez fc3b7d87a5 Update SPYC Library. 2014-03-16 12:29:09 -03:00
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)
2014-01-28 21:43:43 -05:00
Andrés Montañez 5cc9c02c3e IonCube task cleanup. 2014-01-11 16:12:01 -02:00
Andrés Montañez b6e32215ee Merge pull request #33 from marl-scot/ioncube
Added first version of the IonCube encoder extension task
2014-01-11 10:02:52 -08:00
Andrés Montañez ff54ded172 Rollback to old yaml parser. 2014-01-11 15:39:22 -02:00
Andrés Montañez a3171c59dd Yaml Tweks for Insights. 2013-12-19 16:39:28 -02:00
Andrés Montañez d6e7e5b6ab Remove SPYC library for Yamls and use Symfony/Component/Yaml instead. 2013-12-19 16:27:53 -02:00
Andrés Montañez 72a1a19518 SensioLabs Inslights. Remove unused namespaces. 2013-12-19 16:12:51 -02:00
Andrés Montañez 0f17468553 Cleanup for SensioLabs Insights. 2013-12-19 15:37:26 -02:00
Andrés Montañez 2220b2fef5 Tweak on Upgrade Command. 2013-12-19 15:23:46 -02:00
Andrés Montañez e9045cc55e Issue 37. Disable color output. 2013-12-19 13:07:57 -02:00
Andrés Montañez 5c51f593d0 Fix typo. 2013-12-19 12:49:02 -02:00
Andrés Montañez 13e6311ba7 Tweak doc. 2013-12-18 02:20:23 -08:00
Andrés Montañez 3014f8855e Update composer instructions. 2013-12-18 02:15:59 -08:00
Andrés Montañez 1448d65994 Tweak composer. 2013-12-17 17:42:06 -08:00
Andrés Montañez c0ff700f88 Tweak upgrade command. 2013-12-17 22:09:49 -02:00
Andrés Montañez c44eeeeaf0 Tweak readme. 2013-12-17 22:01:48 -02:00
Andrés Montañez 0a8187c11d Fix on Upgrade command. 2013-12-17 21:45:43 -02:00
Andrés Montañez ac08d1874c Upgrade command. 2013-12-17 21:31:04 -02:00
Andrés Montañez f646647036 Send mail notifications. 2013-12-15 23:44:28 -02:00
Andrés Montañez 75a2463240 Tweak on compiler. 2013-12-15 17:27:26 -02:00
Andrés Montañez eecf9bf4ea Change Deploy Stages with Constants. 2013-12-15 17:11:53 -02:00
Andrés Montañez d55e18b34b Add Stage Constants. 2013-12-15 16:24:13 -02:00
Andrés Montañez a94f550a6c Documentation. 2013-12-15 15:27:57 -02:00
Andrés Montañez ceee587bb0 Fix typo in GitRebase Deploy strategy. 2013-12-08 20:17:45 -02:00
Andrés Montañez 6563678b83 Merge pull request #34 from bguse/master
added missing exclude Files to TarGzTask
2013-12-08 09:16:36 -08:00