Vyacheslav Pavlov
|
190918b8c1
|
Removed unnecessary imports
|
9 years ago |
Andrés Montañez
|
a0f4920333
|
PSR-2 Fixer
|
10 years ago |
Claudio Zizza
|
1acffae330
|
minor phpdoc fix, test string fixed for unknown task class
|
10 years ago |
Claudio Zizza
|
2c27e2c46d
|
unittests for task factory and dummy task classes for tests created
|
10 years ago |
Claudio Zizza
|
008383333a
|
minor phpdoc fix, test string fixed for unknown task class
|
10 years ago |
Claudio Zizza
|
022b4282cd
|
unittests for task factory and dummy task classes for tests created
|
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
|
92b22d52a3
|
Tweak GitRebase and Insight suggestions.
|
10 years ago |
Andrés Montañez
|
8df5534470
|
Check if classes exists.
|
11 years ago |
Andrés Montañez
|
20de8eb7e0
|
Fix Autoload for Custom Tasks.
|
11 years ago |
Andrés Montañez
|
fddeebe59a
|
PHPStorm refactoring.
|
11 years ago |
Vladimir Grigor
|
5ce3394b3c
|
refactored Autoloader; added support for json encoded format for environment "hosts" option
|
11 years ago |
Andrés Montañez
|
4e01cc3517
|
Tweaks and fixes.
|
11 years ago |
Ismael Ambrosi
|
a30e6f6193
|
Removed unused use statements
|
11 years ago |
Andrés Montañez
|
0f17468553
|
Cleanup for SensioLabs Insights.
|
11 years ago |
Andrés Montañez
|
a94f550a6c
|
Documentation.
|
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
|
969caa0bbb
|
Allow parameter configuration on the Task configuration definition.
|
13 years ago |
Andrs Montaez
|
3f0efc1a42
|
New version. Added getters to config and task.
New concept of "stage" where the task runs.
|
13 years ago |
Andrs Montaez
|
0c2ee3c45f
|
New feature. Copy application from remote source; e.g.: GIT repo.
|
13 years ago |
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.
|
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 |