1825 Commits

Author SHA1 Message Date
Anton Medvedev
1b816a45f5 wip 2020-07-26 12:03:52 +03:00
Anton Medvedev
f512cfd420 wip 2020-07-22 19:17:25 +03:00
Anton Medvedev
97347ba4e2 wip 2020-07-22 18:22:12 +03:00
Anton Medvedev
59c87c5885 wip 2020-07-11 01:24:18 +03:00
Anton Medvedev
121915fbe2 wip 2020-07-10 00:36:02 +03:00
Anton Medvedev
7c96116df0 wip 2020-07-08 22:12:12 +03:00
Anton Medvedev
b2ec87ce4d wip 2020-07-07 22:18:14 +03:00
Anton Medvedev
ef2c5ba6c5 wip 2020-07-07 22:16:31 +03:00
Savvas Radevic
d22a591bf8
Fix #2111 (#2112)
* Fix #2111 - normalize CRLF to LF new line endings

* Updated CHANGELOG.md #2111
2020-06-26 14:11:32 +03:00
Sergey Asafov
155e4b3095
Ispmanager recipe (#2093)
* Release candidate

* Add logs

* Release candidate

Co-authored-by: Evilcoder <i@evilcoder.me>
2020-06-24 21:49:22 +03:00
Bernhard Prange
eb93392377
Process corrected (#2109)
Corrections made for smoother workflow. Tutorial on how to work with this receipe comming soon!
2020-06-24 21:16:26 +03:00
Sergey Asafov
39e5fbda61
Crontab recipe (#2089)
* First version

* Changelog

Co-authored-by: Evilcoder <i@evilcoder.me>
2020-06-13 12:58:22 +03:00
Anton Medvedev
f599d72f25
Update .travis.yml 2020-06-03 21:06:42 +03:00
Bernhard Prange
0d6f45475a
Shopware6 installation routine (#2072)
Due to the lack of ANY shopware6 installation routine, here's my little beginning of it. If you think it can be made better, I am very happy to have your ideas on board of this.
2020-05-29 14:52:24 +03:00
Robin Houtevelts
b9c436ef36
Fix Property "seriesExecutor" does not exist. (#2062)
* Fix Property "seriesExecutor" does not exist.

* Return Task object in Task::select()

For chaining
2020-05-20 08:36:08 +03:00
Anton Medvedev
14786f899d
Update FUNDING.yml 2020-05-16 18:04:13 +03:00
Anton Medvedev
29a643b623 v7 2020-05-16 18:02:17 +03:00
Anton Medvedev
4e243a64ed Release v6.8.0 v6.8.0 2020-04-25 19:05:31 +03:00
Pierre Grimaud
70cdf1e2bf
Fix typos (#2032) 2020-04-24 15:53:23 +03:00
M. Vugteveen
c948ea3e99
Added support for composer v2 installed.json format + composer.phar fix (#2031)
* fix composer v2 installed.json parsing

* add changelog

* only use bin/php on phar file

* update chagnelog

* Update dep
2020-04-24 15:53:08 +03:00
Anton Medvedev
7d090af22c
Revert "Output with parallel task execution was garbled (#2016)" (#2030)
This reverts commit e7cc411b235d7588f8b18fac402f87e655055d8c.
2020-04-22 23:07:14 +03:00
MoogyG
944f9bd582
Update update_code.php (#1958) 2020-04-20 23:56:31 +03:00
Glenn Mulleners
bd0fdc0da7
Add missing Top Supporter (#1979)
Add missing Top Supporter
2020-04-20 23:56:01 +03:00
ebimmel
e7cc411b23
Output with parallel task execution was garbled (#2016)
Co-authored-by: Eddie Bimmel <eddie.bimmel@yoursurprise.com>
2020-04-20 23:55:48 +03:00
Benedict Zinke
467695bcb9
Fix comment in common recipe (#2022)
As stated in https://github.com/deployphp/deployer/issues/869 the copy_dirs task works relative to release_path rather then deploy_path as indicated by the comment in recipe/common.php
2020-04-20 23:53:24 +03:00
Brad Morrical
58a7d51295
Added recipe for Joomla! (#2024)
* Added recipe for Joomla!

* updating Changelog
2020-04-20 23:53:10 +03:00
David Naber
a20582eb95
Filter output upon stage argument only when defined for host fixes #1909 (#2021) 2020-04-07 18:41:42 +03:00
Alex
ae6f9690a4
Add default_timeout to configuration example (#2018) 2020-04-02 18:27:51 +03:00
Beno!t POLASZEK
a8dabf03ee
Keep consistency with deployer executable naming (#2011) 2020-03-06 12:49:07 +03:00
Ralf Baussenwein
613e631544
fix backward compatibility of bin/console for symfony4 recipe (#2005)
* fix backward compatibility of bin/console for symfony4 recipe

* update Changelog
2020-02-19 15:25:38 +03:00
Jono Menz
c0bf1d7913
Fix check_remote task revision resolution (#1995)
* Support branch & tag if specified
* Support shortened commit hashes
* Skip on first deployment
* Get true current ref from git

Fixes #1994
2020-02-01 22:15:53 +03:00
Vladimir Pak
377adf977a
Speedup deploy:clear_paths (#1992)
* Update clear_paths.php

one run much faster than several

* Update CHANGELOG.md
2020-01-30 12:08:11 +03:00
Jono Menz
b7a728b7b3
Fixes for check_remote task and SS recipe (#1991)
* Fix check_remote task

* Check remote head contents locally
* Ensure .dep/HEAD file is available so error isn’t thrown
* Document task usage

Fixes #1990

* Fix Silverstripe recipe

* Additionally check shared directory for assets since this directory is commonly excluded from project git repos
* Ensure shared_assets returns a non-null value so the release folder can’t get accidentally deleted

Fixes #1989

* Update CHANGELOG.md

* Clarified contribution instructions

* Update issue templates

Added a bug report template
2020-01-29 11:13:11 +03:00
Anton Medvedev
5095b5de16 Release 6.7.3 v6.7.3 2019-12-18 20:30:49 +03:00
Arnout Boks
5f32216c11 More Symfony 5 compatibility fixes (#1971)
* Make Rsync compatible with symfony/process v5

* Make Ssh client compatible with symfony/process v5

* Add CHANGELOG entry
2019-12-17 20:43:48 +07:00
Anton Medvedev
97c63e91cc Release v6.7.2 v6.7.2 2019-12-16 18:41:57 +07:00
Anton Medvedev
cc39875a64 Allow failure on PHP 7.4 2019-12-15 22:02:15 +07:00
Anton Medvedev
732d64b469 Allow failure for --prefer-lowest on PHP 7.4 2019-12-15 21:57:47 +07:00
Anton Medvedev
d9c744808e Add checks for fromShellCommandline method 2019-12-15 21:51:28 +07:00
Anton Medvedev
f968f366bc Fix console app 2019-12-15 21:49:40 +07:00
Anton Medvedev
c5170675de Fix setDescription to nil 2019-12-15 21:43:22 +07:00
Anton Medvedev
8b50911771 Fix typo 2019-12-15 21:35:33 +07:00
Anton Medvedev
513d456bdf Migrate to PHP 7.2.25 2019-12-15 21:31:12 +07:00
Anton Medvedev
31f7346630 Return php platform version 2019-12-15 21:28:07 +07:00
Anton Medvedev
6242bb8748 Release v6.7.1 v6.7.1 2019-12-15 21:13:11 +07:00
Anton Medvedev
86c7b3848f Fix incompatibility with Symfony 5 2019-12-15 21:11:39 +07:00
Anton Medvedev
9fd858fbd6 Release v6.7.0 v6.7.0 2019-12-14 17:38:03 +07:00
Ganon
9ce3f79c2f Add Symfony 5 support (#1956) 2019-12-06 15:55:19 +07:00
Chris Brown
b70f420bc9 Update how-to-deploy-laravel.md (#1961) 2019-11-27 23:28:35 +03:00
Anton Medvedev
74b3f73e60
Update CHANGELOG.md v6.6.0 2019-11-06 20:19:15 +03:00