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

205 Commits

Author SHA1 Message Date
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
Andrés Montañez
139b897fe5 Issue #210 2015-04-12 16:43:17 -03: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
Kuba Turek
f605692817 Merge pull request #208 from KillerDiller/develop
don’t fail the initial deployment to a target, and allow ssh without a username
2015-03-24 11:56:04 +01:00
ZesInternational
fd89d2c04a added $currentCopy to the RollbackTask.php 2015-03-13 15:00:58 +01:00
Stefan Paletta
a6bcfdaddd when releasing or rolling back, don’t chown the »current« symlink before we changed / created it. also don’t screw up the ssh cmdline if no username was given. 2015-03-13 11:51:27 +01:00
Jakub Turek
5a1f2502d2 [#202] Remove inconsistency in ssh options
Add UserKnownHostsFile and StrictHostKeyChecking to scp command in TarGz strategy.
2015-03-08 13:11:05 +01:00
Kuba Turek
a45802acea Merge pull request #195 from spongeben/fix-rsync-deploy
Fix 1st deploy bug
2015-03-07 15:07:54 +01:00
Kuba Turek
b8e6ea062e Merge pull request #187 from edpauto/git-rebase-fix
Create release directory for GitRebase strategy
2015-02-24 21:19:41 +01:00
Andrés Montañez
dc18a91cf7 SensioLabs Insight. 2015-02-21 14:23:24 -02:00
spongeben
aab71eceac Change "current" symlink owner only if it exists 2015-02-09 14:44:34 +01:00
spongeben
3a19d3ef3c Fix release directory not created on first deploy 2015-02-09 14:43:33 +01:00
Ramunas
5e84f0ada4 doing permission fix before actual relase, prevents from cases when released code cannot be accessed while chown is working 2015-02-08 21:19:34 +02:00
Kuba Turek
24b893bd7c Fix remote deployment path for GitRebaseTask 2015-02-06 20:50:07 +01:00
Kuba Turek
8752790b3f [#185] Create release directory for GitRebase strategy if releases are enabled 2015-02-06 20:39:23 +01:00
Kuba Turek
cd7c39f881 Merge pull request #179 from jhuet/fix/rollback-release-directory
Fix/rollback release directory
2015-02-05 13:17:38 +01:00
Dmitriy Ulyanov
cc615dda81 Ignoring errors while deleting temp files 2015-01-25 21:50:00 +03:00
Andrés Montañez
1cf7c56c39 Merge pull request #180 from MovingImage24/dump_symlinks
make h option for targz optional, default is set h option
2015-01-24 13:21:06 -02:00
Andrés Montañez
4ea95622ad Merge pull request #181 from KillerDiller/master
fix bug in ApplyFaclsTask due to $cdToDirectoryFirst=true
2015-01-24 13:13:58 -02:00
Andrés Montañez
39841a5678 Merge pull request #170 from jhuet/feature/task-permissions
Feature/task permissions
2015-01-24 13:12:16 -02:00
Alexander Miehe
55a5c0c640 Fix key name to follow naming convention 2015-01-14 09:30:52 +01:00
Stefan Paletta
bbeedffd82 make ApplyFaclsTask compatible with default AbstractTask::runCommandRemote()parameter $cdToDirectoryFirst=true 2015-01-13 17:16:56 +01:00
Alexander Miehe
4cdb95f3be make h option for targz optional, default is set h option 2015-01-12 19:50:19 +01:00
Jérémy Huet
d25d015356 Rollback directory should include deployment:to config variable 2015-01-12 18:50:32 +01:00
Andrés Montañez
f4c3817b37 Merge branch 'master' into develop 2015-01-09 21:03:06 -02:00
Andrés Montañez
2baf8f3d44 Merge pull request #177 from MovingImage24/connect_timeout
Add config option to set ConnectTimeout for ssh connections
2015-01-09 20:32:39 -02:00
Andrés Montañez
3e07478338 Merge pull request #171 from jhuet/fix/scm-working-directory
Fix/Scm working directory
2015-01-09 20:30:24 -02:00
Stefan Paletta
4e17263773 switch the »current« symlink in an atomic way 2015-01-09 17:27:14 +01:00
Alexander Miehe
70c4823581 Add config option to set ConnectTimeout for ssh connections 2015-01-09 14:05:37 +01:00
Jérémy Huet
5643616e50 Only tries to guess web server user if none provided with 'group' parameter 2014-12-28 16:47:59 +01:00
Jérémy Huet
fbc50a52bd Adds a task to only have read permission for web server 2014-12-18 17:46:13 +01:00
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 2014-12-18 17:45:12 +01:00
Jérémy Huet
209c6b9aa3 typo 2014-12-15 18:50:27 +01:00
Jérémy Huet
ffdadb45cf More generic way to handle command line options 2014-12-15 18:50:09 +01:00
Jérémy Huet
979a86992c More generic way to retrieve web server user 2014-12-13 16:44:47 +01:00
Jérémy Huet
e449a4529f Adds a recursive parameter and allows for more chmod possibilities such as +a 2014-12-13 16:22:56 +01:00
Jérémy Huet
89d82b9992 Changing EOL to Linux LF 2014-12-13 16:05:13 +01:00
Jérémy Huet
9d1e6aba6f Allow for changing permissions on local host too depending on the stage 2014-12-13 15:57:33 +01:00
Jérémy Huet
a58dcbe766 git local commands should be executed in the deployment:from directory 2014-12-13 15:14:43 +01:00
Jérémy Huet
8247b15ad0 Adds PermissionsWritableByApache task that extends Permissions task we predefined parameters 2014-12-13 13:59:57 +01:00
Jérémy Huet
d2b7e0e94f Adds Permissions task. Parameters are : paths, checkPathsExist, owner, group, rights 2014-12-13 13:58:06 +01:00
Андрей Колченко
2a8beeb864 Remove symfony/filesystem from project depends. 2014-12-08 12:57:26 +03:00
Андрей Колченко
e84689934d Merge 2014-12-08 12:56:29 +03:00
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
2014-12-01 21:33:21 -02:00
samuel4x4
4d1048cca6 Add optional parameters for symfony2/cache-clear
Add optional parameters for symfony2/cache-clear task like --no-warmup.
2014-11-24 01:36:08 +02:00
samuel4x4
5eb771bf30 Rename DoctrineMigrate to DoctrineMigrateTask
I hope this is the reason it doesn't works.
2014-11-24 01:08:52 +02:00
samuel4x4
e9e5ab1d45 Fix ManuallyTask namespace
namespace Mage\Task\BuiltIn\General
2014-11-24 00:44:23 +02:00
samuel4x4
94673b4af2 manually task
one more example for the manually task
2014-11-23 23:57:00 +02:00