Mike Tralala
37d28e57cd
Change the point the current branch is saved.
...
This is necessary to save to reverse back to the right branch if another branch is used than 'master' and you´re currently working in the deployed branch.
9 years ago
Jérémy Huet
cc8c3068fe
A task to create a simple symbolic link
10 years ago
Jérémy Huet
fa722b553d
fixing php54 array syntax
10 years ago
Muhamad Surya Iksanudin
59c539a1ba
Fix PSR-2
...
Fix PSR-2 code style
10 years ago
ihsanudin
f04beb142e
add front controller cleaning task
10 years ago
Andrés Montañez
139b897fe5
Issue #210
10 years ago
Andrés Montañez
ce60a706ac
SensioLabs Insight fixes
10 years ago
Andrés Montañez
a0f4920333
PSR-2 Fixer
10 years ago
ZesInternational
fd89d2c04a
added $currentCopy to the RollbackTask.php
10 years ago
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.
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
Jakub Turek
e7c0b87ccd
Move testing setters and getters to BaseTest
10 years ago
Jakub Turek
3b326227ae
Remove setter from CompileCommand
...
Also, let the Compiler be constructed with DI or by itself
10 years ago
Jakub Turek
3792f5fb8c
Fix code style in UnlockCommand
10 years ago
Jakub Turek
0bfe649aa5
Fix code style for LockCommand
10 years ago
Jakub Turek
c06a9c7cf1
Fix code style in CompileCommand
...
according to PSR2 coding rules
10 years ago
Jakub Turek
5602bf83fe
Add CompileCommand tests
10 years ago
Jakub Turek
d58e89c41d
Set compiler by setter for better testability
10 years ago
Jakub Turek
881f0b2d87
Fix syntax error in ListCommand::run
10 years ago
Jakub Turek
5a1f2502d2
[ #202 ] Remove inconsistency in ssh options
...
Add UserKnownHostsFile and StrictHostKeyChecking to scp command in TarGz strategy.
10 years ago
Andrés Montañez
dc18a91cf7
SensioLabs Insight.
10 years ago
spongeben
aab71eceac
Change "current" symlink owner only if it exists
10 years ago
spongeben
3a19d3ef3c
Fix release directory not created on first deploy
10 years ago
Ramunas
5e84f0ada4
doing permission fix before actual relase, prevents from cases when released code cannot be accessed while chown is working
10 years ago
Kuba Turek
24b893bd7c
Fix remote deployment path for GitRebaseTask
10 years ago
Kuba Turek
8752790b3f
[ #185 ] Create release directory for GitRebase strategy if releases are enabled
10 years ago
Dmitriy Ulyanov
cc615dda81
Ignoring errors while deleting temp files
10 years ago
Alexander Miehe
55a5c0c640
Fix key name to follow naming convention
10 years ago
Stefan Paletta
bbeedffd82
make ApplyFaclsTask compatible with default AbstractTask::runCommandRemote()parameter $cdToDirectoryFirst=true
10 years ago
Alexander Miehe
4cdb95f3be
make h option for targz optional, default is set h option
10 years ago
Jérémy Huet
d25d015356
Rollback directory should include deployment:to config variable
10 years ago
Stefan Paletta
4e17263773
switch the »current« symlink in an atomic way
10 years ago
Alexander Miehe
70c4823581
Add config option to set ConnectTimeout for ssh connections
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
Jérémy Huet
5643616e50
Only tries to guess web server user if none provided with 'group' parameter
10 years ago
Dmitry Motylev
3b70a8a3c1
fix: DeployCommand does not fail when no one "Post-Deployment Tasks" failed and failed "Deployment Task" exist
10 years ago
Jérémy Huet
fbc50a52bd
Adds a task to only have read permission for web server
10 years ago
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
a58dcbe766
git local commands should be executed in the deployment:from directory
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
Андрей Колченко
2a8beeb864
Remove symfony/filesystem from project depends.
10 years ago