1652 Commits

Author SHA1 Message Date
Anton Medvedev
9e24cf4c1b
Changelog parser (#1692)
* Add changelog parser

* Add changelog stringer

* Fix empty lines

* Better error message

* Remove getters

* Remove extra white space

* Style fix

* Add test

* Add update/release/fix commands

* Update PULL_REQUEST_TEMPLATE.md

* Update tests
2018-09-06 13:03:38 +07:00
Bernhard Zürn
26c3400d53 Added Exception Handling for perhaps missing config param (#1677)
* modify wrong ticket url (#1605)

* 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

* modify wrong ticket url

* 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

* 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

* 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

* Fixed once() tasks that where being run multiple times with ParallelE… (#1624)

* Fixed once() tasks that where being run multiple times with ParallelExecutor

* CHANGELOG: reorder issue

* Add test case for parallel deploy on ->once() task

* 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

* Fix return types for fluent interface (#1638)

* Add Prestashop 1.6 recipe (#1641)

* Add Prestashop 1.6 recipe

* Update changelog

* Sleep between process status calls to prevent 100% CPU usage (#1654)

* Sleep between progress status calls to prevent 100% CPU usage

* Add changelog entry

* Typo in changelog entry

* Update ParallelExecutor.php

* Update ParallelExecutor.php

* locate binary with less subprocesses (#1634)

* Set custom user for CI environments (#1659)

* Detect CI user

* Update CHANGELOG.md

* Update README.md

* [deploy:writable] chgrp doesn't need http_user (#1660)

* deploy:writable: chgrp doesn't need http_user

* Update CHANGELOG.md

* Add missing deploy:writable entries (#1662)

* Fix missing deploy:shared entries (#1664)

* Added Exception Handling for perhaps missing config param

Sometimes deploy_path is not set and a cd into this folder is not possible. But the deployment can be successful without it.

* style

* #1677 fixes according pull-request feedback

* #1677 code style fixes

* Added Exception Handling for perhaps missing config param

Sometimes deploy_path is not set and a cd into this folder is not possible. But the deployment can be successful without it.

* style

* #1677 fixes according pull-request feedback

* #1677 code style fixes

* Changelog entry for #1677

* Changelog entry for #1677

* Changelog entry for #1677
2018-09-05 19:03:04 +07:00
J Randall
b4672dd2fb Fixes issue #1671, Range expansion in FileLoader when host.yml is loa… (#1686) 2018-09-04 13:28:33 +07:00
leo108
17ce9a86b0 Laravel deploy task should not call cache:clear (#1681)
* Laravel deploy task should not call cache:clear

* Update CHANGELOG.md
2018-08-28 01:08:53 +07:00
Anton Medvedev
3013995ad7 Release v6.3.0 v6.3.0 2018-08-27 13:37:53 +07:00
leo108
c1309f255f Laravel Task artisan:migrate should only run once. (#1679) 2018-08-27 13:33:45 +07:00
Jamie Burchell
03454faadb Fix missing deploy:shared entries (#1664) 2018-08-27 13:33:45 +07:00
Jamie Burchell
3a6d4878fa Add missing deploy:writable entries (#1662) 2018-08-27 13:33:45 +07:00
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
Anton Medvedev
c44a95b3cb Update README.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
Markus Staab
05d935de52 locate binary with less subprocesses (#1634) 2018-08-27 13:33:45 +07:00
Michel Bardelmeijer
8f8aad6508 Sleep between process status calls to prevent 100% CPU usage (#1654)
* Sleep between progress status calls to prevent 100% CPU usage

* Add changelog entry

* Typo in changelog entry

* Update ParallelExecutor.php

* Update ParallelExecutor.php
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
Lars Strojny
6ae0a81765 Fix return types for fluent interface (#1638) 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
Marc Legay
fe88babd85 Fixed once() tasks that where being run multiple times with ParallelE… (#1624)
* Fixed once() tasks that where being run multiple times with ParallelExecutor

* CHANGELOG: reorder issue

* Add test case for parallel deploy on ->once() task
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
Ryan Park
1f6a74c23e modify wrong ticket url (#1605)
* 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

* modify wrong ticket url
2018-08-27 13:33:45 +07:00
Anton Medvedev
79245fdbe3 Add missing release 2018-08-27 13:33:26 +07:00
Anton Medvedev
00e0b27025 Add compression for Phar archives v6.2.0 2018-04-20 19:24:16 +07:00
Anton Medvedev
99423f0b6e Fix build script and update composer 2018-04-20 19:23:19 +07:00
Anton Medvedev
49c694b384 Warning with host without configuration [#1583] 2018-04-18 11:50:02 +07:00
Gabriele Formenti
1e26eff4af added becomeSetHome method to add -H flag when using sudo (#1556)
* added becomeSetHome method to add -H flag when using sudo

* updated changelog file

* updated changelog file

* added default -H flag  when become is used

* updated changelog
2018-04-18 11:40:23 +07:00
Anton Medvedev
fee943f8d3 Add missing var/sessions [#1566] 2018-04-18 11:38:05 +07:00
GoodVibesDevelopment
4d0df304f9 Using param's value inside (#1541)
* Parse Host params

* update changelog
2018-04-18 11:34:39 +07:00
Anton Medvedev
88e4085f58 Update CHANGELOG.md 2018-04-18 11:31:22 +07:00
maximilian-walter
ac1b970bda Make used shell configurable (#1536) 2018-04-18 11:30:19 +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
Anton Medvedev
467969b3fe Update CHANGELOG.md 2018-04-18 11:15:54 +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
Keith Bremner
3d3aaa5f6a Update Configuration.php (#1570)
fix typo
2018-03-18 00:39:14 +07:00
Markus Staab
42f9b75d77 Update CHANGELOG.md (#1563) 2018-03-06 00:02:44 +07:00
Anton Medvedev
cc5574f6fb Update CHANGELOG.md v6.1.0 2018-03-05 20:25:09 +07:00
Anton Medvedev
443de26e87 Add Symfony 4 recipe 2018-03-05 20:22:51 +07:00
Keith Bremner
cd4aeb62d9 Update InitCommand.php (#1562)
Improve readability of usage data collection text
2018-03-05 11:19:05 +07:00
Oskar van Velden
b3361841ce Add DebugCommand to display task execution order (#1491)
* Add DebugCommand

* Adjust display of debug to table layout

* Update changelog

* Update CHANGELOG.md

* Fix StyleCI error

* Revert "Adjust display of debug to table layout" and setup new tree structure

This reverts commit db97551c1a2e83b0d7cc026c06c86d050fa14939.

* Render tree view (the basic)

* Tweak rendering of tree

* Add depth for groups and pipe symbol

* Fix rendering of last element

* Display postfix for groups

* Fix issue with display of after-task after last grouped task

* Fix CS

* Fix StyleCI issues

* Add doc-comments

* Update CHANGELOG.md

Fix issue order (by request of Scrutinizer)
2018-02-28 00:48:13 +07:00
Anton Medvedev
49671e1c11 Update deployer/phar-update version 2018-02-28 00:36:35 +07:00
Anton Medvedev
2161cec2c4 Remove incorrect types 2018-02-27 23:54:46 +07:00
Anton Medvedev
a2dbd3be2a Make test branch independence 2018-02-27 23:36:43 +07:00
Anton Medvedev
ab8a2c49e7 Update composer 2018-02-27 23:34:53 +07:00
xakzona
5f2659a0f0 Update symfony package dependencies to 4.0 (#1559)
* Update symfony package dependencies to 4.0

* Update changelog

* Update changelog 2
2018-02-27 23:25:32 +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
Barry vd. Heuvel
c3f77d3dfc Show regular output when errorOutput is empty (#1554)
* Show regular output when errorOutput is empty

* Update CHANGELOG.md
2018-02-18 08:59:26 +07:00
Markus Staab
6cfc6173ed added phpdoc to ProcessRunnter->run() (#1533) 2018-02-15 14:34:23 +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