639 Commits

Author SHA1 Message Date
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
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
Andrei Sozonov
c9dd4c522d #526 fix test 2016-02-26 11:58:24 +02:00
Andrei Sozonov
5267ee2b86 #526 task time output in verbose mode 2016-02-25 11:42:55 +02: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