Alex Plekhanov
0fc524ee58
Laravel view cache task ( #1860 )
...
* Substituted laravel view:clear command with view:cache command
* Added version check to view:cache task
* Updated Changelog
2019-06-11 13:16:23 +03:00
Kostadin A
82a00248fb
Prevent dir creation when it is existing ( #1858 )
...
If "shared" directory is already existing just do not call mkdir, to prevent pointless update during processing of the "shared" files.
2019-06-07 06:17:16 +03:00
jkavalik
eabb0ae6ee
Fix typo in error message ( #1855 )
2019-06-06 07:30:01 +03:00
Stephan Jorek
42de97b1a1
Fix home-directory tilde-expansion (~) in paths by limiting the replacement to leading tilde only ( #1852 )
2019-06-02 20:24:21 +03:00
Rafael Corrêa Gomes
681eedcdcb
Recipe Magento 2 > Change the shared folders ( #1848 )
...
* Recipe Magento 2 > Change the shared folders
* Update magento2.php
2019-05-26 14:30:18 +07:00
Jānis Gruzis
10ba0fae78
Avoid zombie processes in http user resolution. ( #1805 )
...
* Avoid zombie processes in http user resolution.
* Changelog improved.
2019-05-16 14:51:00 +07:00
Quynh Xuan Nguyen
2e54dc3bce
Fix deployer detects wrong version ( #1843 )
...
* Fix deployer detects wrong version
* Update CHANGELOG
2019-05-15 11:59:01 +07:00
Andréas Lundgren
ef55283b4f
Add artisan:optimize:clear to Laravel recipe ( #1837 )
...
* Add artisan:optimize:clear for Laravel recipe
* Update artisan:optimize to run on newer versions of Laravel
2019-05-06 20:08:45 +08:00
Sander de Jonge
eec02040d2
Support default wordpress implementation ( #1834 )
...
* Default Wordpress doesn't use composer
* updated changelog
2019-04-24 23:03:11 +07:00
Filippo Tessarotto
4a6ca90f82
[Travis] Test againt PHP 7.4 ( #1824 )
2019-04-01 21:12:16 +07:00
Ján Regeš
c37f5998fc
Added writable_recursive
option (default: true) used in all writable modes (chmod, chown, chgrp, acl) ( #1823 )
...
* Added `writable_recursive` option (default: true) used in all writable modes (chmod, chown, chgrp, acl) (#1822 )
* Update CHANGELOG.md
2019-03-31 20:11:54 +07:00
Filippo Tessarotto
ec0e8c4fdc
Git: add option to disable --dissociate flag on cloning ( #1820 )
2019-03-28 20:26:42 +07:00
Anton Medvedev
c21210ee75
Update SPONSORS.md
2019-03-12 16:04:04 +07:00
Daryn Mitchell
8cf68ee2c3
More accurate mapping from v4 server to v5 host ( #1813 )
...
In the "Upgrade from 4.x to 5.x," section,
previously, the suggested mapping for `server($name, $hostname)` to `host($hostname)` silently dropped the $name, which will not retain the same command line calling argument.
There's no need to drop the $name, moving from 4.x to 5.x just changes the way it's declared. So this PR adds more precise suggested mapping, so that users will have smoother transition when upgrading.
2019-02-20 13:15:50 +07:00
Andrey Helldar
434dfd8a02
Do not show package suggestions ( #1812 )
2019-02-19 20:50:11 +07:00
Jon Uhlmann
f84dc4dfaf
Add lock/unlock to deploy task ( #1810 )
...
* Add lock/unlock to deploy task
* Add changelog entry
2019-02-15 13:28:58 +07:00
Anton Medvedev
06658c793e
Update README.md
2019-01-22 14:41:17 +07:00
Andrey Bolonin
62ade91f5a
add php 7.3 to travis ( #1800 )
2019-01-22 12:09:00 +07:00
Anton Medvedev
b948ab82a2
Update CHANGELOG.md
2019-01-20 10:49:46 +07:00
Anton Medvedev
5fab2ecbe0
Update Client.php
2019-01-20 10:48:04 +07:00
Anton Medvedev
bde7847461
Update CHANGELOG.md
2019-01-18 12:39:06 +07:00
Jason Maners
6e284828d7
Fix rsync upload honor become option for host ( #1796 )
2019-01-18 12:37:23 +07:00
Anton Medvedev
a7d03f8feb
Release 6.4.3
v6.4.3
2019-01-17 20:53:14 +07:00
Kick_the_BUCKET
c27aa03019
Properly handle input options ( #1793 )
...
* Properly handle VALUE_NONE options
* Add test-case for unset VALUE_NONE option
* Fix null and empty string handling
* Better handle value-required options
* Add test-case names for easier issue finding
* Properly handle empty string values
* Update changelog
* Minor test expectation improvement
* Make the input filtering anonymous function static
2019-01-17 12:55:36 +07:00
Anton Medvedev
a1c7ac66a0
Release 6.4.2
v6.4.2
2019-01-15 12:58:34 +07:00
Anton Medvedev
98d85929a4
Update CHANGELOG.md
2019-01-15 12:57:56 +07:00
Vitaliy Ryaboy
0db4d18d8f
improve ParallelExecutor::generateOptions to manage all types of InputOption ( #1792 )
2019-01-15 12:52:08 +07:00
Anton Medvedev
1dba41fcfc
Release 6.4.1
v6.4.1
2019-01-11 19:02:01 +07:00
Anton Medvedev
dcbc3ca85a
Update CHANGELOG.md
2019-01-11 18:56:01 +07:00
Pablo Escobar
8c3bcc3c8c
issues 1788 ( #1790 )
...
Fix http_user detection
2019-01-11 18:54:52 +07:00
Anton Medvedev
c19358df48
Release 6.4.0
v6.4.0
2019-01-11 14:54:30 +07:00
Anton Medvedev
76ac37646e
Update README.md
2019-01-11 14:49:28 +07:00
Anton Medvedev
8635e7dedf
Update README.md
2019-01-11 14:48:44 +07:00
Jérémie Augustin
f8ecded38c
Fix task(...)->once() with --parallel and --limit ( #1784 )
...
* add test to show issue with once() used with --parallel and --limit issue
* handle once() in a better way to prevent issue with --parallel and --limit
2019-01-06 14:07:40 +07:00
Anton Medvedev
02f7585af5
Update SPONSORS.md
2019-01-04 23:10:18 +07:00
Anton Medvedev
eae15d4891
Update SPONSORS.md
2019-01-03 12:11:38 +07:00
Marko Kruljac
ab290fb04f
http_user detection command could return wrong user ( #1779 )
...
* Add test before http_user detection
Script will no attempt to longer detect http_user if there are more than 1 possible candidates.
* Update CHANGELOG.md
Updated for issue #1778
* Update CHANGELOG.md
Added missing link to issue
* Change detection strategy from bash test to php
This reduces the number of ssh calls to the remote host.
2019-01-02 19:44:33 +07:00
Dmitri Yourchev
6cc8b14a07
Fix laravel set version ( #1729 )
...
* Fix Laravel recipe laravel_version failure
Change directory before {{bin/php}} artisan --version.
* Add change log
2018-12-18 00:37:52 +07:00
Anton Medvedev
27633770fc
Update PULL_REQUEST_TEMPLATE.md
2018-12-10 13:04:09 +07:00
Anton Medvedev
283faba6f0
Update ISSUE_TEMPLATE.md
2018-12-10 13:03:54 +07:00
Anton Medvedev
9fc7e1a54d
Update README.md
2018-12-10 13:02:01 +07:00
Anton Medvedev
0fcb42b8c6
Update README.md
2018-12-10 12:59:24 +07:00
Anton Medvedev
ff07c748e8
Update SPONSORS.md
2018-12-10 11:31:54 +07:00
Anton Medvedev
4901939a18
Update README.md
2018-12-10 11:31:39 +07:00
Anton Medvedev
ca637c906b
Update SPONSORS.md
2018-12-10 11:27:37 +07:00
Anton Medvedev
1364f6d081
Create SPONSORS.md
2018-12-10 11:01:07 +07:00
Arnout Boks
cf8a23e940
Let rsync honor 'become' option for host ( #1769 )
...
* Let rsync honor 'become' option for host
If a host has a 'become' option set, it seems sensible that rsync uploads
should also be performed as that same user, which is currently not the case.
This change makes rsync run as the 'become' user by running sudo on the
remote side, just like how 'become' is implemented for normal SSH commands.
* Update CHANGELOG.md
* Update CHANGELOG.md
2018-11-30 11:13:47 +07:00
Arnout Boks
0b2179632c
Escape arguments passed to rsync shell command ( #1768 )
...
* Escape arguments passed to rsync shell command
This fixes errors when attempting to upload a path containing spaces.
* Update CHANGELOG.md
* Update CHANGELOG.md
2018-11-30 11:11:53 +07:00
Alexander Schranz
63ab978ad1
Added recipe for sulu 1.x and improve sulu 2.x recipe ( #1764 )
...
* added recipe for sulu 1.x
* improve sulu 2 recipe
2018-11-14 13:44:04 +07:00
Jeffrey Cafferata
2ad907e14d
Code style fixes ( #1762 )
...
* Update missing argument in PHPDoc.
* Splits the IF-statement/workflow(s) for readability
* Replace double quotes to single quotes.
* Replaced alias functions by original functions.
* Define return types.
* Type casting can be used
* Non-optimal regular expression, \d is a subset of \w.
2018-11-11 09:00:08 +07:00