Anton Medvedev
067eb84eee
Update README.md
2016-03-23 21:05:46 +07:00
Anton Medvedev
e4b7e75251
Merge pull request #600 from Whyounes/fix-ssh2-upload
...
Fixed SSH upload method bug
2016-03-22 09:11:37 +07:00
RAFIE Younes
8c4ac35e73
Fixed SSH upload method bug
2016-03-21 16:41:14 +00:00
Vic D'Elfant
7ecee77c9e
Explicitly use global namespace for RuntimeException
2016-03-20 15:10:13 +01:00
Anton Medvedev
0c9ff2056b
Add node.js template.
v3.1.2
2016-03-20 14:01:47 +07:00
Anton Medvedev
1476ab905d
Better output. More readable.
2016-03-20 12:41:40 +07:00
Anton Medvedev
a440072501
Do not show task duration in normal verbosity.
2016-03-20 12:18:37 +07:00
Anton Medvedev
4953383baf
Update README.md
2016-03-20 00:02:04 +07:00
Anton Medvedev
659c2cb6f4
Fix bug with releases list.
v3.1.1
2016-03-19 23:38:45 +07:00
Anton Medvedev
47e5aa64ea
Update composer.php
...
Add `deploy:shared`.
2016-03-19 23:36:21 +07:00
Anton Medvedev
5102f5f14e
Update composer.lock
2016-03-19 23:15:12 +07:00
Anton Medvedev
ab382721d7
Drop PHP 5.4.0 support.
v3.1.0
2016-03-19 22:44:01 +07:00
Anton Medvedev
dcac5f0411
Revert "Exclude no_extra_consecutive_blank_lines from .styleci.yml"
...
This reverts commit c63fbb52637def277f9a5fad472d76cf6aa08aab.
2016-03-19 22:35:42 +07:00
Anton Medvedev
c63fbb5263
Exclude no_extra_consecutive_blank_lines from .styleci.yml
2016-03-19 22:34:31 +07:00
Anton Medvedev
75fd4b36c1
Fix code styles.
2016-03-19 22:30:18 +07:00
Anton Medvedev
34489e68e2
Fix code styles.
2016-03-19 22:29:17 +07:00
Anton Medvedev
1fc4edc771
Add --revision option to deploy specified commit.
2016-03-19 22:27:33 +07:00
Anton Medvedev
944dc45f06
Add init template chooser.
2016-03-19 22:12:24 +07:00
Anton Medvedev
825cddc2e5
Drop support for PHP 5.4.
2016-03-19 21:40:40 +07:00
Anton Medvedev
2712de0296
Merge pull request #593 from cedricziel/symfony3
...
Symfony 3 compatibility
2016-03-19 21:30:59 +07:00
Anton Medvedev
32310b963c
Fix support dep init
command in phar.
2016-03-19 20:51:49 +07:00
Anton Medvedev
60fae1826f
Update ISSUE_TEMPLATE.md
2016-03-15 22:43:47 +07:00
Anton Medvedev
248dd96302
Merge pull request #584 from oisvidi/definedeployer
...
Added constant DEPLOYER for other autoload scripts to check
2016-03-14 19:12:15 +07:00
Vic D'Elfant
3ff9387559
Use toBool() for casting result from output
2016-03-14 13:02:56 +01:00
Vic D'Elfant
89db6fc6c3
Expand deploy_path env variable in exception
2016-03-14 13:02:13 +01:00
Vic D'Elfant
0af52aa851
Fixed StyleCI warning
2016-03-14 12:33:59 +01:00
Vic D'Elfant
ac401ea2b2
Adds check for existing /current directory to deploy:prepare
2016-03-14 12:31:01 +01:00
Oanh Nguyen
9bce6316ac
Merge pull request #585 from oisvidi/envrelease
...
Allows people to use other release names like tag without replacing t…
2016-03-14 17:27:43 +07:00
Anton Medvedev
9513f39dff
Merge pull request #589 from whyte624/master
...
Task duration
2016-03-14 15:33:29 +07:00
Andrei Sozonov
31de366481
rebase
2016-03-14 10:25:41 +02:00
Andrei Sozonov
b4a04d8ce6
format output
2016-03-14 10:10:53 +02:00
Anton Medvedev
e76f26bdb4
Merge pull request #455 from oanhnn/feature/adding-task-deploy-clean-files-and-or-directories
...
Adding a task to clean files and/or directories
2016-03-14 13:20:54 +07:00
oanhnn
dc6594e4f9
Merge branch 'master' into feature/adding-task-deploy-clean-files-and-or-directories
2016-03-14 10:44:28 +07:00
Cedric Ziel
44eff950a9
Use PHP 5.5 on scrutinizer
2016-03-13 18:02:47 +01:00
Cedric Ziel
c3564a28ac
Allow using older symfony components for PHP 5.4
...
Symfony 3.0 components have a platform requirement to PHP >= 5.5.
This change uses the `--prefer-lowest` flag in combination with composer update
to be able to build on travis with PHP 5.4.
2016-03-13 17:45:26 +01:00
Vitalii Piskovyi
aeb3c42f94
symfony 3
2016-03-13 17:36:18 +01:00
Felix Nehrke
43432981c8
Run deploy:writable again after cache warmup
...
As described in ticket #575 the cache is not writable after the
deployment of symfony if the deployment-user is not the httpd-user.
Therefore we would make the cache-directory writable again after the
cache-warmup. This is necessary because symfony may not do that and the
deploy user should know who is able to write into the cache. You can
finally define this by using `set('writable_dirs', […])` and
`set('http_user', '…')`.
2016-03-11 17:58:51 +01:00
Øistein Notnæs
cbedb87926
Codestyle fixes
2016-03-11 14:59:34 +01:00
Øistein Notnæs
cd6b2974fd
Allows people to use other release names like tag without replacing task deploy:release
2016-03-11 12:36:33 +01:00
Øistein Notnæs
6941a1dd8c
Added constant DEPLOYER for other autoload scripts to check
2016-03-11 12:01:59 +01:00
Anton Medvedev
ee5faf9305
Merge pull request #580 from nemoinho/feature/clean-wired-output
...
Fix bug #555 and clean output
2016-03-11 17:35:02 +07:00
Felix Nehrke
49a8927d75
Clean ugly hack in output of an executing task
2016-03-11 11:06:08 +01:00
Anton Medvedev
e470de9244
Update ISSUE_TEMPLATE.md
2016-03-11 13:10:37 +07:00
Oanh Nguyen
dc2b035e19
Merge pull request #582 from vanquang9387/pull-request-template
...
Pull request template
2016-03-11 11:34:19 +07:00
vanquang9387
7eb86003f7
Add issue template
2016-03-11 11:28:52 +07:00
vanquang9387
da7fa0c61d
Edit PR template
2016-03-11 10:44:17 +07:00
vanquang9387
647bcd5950
Add Pull Request template
2016-03-11 10:33:10 +07:00
Felix Nehrke
9094d67e36
Fix bug #555 and clean output
...
The bug #555 was caused by using a wrong escape-sequence for the
terminal. Instead of using \e[K it has used \e[k which actually has no
meaning and only bloats some noise on the terminal (except on OSX where
the noise is catched and hidden from the user). To see this behaviour
you need a real linux client for example a VM and you have to use it's
own terminal – not the OSX-terminal via ssh or something like that. Than
type the following example to see the behavior:
echo -e "aaaaaaaaa\r\033[k"
echo -e "bbbbbbbbb\r\033[K"
Furthermore the cursor is now set to the beginning of the line first to
really clean the line and not just something starting from a random
position.
2016-03-11 03:34:45 +01:00
Anton Medvedev
1905ad1ef8
Merge pull request #577 from nemoinho/feature/add-declarative-comments
...
Add comments to describe access-right settings
2016-03-09 12:21:03 +07:00
Felix Nehrke
04087ff2e2
Add comments to describe access-right settings
...
Add some comments to make clear why the checks of the access-rights are
defined in such a complex structure.
2016-03-08 10:59:40 +01:00