Jakub Turek
03500ee7e7
Update README.md with the newest version
10 years ago
Andrés Montañez
bb9e842bd5
Merge pull request #173 from jhuet/fix/composer-autoload
...
Fix/composer autoload
10 years ago
Andrés Montañez
a1deacd4e3
Merge pull request #178 from MovingImage24/master
...
switch the »current« symlink in an atomic way
10 years ago
Andrés Montañez
755fe138ad
Merge pull request #172 from dmotylev/master
...
fix: DeployCommand does not fail after failed "Deployment Task"
10 years ago
Alexander Miehe
7dd3be313a
Merge pull request #1 from KillerDiller/master
...
switch the »current« symlink in an atomic way
10 years ago
Stefan Paletta
4e17263773
switch the »current« symlink in an atomic way
10 years ago
Jérémy Huet
364c2ecc90
Allow for both directories for Task and Command namespaces
10 years ago
Jérémy Huet
892a60c574
Allow for both ways to find composer's autoload
10 years ago
Jérémy Huet
09e2ad6a1f
Rolling back to official vendor name
10 years ago
Jérémy Huet
254de77c79
Fix to actual .mage directory when used with composer
10 years ago
Jérémy Huet
4cce76472e
Fix to actual composer autoload.php
10 years ago
Jérémy Huet
c6f4d1ffda
Changing vendor name to mine for testing
10 years ago
Dmitry Motylev
3b70a8a3c1
fix: DeployCommand does not fail when no one "Post-Deployment Tasks" failed and failed "Deployment Task" exist
10 years ago
Andrés Montañez
683d11ac90
Merge pull request #164 from iambrosi/no-is_a
...
Use instanceof instead of method is_a
10 years ago
Ismael Ambrosi
8ae83cbabd
Use instanceof instead of method is_a
...
Since is_a is a method, it is significantly slower than using instanceof
Following is a perfomance comparison:
http://micro-optimization.com/is_a-vs-instanceof
10 years ago
Andrés Montañez
5199a915b6
Merge branch 'develop'
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