samuel4x4
4d1048cca6
Add optional parameters for symfony2/cache-clear
...
Add optional parameters for symfony2/cache-clear task like --no-warmup.
10 years ago
samuel4x4
5eb771bf30
Rename DoctrineMigrate to DoctrineMigrateTask
...
I hope this is the reason it doesn't works.
10 years ago
samuel4x4
e9e5ab1d45
Fix ManuallyTask namespace
...
namespace Mage\Task\BuiltIn\General
10 years ago
samuel4x4
94673b4af2
manually task
...
one more example for the manually task
10 years ago
samuel4x4
41c3e00f67
Task for running multiple manually commands
...
The purpose of this task is to provide a way to run multiple custom
commands for your specific project, before Magallanes will have build-in
tasks for your needs. Also maybe you'll just not consider you should
create custom tasks for all commands you need (e.g. specific user rights
for specific files and directories).
10 years ago
samuel4x4
c010fc662e
Change runCommandRemote() to runCommand()
...
Change runCommandRemote() to runCommand(), you decide if the command is
running local or remote depending of the stage you put the
scm/force-update task. Remove the last $result =
$this->runCommandLocal($command), not necessary.
10 years ago
Andrés Montañez
c34fa53af5
Fixes #121
10 years ago
Andrés Montañez
df632b3fe3
Tweak excludes files.
10 years ago
Alex V Kotelnikov
50e2d6eeb5
small fixes @ link shared files task. wrong constant value
10 years ago
Alex V Kotelnikov
0a14573126
relative linking @ Link shared files task. Added exclusion rules to symlinks creation.
10 years ago
Alex V Kotelnikov
6f551cabf0
added relative linking @ Link shared files task
10 years ago
Alex V Kotelnikov
95f09dc3c9
small fixes @ rsync and targz tasks
10 years ago
Alex V Kotelnikov
a66478b3ab
exclude from file added.
...
rebased by upstream
10 years ago
samuel4x4
308a67359c
Add task for force updating a working copy
...
Downloads the latest from remote without trying to merge or rebase
anything. Resets the master branch to what you just fetched. Changes all
the files in your working tree to match the files in origin/master, so
if you have any local changes, they will be lost.
10 years ago
Andrés Montañez
74087c9dd9
Tweak
10 years ago
Andrés Montañez
92b22d52a3
Tweak GitRebase and Insight suggestions.
10 years ago
Andrés Montañez
2deaa27a2a
Tweak clones.
10 years ago
Andrés Montañez
9653552be7
Text files should end with a newline character.
10 years ago
Andrés Montañez
f20091afc6
Boolean and Null should be compared strictly.
10 years ago
Andrés Montañez
5d39e46d9e
Code should not be duplicated
10 years ago
Ramūnas Dronga
e0430cfb68
built-in task for doctrine migrations
10 years ago
boston
b066368a50
SCM: Git clone performance
...
Via:
- http://stackoverflow.com/questions/1778088/how-to-clone-a-single-branch-in-git
- http://stackoverflow.com/questions/6941889/is-git-clone-depth-1-shallow-clone-more-useful-than-it-makes-out
- http://git-scm.com/docs/git-clone
10 years ago
Andrés Montañez
d4763da37b
Manual merge for PR #108
11 years ago
Andrés Montañez
c3204844ea
Add possibility for defining the composer_cmd in the global config.
11 years ago
Kuba Turek
95ffed7e12
Add configurable composer_cmd parameter
11 years ago
Kuba Turek
48420c1c2a
Rename composer_path into composer_cmd
11 years ago
Moritz Baumann
3a033b4514
Fix RsyncTask::excludes().
11 years ago
Andrés Montañez
6196cda70b
Issue #99
11 years ago
Andrés Montañez
825fc64b0a
Issue #47
...
Movie cleanup of releases on release task.
11 years ago
Andrés Montañez
1bcaca36f0
Issue #62
...
Add strategy flags.
11 years ago
Andrés Montañez
9c0682d222
Tweak.
11 years ago
Andrés Montañez
846237fabb
Tweaks.
11 years ago
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
11 years ago
Andrés Montañez
ce0e707dc6
Support Composer and Symfony App paths. Issue #86
...
Also specify symfony version (2 o 3).
11 years ago
Andrés Montañez
5fb711593a
Add flag --deleteCurrent to delete current release on rollback. Issue #93
11 years ago
Andrés Montañez
2e0c5130dd
Fix rollback.
11 years ago
Andrés Montañez
724fc05b9e
Tweaks.
11 years ago
Andrés Montañez
ec2bb12bf4
Fixes and tweaks.
11 years ago
Andrés Montañez
fddeebe59a
PHPStorm refactoring.
11 years ago
Andrés Montañez
4c584b2634
Tweaks.
11 years ago
JoeSimsen
8b86243e34
Bugfix
...
Extract tar Gz Did not have a $command = in front of it, wich was
breaking the commits
11 years ago
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.
11 years ago
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
11 years ago
Vladimir Grigor
e7cad31681
fixed a bug: symlink config value was not respected
11 years ago
woutersioen
0ce94c3821
Also use common code in RsyncTask
11 years ago
woutersioen
980d209fb4
Refactor cleaning up releases to a common function.
11 years ago
woutersioen
b869876c26
Refactor tar gz to reuse function.
11 years ago
woutersioen
f7e2163fed
Cleanup releases.
11 years ago
woutersioen
26bc4242d1
Revert excludes
11 years ago
woutersioen
f2e01280a5
Fix excludes for releases
11 years ago