Anton Medvedev
ae07194beb
Update CHANGELOG.md
2019-08-06 22:03:58 +03:00
Wim Griffioen
a6ff2eb4c6
Add tasks to cache a manifest of event listeners ( #1893 )
...
* Add tasks to cache a manifest of event listeners
Laravel supports automatic discovery of events and listeners since
version 5.8.9. (https://laravel.com/docs/5.8/events#event-discovery )
As the documentation states, you want to cache the manifest of event
listeners in a production environment to prevent scanning the
directories on every request.
The new tasks are not added to the deploy task because automatic event
discovery is opt-in functionality in Laravel.
* Update CHANGELOG.md
2019-08-06 21:55:32 +03:00
Ahmad Mayahi
bb4d41c896
Add check_remote_head option to avoid unnecessary new releases by che… ( #1759 )
...
* Add check_remote_head option to avoid unnecessary new releases by checking the remote git HEAD without cloning the repo.
* Add check_remote_head into the CHANGELOG
* Add the pull request link to CHANGELOG
* Update CHANGELOG.md
Removed extra spaces: https://github.com/deployphp/deployer/pull/1759
* Fix changelog. Improve check_remote_head
* Use GrasefulSutdown exception instead of exit(0).
* Change bash if statement in check_remote_head.
* Remove redundant code.
* Replace if statement with test.
2019-08-06 21:52:41 +03:00
Anton Medvedev
86c407b339
Release 6.4.6
v6.4.6
2019-07-30 10:42:26 +03:00
Matthew Muscat
9dcd4eeab1
Update Laravel View Cache commands ( #1889 )
...
* Update artisan cache commands
- Re-add `artisan:view:clear` command
- Modify the existing `artisan:view:cache` command to remove the call to clear the cache, as this is already completed by the Laravel Framework
* Updated changelog with laravel view cache changes
* Update CHANGELOG.md
Update newline spacing to fix scrutinizer failure
2019-07-30 10:39:03 +03:00
Kellan Martin
490bd3ca2d
Grammatical and Spelling Changes ( #1888 )
2019-07-24 00:34:12 +03:00
extacy
756f121205
Fix crashes on including autoloader in recipe file ( #1833 )
...
* Fix crashes on including autoloader in recipe file
* Update CHANGELOG.md
2019-07-17 11:34:47 +03:00
Benjamin Porquet
e1606a09c1
Update CHANGELOG.md ( #1882 )
2019-07-11 07:35:14 +03:00
Benjamin Porquet
d16d5df504
Update symfony4.php ( #1881 )
...
On SF 4.2+, the .env file is versionned, only the .env.local is not versionned anymore
2019-07-10 18:05:10 +03:00
Antoine Kociuba
727d7ee7f1
[HOTFIX] - magento2 recipe - Properly handle 'generated' and not 'generation' directory for >= 2.2.x Magento versions ( #1879 )
2019-07-06 00:27:27 +03:00
Anton Medvedev
4e8dbd98ec
Update PULL_REQUEST_TEMPLATE.md
2019-07-02 08:24:32 +03:00
Anton Medvedev
fe03581387
Delete ISSUE_TEMPLATE.md
2019-07-02 08:21:57 +03:00
Anton Medvedev
300cf4c22e
Update ISSUE_TEMPLATE.md
2019-07-02 08:21:35 +03:00
Anton Medvedev
8472bd940d
Add docs
2019-07-02 08:05:21 +03:00
Anton Medvedev
f2aa25e56c
Update LICENSE
2019-07-02 08:05:21 +03:00
Anton Medvedev
ee3570cc43
Update SPONSORS.md
2019-07-01 21:32:39 +03:00
Anton Medvedev
4a448ee6cf
Update SPONSORS.md
2019-07-01 21:31:53 +03:00
Anton Medvedev
fa4a405657
Update README.md
2019-07-01 21:29:46 +03:00
Anton Medvedev
be14a4f757
Release 6.4.5
v6.4.5
2019-07-01 16:14:52 +03:00
Andrey Helldar
2ef394e125
Fixed bug "Can't detect http user name." ( #1876 )
...
* Fixed bug "Can't detect http user name."
See:
* https://github.com/deployphp/deployer/issues/1778#issuecomment-507228046
* #1805
* Update writable.php
2019-07-01 15:37:15 +03:00
Anton Medvedev
89017a0cf7
Create FUNDING.yml
2019-07-01 07:46:47 +03:00
Anton Medvedev
b2dea80087
Update README.md
2019-07-01 07:45:19 +03:00
Anton Medvedev
1f8f5a7b5a
Update .travis.yml
2019-07-01 07:44:37 +03:00
Anton Medvedev
acc8daa442
Apply fixes from StyleCI ( #1873 )
2019-07-01 07:42:01 +03:00
Anton Medvedev
1292b348c6
Release 6.4.4
v6.4.4
2019-07-01 07:36:59 +03:00
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