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
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
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
7a9495cf44
Issue #130
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
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
d0e8be2dfe
Git Remote Cache #123
11 years ago
Jakub Turek
5809a424a7
Revert "Remove old Autoload class"
...
This reverts commit 3f3253bbee3493c71e09a3074fd28a9d4485fc6c.
11 years ago
Jakub Turek
07326efbe2
Remove old Autoload class
11 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
8bc0a0316e
Tweak.
11 years ago
Andrés Montañez
de51ce2b04
Issue #51
...
Possibility of custom commands.
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
5d728a9105
Proper exit code. Issue #52
11 years ago
Andrés Montañez
8df5534470
Check if classes exists.
11 years ago
Andrés Montañez
981f752c49
Fixed issue #91 .
11 years ago
Andrés Montañez
20de8eb7e0
Fix Autoload for Custom Tasks.
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
Andrés Montañez
60d16e57f9
Tweak log message.
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
Andrés Montañez
b6ab981f4d
Tweaks from PR #58
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
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
11 years ago
Vladimir Grigor
e7cad31681
fixed a bug: symlink config value was not respected
11 years ago
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.
11 years ago