Commit graph

20 commits

Author SHA1 Message Date
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
2014-12-05 02:40:30 -02:00
Andrés Montañez 92b22d52a3 Tweak GitRebase and Insight suggestions. 2014-10-11 17:55:08 -02:00
Andrés Montañez 8df5534470 Check if classes exists. 2014-08-06 20:41:30 -03:00
Andrés Montañez 20de8eb7e0 Fix Autoload for Custom Tasks. 2014-08-06 18:25:50 -03:00
Andrés Montañez fddeebe59a PHPStorm refactoring. 2014-08-06 14:01:39 -03:00
Vladimir Grigor 5ce3394b3c refactored Autoloader; added support for json encoded format for environment "hosts" option 2014-07-28 11:53:22 +03:00
Andrés Montañez 66ea107229 Merge branch 'master' of https://github.com/andres-montanez/Magallanes
Conflicts:
	Mage/Task/Factory.php
2014-06-12 16:18:14 -03:00
Andrés Montañez 4e01cc3517 Tweaks and fixes. 2014-06-12 16:17:31 -03:00
Ismael Ambrosi a30e6f6193 Removed unused use statements 2014-05-22 23:03:14 -03:00
Andrés Montañez 0f17468553 Cleanup for SensioLabs Insights. 2013-12-19 15:37:26 -02:00
Andrés Montañez a94f550a6c Documentation. 2013-12-15 15:27:57 -02:00
Andrés Montañez f961a51c37 Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2. 2013-11-06 12:44:05 -02:00
Andrés Montañez c32bb708cf Add license information. 2013-11-05 14:12:09 -02:00
Andrés Montañez 969caa0bbb Allow parameter configuration on the Task configuration definition. 2012-09-23 19:33:10 -03:00
Andrs Montaez 3f0efc1a42 New version. Added getters to config and task.
New concept of "stage" where the task runs.
2012-02-24 13:39:40 -02:00
Andrs Montaez 0c2ee3c45f New feature. Copy application from remote source; e.g.: GIT repo. 2012-02-05 00:42:54 -02:00
Andrs Montaez 9cf720c602 Rollback awareness.
Tasks are aware if they are in rollbacks; they will be invoked only if
they implement the new interface RollbackAware.
2012-01-03 23:25:42 -02:00
Andrs Montaez 2e35bfe129 New configuration usage. Changes on Releases Listing. 2012-01-01 15:46:05 -02:00
Andrs Montaez e5f0fe9cfa Changes on console feedback colors. Example of User Tasks. 2011-11-23 09:38:52 -02:00
Andrs Montaez b161220e69 New reorder of classes and configuration. New instantiation of Tasks. 2011-11-23 01:17:06 -02:00