Ø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
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
Anton Medvedev
7c8f405af8
Merge pull request #559 from cronfy/fix-releases-list
...
fix #558 : check releases_list to contain only releases
2016-03-02 12:46:48 +07:00
oanhnn
9605c174df
Fixed #570
2016-02-29 08:19:23 +07:00
Anton Medvedev
99078a9e45
Merge pull request #563 from phillipsdata/257-fix-windows-upload-path
...
Fixes #257
2016-02-28 22:08:24 +07:00
clphillips
663582e6d1
Fixes #257 .
2016-02-18 09:33:16 -08:00
Oanh Nguyen
c91f0c0e39
Merge pull request #562 from wiipiiw/master
...
Fixed typo errors of inline comments for Drupal 7 recipe.
v3.0.11
2016-02-18 09:23:27 +07:00
Pieter Nickmans
2ea71ff7a2
Fix small inline comment typos for Drupal 7 recipe.
2016-02-17 23:43:37 +01:00
Cronfy
5586de7e63
rearrange comments
2016-02-16 16:07:17 +03:00
Cronfy
869ef92769
added extension support in release name filter
2016-02-16 15:33:33 +03:00
extaz-site
c51f5a91cf
ls replaced with find to search for dirs only on remote host releases/
2016-02-16 15:06:06 +03:00
extaz-site
c35a9e4488
fix #558 : check releases_list to contain only releases
2016-02-16 14:45:34 +03:00
Oanh Nguyen
c692d7cb5b
Merge pull request #511 from zupolgec/patch-3
...
Added variable for composer command path
2016-02-04 08:17:26 +07:00
Anton Medvedev
5785ecca9f
Close #546 and #547
2016-02-01 21:34:33 +07:00
Anton Medvedev
66c454338e
Merge pull request #535 from michaelmoussa/only-for-stages
...
Added way to execute tasks only for certain stages
2016-01-26 09:33:23 +07:00
Michael Moussa
b20df44787
Changed onlyFor to onlyForStage for explicitness
2016-01-25 09:34:37 -05:00
Michael Moussa
28ccd78356
Fix for PHP 5.4
2016-01-22 19:44:14 -05:00
Michael Moussa
f8fd055cd7
Added support for onlyFor(...) in the series and parallel executors
...
If the task specifies it must only be run for specific stage(s),
then the task will be skipped if (a) the server environment doesn't have
any stages, or (b) the server environment does have stages, but none of
them match the list of allowed stages.
2016-01-22 18:00:20 -05:00
Michael Moussa
0557f84e6d
Added way to tell tasks that they should only run for certain stages
2016-01-22 17:52:11 -05:00
Oanh Nguyen
dcccb73f1e
Merge pull request #534 from datenbetrieb/hotfix/shared_files
...
Fix #533 shared_files directory handling
2016-01-20 16:52:40 +07:00
Peter Niederlag
461d762b44
Fix #533 shared_files directory handling
2016-01-20 10:27:37 +01:00
Anton Medvedev
ec54f4ce32
Merge pull request #528 from x3ro/download-env-fixes
...
Fix environment variable replacement in "download" function
2016-01-15 13:48:28 +07:00
Lucas Jenss
aa7ba7fba3
Fix env variable replacement in download parameters
2016-01-14 21:48:10 +01:00
Lucas Jenss
2173f597e2
Add test for env variable replacement in #upload
2016-01-14 21:41:41 +01:00
Anton Medvedev
990743901e
Update composer.lock
2016-01-11 13:41:05 +07:00
oanhnn
1537e0a806
Merge origin/master
2016-01-11 13:07:19 +07:00
oanhnn
978049488b
Fixed #521 remove unused file
2016-01-11 13:06:19 +07:00
Anton Medvedev
e0a1b328d0
Replace old email with new one.
2016-01-11 12:51:59 +07:00
Anton Medvedev
eb9672d82f
Ignore deploy.php file.
2016-01-11 12:32:47 +07:00
Anton Medvedev
6eb1cfa20d
Merge pull request #515 from pierredup/symfony3
...
Add Symfony3 recipe
2016-01-11 12:24:42 +07:00
oanhnn
b3f45a6e0f
Fixed #517
2016-01-11 09:10:52 +07:00
Anton Medvedev
0b01cbf1ce
Merge pull request #414 from deployphp/init-command
...
dep init
2016-01-08 12:23:51 +07:00
oanhnn
bd92865fa8
Update year in LICENSE
2016-01-08 08:45:54 +07:00
oanhnn
a3c9f76be5
Merge branch 'zupolgec-patch-4'
...
Close #516
2016-01-08 08:41:44 +07:00
oanhnn
a7b998fb36
Rename task 'up' and 'down' to 'deploy:up' and 'deploy:down'
2016-01-08 08:41:16 +07:00
Mattia Trapani
47a5cbeb7d
Adding useful tasks to put application in maintenance mode
2016-01-07 17:36:33 +01:00
Mattia Trapani
050687bc84
Merge pull request #1 from deployphp/master
...
Integrate changes
2016-01-07 17:27:32 +01:00
Pierre du Plessis
a70928bbe7
Add Symfony3 recipe
2016-01-07 13:12:32 +02:00
Mattia Trapani
5aa7ae7287
Fixed mistake in setting var
2016-01-05 10:48:08 +01:00
Mattia Trapani
d59b7db85e
Added variable for composer command path
2016-01-05 10:31:00 +01:00
Oanh Nguyen
2cf6b7618f
Merge pull request #508 from zupolgec/patch-2
...
Updated writable dirs
2016-01-05 16:16:52 +07:00