Jérémy Huet
81a8ccdeb8
git local commands should be executed in the deployment:from directory bis
9 years ago
Andrés Montañez
a0f4920333
PSR-2 Fixer
10 years ago
Jérémy Huet
a58dcbe766
git local commands should be executed in the deployment:from directory
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
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
2deaa27a2a
Tweak clones.
10 years ago
Andrés Montañez
9653552be7
Text files should end with a newline character.
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
6196cda70b
Issue #99
11 years ago
Andrés Montañez
fddeebe59a
PHPStorm refactoring.
11 years ago
Andrés Montañez
d17dd0eb27
Code refactoring.
11 years ago
David Lin
59574711c1
Fixed a bug in the builtin ChangeBranchTask.php
11 years ago
Andrés Montañez
72a1a19518
SensioLabs Inslights. Remove unused namespaces.
11 years ago
Andrés Montañez
f961a51c37
Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2.
11 years ago
Andrés Montañez
c32bb708cf
Add license information.
11 years ago
Andrés Montañez
fe60dfbdd4
Allow to fail a task with a message via Mage_Task_ErrorWithMessageException
11 years ago
Andrés Montañez
80e0a283ff
Remove SCM config.
12 years ago
Andrés Montañez
39b1bf7cd5
Change SCM configs.
12 years ago
Andrés Montañez
ca12e74a6d
Change Branch on pre-deployment.
12 years ago
Andrés Montañez
811c83e13a
Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow.
...
ADVICE: there is no Backwards Compatibility with custom tasks, those
using the _config instance will be broken or those using the
getEnvironmentName().
13 years ago
Andrés Montañez
59cdb24087
Reloads config after SCM Update.
13 years ago
Andrs Montaez
949750fc1e
Fixes and tweaks on command execution.
13 years ago
Andrs Montaez
0c2ee3c45f
New feature. Copy application from remote source; e.g.: GIT repo.
13 years ago
Andrs Montaez
2e35bfe129
New configuration usage. Changes on Releases Listing.
13 years ago
Andrs Montaez
e5f0fe9cfa
Changes on console feedback colors. Example of User Tasks.
13 years ago
Andrs Montaez
b161220e69
New reorder of classes and configuration. New instantiation of Tasks.
13 years ago