208 Commits

Author SHA1 Message Date
Anton Medvedev
467969b3fe Update CHANGELOG.md 2018-04-18 11:15:54 +07:00
Markus Staab
42f9b75d77 Update CHANGELOG.md (#1563) 2018-03-06 00:02:44 +07:00
Anton Medvedev
cc5574f6fb Update CHANGELOG.md 2018-03-05 20:25:09 +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
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
Gregor Harlan
c1e2633687 parse input before using dirname() (#1545)
* parse input of dirname()

* tests

* changelog
2018-02-14 15:44:35 +07:00
Markus Staab
25bd695251 reverted changelog from deployphp/deployer#1521 as the impl also was reverted (#1538) 2018-02-08 18:45:46 +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
Markus Staab
b139933b24 throw meaningfull exception on errors in cd() (#1519)
* throw meaningfull exception on errors in cd()

* CHANGELOG

* fixed CS

* Update CHANGELOG.md
2018-01-25 11:21:45 +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
Markus Staab
722b693688 Make sure pop() is called when Callback errors in on(...) function (#1513)
* Make sure pop() is called when Callback errors in on(...) function

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-01-21 20:22:45 +07:00
Anton Medvedev
55fc698cb5
Update CHANGELOG.md 2018-01-19 14:40:11 +07:00
Corey Sewell
217935fc1e Update silverstripe recipe to support silverstripe 4 (#1499) 2018-01-11 11:47:05 +07:00
Markus Staab
703292c1e9 prevent warning when pcntl_fork() is on disable_functions php.ini bla… (#1476)
* prevent warning when pcntl_fork() is on disable_functions php.ini blacklist

* Update CHANGELOG.md

* Update Reporter.php

* Update CHANGELOG.md
2018-01-06 20:17:33 +07:00
Markus Staab
4b2c9fe427 Log unhandled Exceptions into logfile (#1482)
* log symfony-console handled exceptions into logfile

* log early bootstrap exceptions into logfile

* updated CHANGELOG.md

* fixed CS

* try to fix php warning

Declaration of Deployer\Console\Application::renderException(Exception $e, Symfony\Component\Console\Output\OutputInterface $output) should be compatible with Symfony\Component\Console\Application::renderException($e, $output)

* log in TaskCommand instead of Application, to prevent x-symfony-console version issues
2017-12-29 15:04:11 +07:00
Markus Staab
c0eb202991 Add a description to the autocomplete command (#1472)
* Add a description to the autocomplete command

* updated changelog

* fixed CS
2017-12-22 20:28:40 +07:00
Markus Staab
b8c81fab0e use try/finally to make sure working-path restore on Exceptions (#1463)
* use try/finally to make sure working-path restore on Exceptions

* Update functions.php

* Update CHANGELOG.md

* Update CHANGELOG.md

* fixed CS
2017-12-20 19:19:16 +07:00
Anton Medvedev
4d5d5d0f9e Release v6.0.5 2017-12-16 21:42:03 +07:00
Anton Medvedev
e8192fd596 Add release script 2017-12-16 21:39:15 +07: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
Anton Medvedev
9829d57b4b
Update CHANGELOG.md 2017-12-15 14:10:56 +07:00
Anton Medvedev
46a90874b6
Update CHANGELOG.md 2017-12-15 14:10:22 +07:00
Markus Staab
39b8a0d6d6
Update CHANGELOG.md 2017-12-14 12:37:24 +01:00
Markus Staab
68d23454cb
Update CHANGELOG.md 2017-12-14 10:52:16 +01:00
fagai
f33a9efa41 Update CHANGELOG.md 2017-11-23 12:33:32 +09:00
Anton Medvedev
433f61c327
Merge pull request #1408 from dmirogin/laravel-migrate-fresh-recipe
Laravel migrate fresh recipe
2017-11-12 21:20:55 +07:00
fagai
2cd8c3fbbf update CHANGELOG.md 2017-11-09 16:58:41 +09:00
fagai
3256043eec Update CHANGELONG.md 2017-11-09 16:45:27 +09:00
fagai
0d4f2ab304 Update CHANGELOG.md 2017-11-09 16:40:20 +09:00
Dmitry Dorogin
7b2bfcca51 changelog record 2017-11-06 23:31:47 +03:00
Anton Medvedev
8c4f047bb6
Update CHANGELOG.md 2017-11-03 12:45:07 +07:00
Andrej Ludinovskov
0ebaccb02f Update CHANGELOG.md 2017-11-02 20:57:51 +00: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
Anton Medvedev
72ef144211 Flatten roles 2017-10-12 18:44:32 +07:00
Anton Medvedev
bdd225fa53 Update CHANGELOG.md 2017-09-21 18:19:58 +07:00
Tseho
9b5a2d5cc7 Updates CHANGELOG.md for #1364 2017-09-21 09:42:34 +02:00
Barry vd. Heuvel
d945f19a79 Update CHANGELOG.md 2017-09-18 11:26:44 +02:00
Barry vd. Heuvel
8077fb2a0d Update CHANGELOG.md 2017-09-18 11:25:56 +02:00
Anton Medvedev
18b279de97 Update CHANGELOG.md 2017-09-04 18:05:30 +07:00
Anton Medvedev
ad21557c67 Update CHANGELOG.md 2017-09-01 12:36:04 +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
818dbdb7f2 Fix bug with curl ssl verify peer 2017-08-29 12:14:52 +07:00
Anton Medvedev
386b91ba46 Update CHANGELOG.md 2017-08-29 08:54:49 +07:00
Anton Medvedev
92bc5329e8 Update CHANGELOG.md 2017-08-29 08:42:59 +07:00
Anton Medvedev
f6c4bd7c92 Add v6.0.0 2017-08-22 22:51:36 +07:00
Anton Medvedev
6c7311200d Fix runLocally cd to remote dir 2017-08-16 11:47:12 +03:00