Commit graph

308 commits

Author SHA1 Message Date
Andrés Montañez 97e9fde28a Merge branch 'develop' 2014-09-13 17:30:17 -03:00
Andrés Montañez a5ff1facca Prepare for next release. 2014-09-13 17:29:45 -03:00
Andrés Montañez 2ecb7e2dda Merge pull request #118 from edpauto/improved-autoloader
Autoloading classes with composer autoloader
2014-09-13 17:27:14 -03:00
Andrés Montañez d0e8be2dfe Git Remote Cache #123 2014-09-13 16:45:41 -03:00
Jakub Turek bc428f466a Use default autoloader when composer autoloader has been not initialized 2014-09-13 21:30:12 +02:00
Jakub Turek 5809a424a7 Revert "Remove old Autoload class"
This reverts commit 3f3253bbee3493c71e09a3074fd28a9d4485fc6c.
2014-09-13 21:30:12 +02:00
Jakub Turek 07326efbe2 Remove old Autoload class 2014-09-13 21:30:12 +02:00
Kuba Turek ea49214e95 Load custom tasks and commands by composer autoload mechanism 2014-09-13 21:30:12 +02:00
Kuba Turek 300cc4c56f Load core classes wit hcomposer autoloader 2014-09-13 21:30:12 +02:00
Kuba Turek 9af42046db Add "vendor" to gitignore 2014-09-13 21:30:12 +02:00
Andrés Montañez 3b138adba6 Merge branch 'master' into develop 2014-09-13 14:23:05 -03:00
Andrés Montañez 18ce5c2649 Merge pull request #122 from hkdobrev/composer-readme-improvements
Improve Composer notes in the readme
2014-09-05 10:13:04 -03:00
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
2014-09-05 12:00:50 +03:00
Andrés Montañez 1573daa474 Merge pull request #107 from Landkeks/develop-rsync
Fix RsyncTask::excludes().
2014-08-25 14:11:20 -03:00
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
Andrés Montañez e54baf726a Merge pull request #112 from edpauto/composer
Add composer_cmd as parameter for composer tasks
2014-08-25 14:03:55 -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 680e4dd804 Update README.md 2014-08-11 10:17:52 -03:00
Andrés Montañez 6196cda70b Issue #99 2014-08-07 16:32:42 -03:00
Andrés Montañez eb9427d322 Example tweak. 2014-08-07 12:57:53 -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
Andrés Montañez 585fda2f50 Merge pull request #97 from JoeSimsen/master
Allow a release to be zipped
2014-08-06 13:44:37 -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 d3c8cf5767 Merge branch 'freshcells-add-new-remote-cache-deploy' 2014-07-30 21:50:00 -03: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 f656675ace Merge branch 'hrakotobe-compatibility' 2014-07-30 21:35:59 -03:00
Andrés Montañez 9a58ce56f0 Resolve conflict for PR #61 2014-07-30 21:35:21 -03:00