1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-23 20:39:05 +02:00
Commit Graph

91 Commits

Author SHA1 Message Date
Jakub Turek
e4bab08d3f Add some PHPDoc notes to AbstractCommand 2015-05-16 14:04:43 +02:00
Jakub Turek
4e18ae1f8c Add command name as an option 2015-05-16 14:04:43 +02:00
Jakub Turek
94d301f66f Add console colours to command info output 2015-05-16 14:04:43 +02:00
Jakub Turek
4c519dd3bc Add command help option 2015-05-16 14:04:43 +02:00
Andrés Montañez
ce60a706ac SensioLabs Insight fixes 2015-04-12 16:15:46 -03:00
Andrés Montañez
a0f4920333 PSR-2 Fixer 2015-04-12 16:13:06 -03:00
Jakub Turek
e7c0b87ccd Move testing setters and getters to BaseTest 2015-03-08 21:21:49 +01:00
Jakub Turek
3b326227ae Remove setter from CompileCommand
Also, let the Compiler be constructed with DI or by itself
2015-03-08 21:21:49 +01:00
Jakub Turek
3792f5fb8c Fix code style in UnlockCommand 2015-03-08 21:21:49 +01:00
Jakub Turek
0bfe649aa5 Fix code style for LockCommand 2015-03-08 21:21:49 +01:00
Jakub Turek
c06a9c7cf1 Fix code style in CompileCommand
according to PSR2 coding rules
2015-03-08 21:21:49 +01:00
Jakub Turek
5602bf83fe Add CompileCommand tests 2015-03-08 21:21:49 +01:00
Jakub Turek
d58e89c41d Set compiler by setter for better testability 2015-03-08 21:21:48 +01:00
Jakub Turek
881f0b2d87 Fix syntax error in ListCommand::run 2015-03-08 21:21:48 +01:00
Claudio Zizza
27423f1f3e Merge branch 'develop' into command-factory 2015-02-09 20:32:27 +01:00
Andrés Montañez
f04cced989 Merge branch 'master' into develop 2015-01-09 20:47:26 -02:00
Dmitry Motylev
3b70a8a3c1 fix: DeployCommand does not fail when no one "Post-Deployment Tasks" failed and failed "Deployment Task" exist 2014-12-23 17:34:48 +00:00
Claudio Zizza
5b63f4b5d0 tests for command factory created 2014-12-07 23:00:55 +01:00
Alex V Kotelnikov
5eb26748ab added restriction to run the rollback.
small changes at rollback output.
2014-11-13 16:40:02 +04:00
Alex V Kotelnikov
8e603bd0d2 fixed bug with a env-configuration containing deployment description in hosts section 2014-11-13 00:13:19 +04:00
Andrés Montañez
c34fa53af5 Fixes #121 2014-11-01 19:31:04 -02:00
Andrés Montañez
40e8c33846 Related to #130 2014-11-01 19:19:05 -02:00
Andrés Montañez
8771cf2ab1 Fixes #131 2014-11-01 19:09:25 -02:00
Alex V Kotelnikov
b924b92240 added config reload @ after rollback exception 2014-10-31 00:03:31 +04:00
Alex V Kotelnikov
438a81542e changes @ deploy command. added rollback exception functionality. 2014-10-30 23:49:01 +04:00
Andrés Montañez
92b22d52a3 Tweak GitRebase and Insight suggestions. 2014-10-11 17:55:08 -02:00
Andrés Montañez
9653552be7 Text files should end with a newline character. 2014-10-11 15:07:36 -02:00
Andrés Montañez
f20091afc6 Boolean and Null should be compared strictly. 2014-10-11 14:43:57 -02:00
Andrés Montañez
d0e8be2dfe Git Remote Cache #123 2014-09-13 16:45:41 -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
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
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
Vladimir Grigor
11bdd68fff - factored constants out;
- fixed bug: "releases list" command would die checking for unnecessary --release parameter;
 - console prints log file name if if logging is enabled
2014-07-28 15:43:52 +03:00
Vladimir Grigor
d495d10aca fixed a bug: if deploy strategy was set to "disable", release was still trying to do remote stuff. Now release step respects strategy. 2014-07-28 13:49:38 +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
woutersioen
c7e1175e11 Make file locations work better from global install. 2014-07-16 15:52:23 +02:00
Rodmen
732cc20f1f add user data and message to lock command 2014-06-26 11:05:00 -03:00
Andrés Montañez
1b2188f0b1 Tweaks. 2014-06-13 09:31:53 -03:00
Andrés Montañez
92d3845052 Issue #70, makes --release mandatory. 2014-06-12 18:22:13 -03:00
Andrés Montañez
17ebb5b30d Add Rollback command as alias. 2014-06-12 18:16:30 -03:00
Andrés Montañez
d17dd0eb27 Code refactoring. 2014-06-12 16:45:40 -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
Jan Malte Gerth
f984531742 fixed failing testing for successful json_decode 2014-05-27 13:57:41 +02:00
Ismael Ambrosi
a30e6f6193 Removed unused use statements 2014-05-22 23:03:14 -03:00
juanda
86ef278607 strategy git-rebase is enabled 2014-05-07 12:55:14 +02:00