1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-24 04:40:16 +02:00
Commit Graph

265 Commits

Author SHA1 Message Date
Andrés Montañez
d4763da37b Manual merge for PR #108 2014-08-25 14:09:42 -03:00
Andrés Montañez
c3204844ea Add possibility for defining the composer_cmd in the global config. 2014-08-25 14:05:01 -03:00
Kuba Turek
95ffed7e12 Add configurable composer_cmd parameter 2014-08-22 09:54:56 +02:00
Kuba Turek
48420c1c2a Rename composer_path into composer_cmd 2014-08-20 17:45:30 +02:00
Moritz Baumann
3a033b4514 Fix RsyncTask::excludes(). 2014-08-17 22:11:55 +02:00
Andrés Montañez
6196cda70b Issue #99 2014-08-07 16:32:42 -03:00
Andrés Montañez
8bc0a0316e Tweak. 2014-08-07 12:56:19 -03:00
Andrés Montañez
de51ce2b04 Issue #51
Possibility of custom commands.
2014-08-07 12:03:11 -03:00
Andrés Montañez
825fc64b0a Issue #47
Movie cleanup of releases on release task.
2014-08-07 11:03:27 -03:00
Andrés Montañez
1bcaca36f0 Issue #62
Add strategy flags.
2014-08-07 10:49:44 -03:00
Andrés Montañez
9c0682d222 Tweak. 2014-08-07 10:29:49 -03:00
Andrés Montañez
846237fabb Tweaks. 2014-08-07 10:12:26 -03:00
Andrés Montañez
7e2d7d4e57 Issue #72
Add -h option to tar command deployment strategy.

     -h, --dereference
           follow symlinks; archive and dump the files they point to
2014-08-06 21:51:17 -03:00
Andrés Montañez
5d728a9105 Proper exit code. Issue #52 2014-08-06 21:43:29 -03:00
Andrés Montañez
8df5534470 Check if classes exists. 2014-08-06 20:41:30 -03:00
Andrés Montañez
981f752c49 Fixed issue #91. 2014-08-06 20:41:23 -03:00
Andrés Montañez
20de8eb7e0 Fix Autoload for Custom Tasks. 2014-08-06 18:25:50 -03:00
Andrés Montañez
ce0e707dc6 Support Composer and Symfony App paths. Issue #86
Also specify symfony version (2 o 3).
2014-08-06 17:26:16 -03:00
Andrés Montañez
5fb711593a Add flag --deleteCurrent to delete current release on rollback. Issue #93 2014-08-06 15:03:53 -03:00
Andrés Montañez
2e0c5130dd Fix rollback. 2014-08-06 14:53:42 -03:00
Andrés Montañez
724fc05b9e Tweaks. 2014-08-06 14:35:50 -03:00
Andrés Montañez
ec2bb12bf4 Fixes and tweaks. 2014-08-06 14:17:26 -03:00
Andrés Montañez
fddeebe59a PHPStorm refactoring. 2014-08-06 14:01:39 -03:00
Andrés Montañez
4c584b2634 Tweaks. 2014-08-06 14:00:11 -03:00
Andrés Montañez
60d16e57f9 Tweak log message. 2014-08-06 13:50:58 -03:00
JoeSimsen
8b86243e34 Bugfix
Extract tar Gz Did not have a $command = in front of it, wich was
breaking the commits
2014-07-31 16:10:46 +02:00
JoeSimsen
82c5305137 Allow a release to be zipped
If you enable the parameter 'releases: compressreleases: true', every
release except the current wil be added to a tar.gz. This is to preserve
diskspace on the remote host.
2014-07-31 15:06:20 +02:00
Andrés Montañez
25de6b0a8f Merge (partial) PR #56 2014-07-30 21:49:41 -03:00
Andrés Montañez
b6ab981f4d Tweaks from PR #58 2014-07-30 21:46:27 -03:00
Andrés Montañez
9a58ce56f0 Resolve conflict for PR #61 2014-07-30 21:35:21 -03:00
Andrés Montañez
78379e866f Merge pull request #96 from elnebuloso/bugfix-tar-deployment
bugfix, deployment targz
2014-07-30 21:28:35 -03:00
Andrés Montañez
bf902c9853 Merge pull request #95 from voukka/master
Many bug fixes. With this fixes I was able to test my own Tasks! :)
2014-07-30 21:28:09 -03:00
Andrés Montañez
003e36dc64 Merge pull request #87 from WouterSioen/git-rebase-with-releases
Make the git rebase strategy work with releases
2014-07-30 21:26:59 -03:00
elnebuloso
b4ce85199d bugfix, deployment targz
- the created tar only includes relative from the defined from
- now it is possible to use absolute path in .mage/deployment/*.yaml from
2014-07-31 01:55:50 +02:00
Vladimir Grigor
11bdd68fff - factored constants out;
- fixed bug: "releases list" command would die checking for unnecessary --release parameter;
 - console prints log file name if if logging is enabled
2014-07-28 15:43:52 +03:00
Vladimir Grigor
e7cad31681 fixed a bug: symlink config value was not respected 2014-07-28 13:58:14 +03:00
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. 2014-07-28 13:49:38 +03:00
Vladimir Grigor
5ce3394b3c refactored Autoloader; added support for json encoded format for environment "hosts" option 2014-07-28 11:53:22 +03:00
Vladimir Grigor
6ecaf41336 removed unnecessary checks in Config 2014-07-27 22:53:49 +03:00
Vladimir Grigor
eaccc0dab8 refactoring 2014-07-26 15:33:07 +03:00
woutersioen
0ce94c3821 Also use common code in RsyncTask 2014-07-16 17:08:04 +02:00
woutersioen
980d209fb4 Refactor cleaning up releases to a common function. 2014-07-16 17:07:19 +02:00
woutersioen
b869876c26 Refactor tar gz to reuse function. 2014-07-16 17:06:00 +02:00
woutersioen
f7e2163fed Cleanup releases. 2014-07-16 17:04:23 +02:00
woutersioen
26bc4242d1 Revert excludes 2014-07-16 16:35:18 +02:00
woutersioen
f2e01280a5 Fix excludes for releases 2014-07-16 16:32:29 +02:00
woutersioen
014d98bc96 Implement releases in git-rebase
Note: the parameter repository needs to be set to make this work.
2014-07-16 16:29:44 +02:00
woutersioen
c7e1175e11 Make file locations work better from global install. 2014-07-16 15:52:23 +02:00
Rodmen
732cc20f1f add user data and message to lock command 2014-06-26 11:05:00 -03:00
Benjamin Mermoz
35301cba8e Fix hard coded 'current' symlink path in RsyncTask 2014-06-17 10:26:32 +02:00
Andrés Montañez
49a7e0857a Missing use statement should be avoided #inslight 2014-06-13 16:25:24 -03:00
Andrés Montañez
1b2188f0b1 Tweaks. 2014-06-13 09:31:53 -03:00
Andrés Montañez
e10dea147f Yaml - Replace Spyc with Symfony Yaml Component. 2014-06-13 09:31:44 -03:00
Andrés Montañez
d55637a120 Fix ApplyFaclsTask. 2014-06-12 18:24:40 -03:00
Andrés Montañez
92d3845052 Issue #70, makes --release mandatory. 2014-06-12 18:22:13 -03:00
Andrés Montañez
17ebb5b30d Add Rollback command as alias. 2014-06-12 18:16:30 -03:00
Andrés Montañez
e01fbc6151 Review and rework Composer tasks. 2014-06-12 17:42:47 -03:00
Andrés Montañez
a51056b9c1 Merge pull request #63 from oddnoc/remote-rsync
Add ability to use rsync rather than cp on remote
2014-06-12 17:29:17 -03:00
Andrés Montañez
9bcf8e063d Tweaks on FileSystem Tasks. 2014-06-12 17:25:50 -03:00
Andrés Montañez
4528788d49 Reorganize common Deployment code. 2014-06-12 17:12:30 -03:00
Andrés Montañez
b174d04da2 Commented code should not be commited #inslight 2014-06-12 16:50:47 -03:00
Andrés Montañez
d17dd0eb27 Code refactoring. 2014-06-12 16:45:40 -03:00
Andrés Montañez
12f42dc110 Tweak SPYC. 2014-06-12 16:35:14 -03:00
Andrés Montañez
66ea107229 Merge branch 'master' of https://github.com/andres-montanez/Magallanes
Conflicts:
	Mage/Task/Factory.php
2014-06-12 16:18:14 -03:00
Andrés Montañez
4e01cc3517 Tweaks and fixes. 2014-06-12 16:17:31 -03:00
Jan Malte Gerth
dacfaa2c5e fixes #73 missing "Task" suffix for LinkSharedFiles 2014-06-11 17:35:40 +02:00
Jan Malte Gerth
f984531742 fixed failing testing for successful json_decode 2014-05-27 13:57:41 +02:00
Andrés Montañez
75e1131a70 Merge pull request #65 from iambrosi/namespace_fix
Fixed namespace for Filesystem tasks
2014-05-23 05:44:16 -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
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
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
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
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
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
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
c0ff700f88 Tweak upgrade command. 2013-12-17 22:09:49 -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