Kuba Turek
ea49214e95
Load custom tasks and commands by composer autoload mechanism
11 years ago
Kuba Turek
300cc4c56f
Load core classes wit hcomposer autoloader
11 years ago
Kuba Turek
9af42046db
Add "vendor" to gitignore
11 years ago
Andrés Montañez
3b138adba6
Merge branch 'master' into develop
11 years ago
Andrés Montañez
18ce5c2649
Merge pull request #122 from hkdobrev/composer-readme-improvements
...
Improve Composer notes in the readme
11 years ago
Haralan Dobrev
08a0de9316
Improve Composer notes in the readme
...
`require-dev` is better than `require` for such tool, because it is not
needed to be installed on production.
`composer update` without specifying vendor libraries as an argument
will try to update all dependencies which may not be desired.
Related to: https://github.com/andres-montanez/MagallanesSite/pull/3
11 years ago
Andrés Montañez
1573daa474
Merge pull request #107 from Landkeks/develop-rsync
...
Fix RsyncTask::excludes().
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
Andrés Montañez
e54baf726a
Merge pull request #112 from edpauto/composer
...
Add composer_cmd as parameter for composer tasks
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
680e4dd804
Update README.md
11 years ago
Andrés Montañez
6196cda70b
Issue #99
11 years ago
Andrés Montañez
eb9427d322
Example tweak.
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
Andrés Montañez
585fda2f50
Merge pull request #97 from JoeSimsen/master
...
Allow a release to be zipped
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
d3c8cf5767
Merge branch 'freshcells-add-new-remote-cache-deploy'
11 years ago
Andrés Montañez
25de6b0a8f
Merge (partial) PR #56
11 years ago
Andrés Montañez
b6ab981f4d
Tweaks from PR #58
11 years ago
Andrés Montañez
f656675ace
Merge branch 'hrakotobe-compatibility'
11 years ago
Andrés Montañez
9a58ce56f0
Resolve conflict for PR #61
11 years ago
Andrés Montañez
78379e866f
Merge pull request #96 from elnebuloso/bugfix-tar-deployment
...
bugfix, deployment targz
11 years ago
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! :)
11 years ago
Andrés Montañez
003e36dc64
Merge pull request #87 from WouterSioen/git-rebase-with-releases
...
Make the git rebase strategy work with releases
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