Jérémy Huet
42d3d5a8a1
Better usage doc + allow to set owner and group by using www-data:www-data syntax + task now fails if at least one command returns error
10 years ago
Jérémy Huet
209c6b9aa3
typo
10 years ago
Jérémy Huet
ffdadb45cf
More generic way to handle command line options
10 years ago
Jérémy Huet
979a86992c
More generic way to retrieve web server user
10 years ago
Jérémy Huet
e449a4529f
Adds a recursive parameter and allows for more chmod possibilities such as +a
10 years ago
Jérémy Huet
89d82b9992
Changing EOL to Linux LF
10 years ago
Jérémy Huet
9d1e6aba6f
Allow for changing permissions on local host too depending on the stage
10 years ago
Jérémy Huet
8247b15ad0
Adds PermissionsWritableByApache task that extends Permissions task we predefined parameters
10 years ago
Jérémy Huet
d2b7e0e94f
Adds Permissions task. Parameters are : paths, checkPathsExist, owner, group, rights
10 years ago
Andrés Montañez
e453d1977d
Merge pull request #159 from SenseException/phpunit
...
Unittests for Magallanes
10 years ago
Andrés Montañez
ba9b322dab
Merge pull request #158 from samuel4x4/develop
...
Bug fix for scm/force-update, add general/manually task, bug fix for symfony2/doctrine-migrate, improve symfony2/cache-clear
10 years ago
Andrés Montañez
555269bf66
Merge pull request #154 from gudron/rollback_exception
...
Rollback exception. Fixed bug with deployment description in hosts section.
10 years ago
Andrés Montañez
d9e860a20c
Merge pull request #153 from edpauto/verbose-option
...
Add verbose option to commands
10 years ago
Claudio Zizza
d53b8fd8b8
new test added for unknown color names
10 years ago
Claudio Zizza
6e1a4d248d
group annotation added
10 years ago
Claudio Zizza
b11688ea2b
initial phpunit config with test example
10 years ago
samuel4x4
4d1048cca6
Add optional parameters for symfony2/cache-clear
...
Add optional parameters for symfony2/cache-clear task like --no-warmup.
10 years ago
samuel4x4
5eb771bf30
Rename DoctrineMigrate to DoctrineMigrateTask
...
I hope this is the reason it doesn't works.
10 years ago
samuel4x4
e9e5ab1d45
Fix ManuallyTask namespace
...
namespace Mage\Task\BuiltIn\General
10 years ago
samuel4x4
94673b4af2
manually task
...
one more example for the manually task
10 years ago
samuel4x4
41c3e00f67
Task for running multiple manually commands
...
The purpose of this task is to provide a way to run multiple custom
commands for your specific project, before Magallanes will have build-in
tasks for your needs. Also maybe you'll just not consider you should
create custom tasks for all commands you need (e.g. specific user rights
for specific files and directories).
10 years ago
samuel4x4
c010fc662e
Change runCommandRemote() to runCommand()
...
Change runCommandRemote() to runCommand(), you decide if the command is
running local or remote depending of the stage you put the
scm/force-update task. Remove the last $result =
$this->runCommandLocal($command), not necessary.
10 years ago
Alex V Kotelnikov
a632dac80a
added in-deploy flag @ rollback task.
10 years ago
Alex V Kotelnikov
5eb26748ab
added restriction to run the rollback.
...
small changes at rollback output.
10 years ago
Alex V Kotelnikov
db4b4299c2
added rollback delete default option from yaml configs
10 years ago
Alex V Kotelnikov
8e603bd0d2
fixed bug with a env-configuration containing deployment description in hosts section
10 years ago
Kuba Turek
9eb61d1d4b
Write down some example of verbose usage option
10 years ago
Kuba Turek
d63d105471
Add ability to set 'verbose_logging' for environment
10 years ago
Kuba Turek
0734c7be0a
Check if verbose logging is enabled
10 years ago
Kuba Turek
654753b70f
Avoid duplicating output when verbose option is turned on
10 years ago
Kuba Turek
67e00bca59
Add verbose logging state variable
10 years ago
Kuba Turek
575632d62b
Enable configurable verbose logging
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