605 Commits

Author SHA1 Message Date
Filippo Tessarotto
68d2cf32e9 [deploy:writable] chgrp doesn't need http_user (#1660)
* deploy:writable: chgrp doesn't need http_user

* Update CHANGELOG.md
2018-08-27 13:33:45 +07:00
Filippo Tessarotto
3ee12d7365 Set custom user for CI environments (#1659)
* Detect CI user

* Update CHANGELOG.md
2018-08-27 13:33:45 +07:00
Léopold Jacquot
9b12fe31dc Add Prestashop 1.6 recipe (#1641)
* Add Prestashop 1.6 recipe

* Update changelog
2018-08-27 13:33:45 +07:00
klopschlike
218369dd02 Added cleanup_use_sudo option to all commands in deploy:cleanup (#1632)
* Added option cleanup_tty to allow allocation when using sudo

* Added comment for new option cleanup_tty to CHANGELOG

* Added cleanup_use_sudo option to all commands in cleanup.php
2018-08-27 13:33:45 +07:00
Sergio Carracedo Martinez
2b154bead2 Allow to set template path in Drupal 7 Settings recipe (#1613)
* Change drupal:settings task to drupal:configure

* Drupal 7 recipe - Set template file path

* Changelog
2018-08-27 13:33:45 +07:00
klopschlike
c9333cc376 Extend deploy:cleanup with tty allocation when using sudo. (#1607)
* Added option cleanup_tty to allow allocation when using sudo

* Added comment for new option cleanup_tty to CHANGELOG
2018-08-27 13:33:45 +07:00
Rudolph Gottesheim
25e0824cb1 Remove magento:enable from Magento 2 recipe (#1606)
* Remove magento:enable from Magento 2 recipe

Magento's module states are stored in app/etc/config.php. This task
ignored that and blindly enabled all installed modules.

* Mention the removal of magento:enable in the changelog
2018-08-27 13:33:45 +07:00
Anton Medvedev
fee943f8d3 Add missing var/sessions [#1566] 2018-04-18 11:38:05 +07:00
Ryan Park
96f5edaebe moving the name column to the last position to show full name (#1580)
* moving the name column to the last position to show full name

- bug fix: #1579

* add changelog

* update changelog.md

* update CHANGELOG.md

* modify command to find http user

* modify command to find http user
2018-04-18 11:22:03 +07:00
Piotr Antosik
a90c071d47 Add cache clear & warmup (#1575) 2018-04-18 11:13:53 +07:00
Martin Supiot
006e0b16f3 fix typo (#1585) 2018-04-10 14:49:32 +07:00
Keith Bremner
35027de18b Update shared.php (#1571)
fix typos
2018-03-18 00:39:37 +07:00
Anton Medvedev
443de26e87 Add Symfony 4 recipe 2018-03-05 20:22:51 +07:00
pascal08
056db8a1b1 Improve readability of command for finding web server user (#1558)
* Improve readability of command for finding web server user

* Update CHANGELOG.md

* Add reference link to CHANGELOG.md
2018-02-22 20:56:14 +07:00
Gregor Harlan
c1e2633687 parse input before using dirname() (#1545)
* parse input of dirname()

* tests

* changelog
2018-02-14 15:44:35 +07:00
Anton Medvedev
7c1b8567cd
Revert "Missing {{bin/php}} in deploy:vendors" (#1537)
* Revert "create objects only when necessary (#1528)"

This reverts commit 0fc63021061f3265ccae203f549e958120ab968a.

* Revert "fixed typo (#1520)"

This reverts commit 971843db5d1ec706f6a8685108ad56f24dc9253f.

* Revert "throw meaningfull exception on errors in cd() (#1519)"

This reverts commit b139933b24e0f6c419e869a72e69e85955517b7f.

* Revert "Missing {{bin/php}} in deploy:vendors (#1521)"

This reverts commit 6dae113be8277bedb1e74658dfbf71e0712dd578.
2018-02-08 11:42:52 +07:00
Adam Gąsowski
6dae113be8 Missing {{bin/php}} in deploy:vendors (#1521)
* Missing {{bin/php}} in deploy:vendors

* Update CHANGELOG.md
2018-01-25 08:34:20 +07:00
Corey Sewell
217935fc1e Update silverstripe recipe to support silverstripe 4 (#1499) 2018-01-11 11:47:05 +07:00
Markus Staab
46bb2c8598 fixed typo (#1473) 2017-12-22 20:28:13 +07:00
Anton Medvedev
5c20d3c294 Apply fixes from StyleCI 2017-12-16 13:30:12 +00:00
Anton Medvedev
67063c3c24 Add tests for deploy:release 2017-12-16 20:29:52 +07:00
AgentSIB
8b5cfe8344 Get releases list before create metadata for current release 2017-12-16 01:52:44 +03:00
Barry vd. Heuvel
67eb39e295
Magento2: use setup:upgrade --keep-generated 2017-12-14 17:24:59 +01:00
Markus Staab
eb31636368
more docs 2017-12-08 13:55:38 +01:00
Michael Erkens
18ecbcac73
fix whitespace 2017-11-27 11:18:22 +01:00
Michael Erkens
fe4dd4201a
permission denied for the git working direcotry
When using the "become" option in a host configuration, the work directory for git needs to be accesible for that user.
For example, the homedirectory from the user I use to SSH isn't readable for the user I use to deploy, so it fails with a "permission denied".
(also make sure to set the HOME enviroment variable so the correct git configuation can be read if needed)
2017-11-27 11:14:30 +01:00
Dmitry Dorogin
47c4cbffac artisan:migrate:fresh command in laravel recipe 2017-11-06 23:27:20 +03:00
Andrej Ludinovskov
84738138b6 Fixed bug when config:hosts shows more than one table of hosts #1403 2017-11-02 20:46:23 +00:00
Wesley Lancel
6708d2640f Fix time format for touch when deploying assets 2017-10-19 08:19:33 +02:00
Barry vd. Heuvel
5d8f999243 Run autoloader after compilation 2017-09-18 11:23:21 +02:00
Anton Medvedev
c34de4b4f9 Apply fixes from StyleCI 2017-09-01 05:39:26 +00:00
Anton Medvedev
dc96a73747 Catch Throwable instead of RuntimeException in deploy:update_code 2017-09-01 12:39:09 +07:00
Michael Lake
fe27571212 Laravel 5.5
- Updated Laravel recipe to not run 'artisan:optimize' on Laravel >= 5.5, as that command is now deprecated ([see upgrade notes](https://laravel.com/docs/5.5/upgrade)).
- Version check defaults to 5.5 if not found.
2017-08-31 11:23:40 -05:00
Anton Medvedev
e76e9881e4 Fix bug in symfony recipe 2017-08-22 22:27:20 +07:00
Anton Medvedev
f21dc760e8 Add target 2017-08-17 08:54:43 +03:00
Anton Medvedev
8d0fcfa16c Add user parameter 2017-08-16 11:46:20 +03:00
Mathias Brodala
86196c9cfb Make branch less delicious 2017-08-14 14:43:31 +02:00
Anton Medvedev
8e01cf6924 Refactor environment variables handling 2017-08-12 20:31:19 +03:00
Anton Medvedev
d4205d0dcc Update writable.php 2017-08-12 18:50:41 +03:00
Anton Medvedev
80e68eced7 Merge branch 'master' into deploy_writable_tty 2017-08-12 18:49:52 +03:00
Anton Medvedev
db9c4c8753 Merge branch 'master' into master 2017-08-12 18:13:43 +03:00
Anton Medvedev
53b0261c1b Refactor run and runLocally return type 2017-08-12 18:06:21 +03:00
Anton Medvedev
0a91193597 Fix 🥑 2017-08-12 17:44:17 +03:00
Anton Medvedev
2e02e76e88 Fix 🥝 2017-08-12 17:32:45 +03:00
Anton Medvedev
9c30226351 Fix tests 2017-08-12 17:07:21 +03:00
Anton Medvedev
d0dc58ec70 Fix tests 2017-08-12 16:52:29 +03:00
Anton Medvedev
d288c2d7e2 Fix tests 2017-08-12 16:43:25 +03:00
Anton Medvedev
a78fcc0619 Fix tests 2017-08-12 16:34:08 +03:00
Anton Medvedev
ae51d763b9 Add deploy:info to recipes 2017-08-12 12:01:27 +03:00
Anton Medvedev
b2102488a2 Apply fixes from StyleCI 2017-08-12 08:56:47 +00:00