Commit graph

619 commits

Author SHA1 Message Date
César Suárez Ortega d6ced350d6 Merge 251f86e168 into 0ddf969efe 2017-01-02 05:12:06 +00:00
Andrés Montañez 0ddf969efe Merge pull request #313 from onlinesid/remove-identity-added
Detect and remove "Identity added:" line from the remote server.
2016-12-31 23:06:52 -03:00
Andrés Montañez d84cb3bc1a Merge pull request #309 from schauer/patch-1
Update PHP version
2016-12-31 23:05:26 -03:00
Sid 7b3114498c Detect and remove "Identity added:" line from the remote server. 2016-12-26 20:07:10 +13:00
schauer 3956aa153d Update PHP version
Using short array syntax is allowed in PHP 5.4 only:
https://github.com/andres-montanez/Magallanes/blob/master/Mage/Task/BuiltIn/Filesystem/ApplyFaclsTask.php#L36
2016-11-09 15:59:45 +01:00
César Suárez 251f86e168 Fix PHPDoc annotation in tests 2016-05-10 20:45:16 +02:00
César Suárez 5c61667f93 Add tests for Mailer 2016-05-10 20:38:57 +02:00
César Suárez 3f40fe14b3 Remove unnecessary use 2016-05-10 20:09:46 +02:00
César Suárez 905cc6596d Delete unnecessary property 2016-05-10 20:06:20 +02:00
César Suárez 01e6e898b4 Add tests for the DeployCommand notification feature 2016-05-10 20:05:00 +02:00
César Suárez 3923b632de Fix configuration management 2016-05-10 18:15:43 +02:00
César Suárez 20aa01174c Add support to use Cc and Bcc in the notification system 2016-05-10 17:22:40 +02:00
César Suárez ef8a591c8c Add support to Bcc and Cc in Mailer 2016-05-10 17:02:11 +02:00
Andrés Montañez 47e4d7c9a1 Merge pull request #277 from BlueM/develop
Fix Composer version constraint
2016-02-25 23:46:02 -03:00
Carsten Blüm 13fbe3e2dd Fix Composer version constraint
“~1.0.*” results in a Composer throwing an UnexpectedValueException
2015-12-11 09:35:50 +01:00
Kuba Turek dd79eca75f Merge pull request #254 from jhuet/task-symlink
A task to create a simple symbolic link
2015-10-07 14:27:17 +02:00
Kuba Turek ccf28b7012 Merge pull request #253 from jhuet/fix-php53
fixing php54 array syntax
2015-10-07 14:26:41 +02:00
Jérémy Huet cc8c3068fe A task to create a simple symbolic link 2015-08-07 17:56:47 +02:00
Jérémy Huet fa722b553d fixing php54 array syntax 2015-08-07 17:35:22 +02:00
Kuba Turek ac36fb29d5 Merge pull request #243 from drAlberT/fix_psr2
Fix PSR2
2015-07-02 10:39:32 +02:00
drAlberT f6d969e99b FIX PSR2 2015-07-02 09:45:42 +02:00
Andrés Montañez 7a0a8c6013 Merge pull request #234 from aglejberman/master
Set branch revert as the last task on post deployment
2015-06-27 16:26:06 -03:00
Kuba Turek aeefc871a5 Merge pull request #236 from ihsanudin/master
add front controller cleaning task
2015-06-10 07:24:21 +02:00
Muhamad Surya Iksanudin 59c539a1ba Fix PSR-2
Fix PSR-2 code style
2015-06-10 06:18:08 +07:00
ihsanudin f04beb142e add front controller cleaning task 2015-06-09 17:03:04 +07:00
Alejandro Glejberman 0b903788f3 Set branch revert as the last task on post deployment 2015-06-02 09:15:35 -03:00
Kuba Turek 4c8b5f508f Merge pull request #232 from drAlberT/patch-1
security fix, use escapeshellcmd()
2015-05-29 20:01:10 +02:00
Jakub Turek 3547c03cef Fix array syntax for PHP 5.3 compatibility 2015-05-29 19:57:57 +02:00
AlberT 8c55588918 security fix, use escapeshellcmd() 2015-05-28 13:53:33 +02:00
Kuba Turek c69d8888f5 Merge pull request #228 from edpauto/commands-help
Handle '--help' option for commands
2015-05-19 19:13:29 +02:00
Jakub Turek 9bb17413d2 Fix code for PHP 5.3 2015-05-19 17:20:15 +02:00
Kuba Turek 7f0cab1a38 Merge pull request #184 from edpauto/env-vars-support
Environment variables support
2015-05-19 10:35:36 +02:00
Jakub Turek b9cf2d1058 Fix 'covers' annotations 2015-05-16 22:20:20 +02:00
Jakub Turek 8a5f0ee23e Fix conflicts after merge 2015-05-16 20:23:48 +02:00
Jakub Turek 5db9905ed4 Add sample config for Magallanes' built-in commands 2015-05-16 14:06:19 +02:00
Jakub Turek c49d36a91a Fix coverage annotations 2015-05-16 14:06:19 +02:00
Jakub Turek 48fbefa619 Correct syntax for arrays 2015-05-16 14:06:19 +02:00
Jakub Turek fb236c1bb3 Enable running help command in Console 2015-05-16 14:06:19 +02:00
Jakub Turek 342a468214 Add info about no help information for the command 2015-05-16 14:04:43 +02:00
Jakub Turek e4bab08d3f Add some PHPDoc notes to AbstractCommand 2015-05-16 14:04:43 +02:00
Jakub Turek 08a93389c4 Convert arrays to traditional syntax 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
Kuba Turek bbefc65888 Merge pull request #223 from isyndicate/release-task-ownership-fix-042915
resultFetch is always false when owner is specified in config
2015-05-05 07:36:04 +02:00
Kirill a3219e8f68 Default userGroup to 33:33. Removing extra condition. 2015-04-30 15:58:43 -07:00
Kirill 6f1bd5c0cc resultFetch is always false when owner is specified in config 2015-04-29 17:11:18 -07:00
Jakub Turek 5bc6a0d1cd Merge remote-tracking branch 'upstream/master' into develop 2015-04-27 17:19:26 +02:00
Kuba Turek 132539da91 Merge pull request #220 from asiermarques/asiermarques-patch-1
Fixing a little bug in php<5.5
2015-04-16 10:01:15 +02:00
Asier Marqués b4421a7b57 Fixing a little bug in php<5.5
The bin/mage script returns "Can't use function return value in write context" in php<5.5
2015-04-16 09:53:44 +02:00