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
609745ccc4
Prepare for new release.
10 years ago
Andrés Montañez
30a53fcfda
Merge branch 'master' into develop
10 years ago
Andrés Montañez
c34fa53af5
Fixes #121
10 years ago
Andrés Montañez
40e8c33846
Related to #130
10 years ago
Andrés Montañez
8771cf2ab1
Fixes #131
10 years ago
Andrés Montañez
e4aafb3d3f
Merge pull request #150 from gudron/rollback_exception
...
Rollback exception
10 years ago
Andrés Montañez
27a4da4115
Merge pull request #149 from gudron/relative_linking
...
Relative linking @ shared file task.
10 years ago
Andrés Montañez
df632b3fe3
Tweak excludes files.
10 years ago
Andrés Montañez
a71bd5fca0
Merge pull request #148 from gudron/exclude_from_file
...
Rsync , TarGz exclude from file
10 years ago
Andrés Montañez
c6fc7b786e
Merge pull request #146 from samuel4x4/develop
...
Add task for force updating a working copy
10 years ago
Alex V Kotelnikov
b924b92240
added config reload @ after rollback exception
10 years ago
Alex V Kotelnikov
438a81542e
changes @ deploy command. added rollback exception functionality.
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
861a823f7e
Update AbstractTask.php
10 years ago
Andrés Montañez
74087c9dd9
Tweak
10 years ago
Andrés Montañez
dceb329211
Insight tweaks.
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
e40b7d21c9
Yamls
10 years ago
Andrés Montañez
d1fbb9c7db
Ioncube Yaml
10 years ago
Andrés Montañez
94234cf6d8
Tests
10 years ago
Andrés Montañez
c630b31bf9
Yaml tweaks.
10 years ago
Andrés Montañez
9653552be7
Text files should end with a newline character.
10 years ago
Andrés Montañez
aaf92d5001
Commented code should not be commited.
10 years ago
Andrés Montañez
b8c23747f0
User specific files should not appear in .gitignore
10 years ago
Andrés Montañez
dbcbcb78ed
Remove error suppression.
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
Andrés Montañez
b61e7149d0
Yaml tweaks.
10 years ago
Andrés Montañez
8524de7490
Merge pull request #125 from xboston/patch-1
...
SCM: Git clone performance
10 years ago
Andrés Montañez
8449f30b0a
Merge pull request #136 from denji/develop
...
Add a box.json file to build PHAR
10 years ago
Andrés Montañez
cd4a4f4100
Merge pull request #137 from ramunasd/develop
...
built-in task for doctrine migrations
10 years ago
Andrés Montañez
7a9495cf44
Issue #130
10 years ago
Andrés Montañez
03680b8271
Merge pull request #141 from edpauto/failed-builds
...
Throw an error in case when command returns code other than 0
10 years ago
Kuba Turek
0375a80dcf
Fix exit code to 1 due to php exit code that cannot be greater than 254
10 years ago
Kuba Turek
dfbe67622d
Throw an error in case when command returns code other than 0
10 years ago
Ramūnas Dronga
e0430cfb68
built-in task for doctrine migrations
10 years ago
Denis Denisov
a4548cb04c
Add a box.json file to build PHAR
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
97e9fde28a
Merge branch 'develop'
11 years ago
Andrés Montañez
a5ff1facca
Prepare for next release.
11 years ago