Anton Medvedev
85aae9fd68
Add deploy:check_remote task
2019-08-12 21:01:32 +03:00
Anton Medvedev
d1a6e201ef
Release 6.4.7
v6.4.7
2019-08-12 13:42:32 +03:00
Kyle Tucker
6180366acf
Update config:hosts and config:current task recipes ( #1901 )
...
* Update config:hosts and config:current task recipes
* Update changelog
* Fix variable refs
2019-08-09 22:16:00 +03:00
Anton Medvedev
05f6f89c78
Update ParallelExecutor.php
2019-08-09 14:10:14 +03:00
Markus Staab
301ebedc3b
fixed invalid phpdoc ( #1899 )
...
* fixed invalid phpdoc
* Update CHANGELOG.md
* fixed askChoice() @return phpdoc
it can return array on multiselect questions but also scalars on non-multi
* fixed typo
* fixed another typo
* more precise phpdoc
2019-08-09 13:45:41 +03:00
Anton Medvedev
38d9bab57f
Update PHPDocs comments
2019-08-09 09:21:58 +03:00
Anton Medvedev
c49977561c
Remove infection.json.dist
2019-08-09 09:01:25 +03:00
Anton Medvedev
f891e29817
Add infection configuration
2019-08-08 13:24:56 +03:00
Anton Medvedev
4190e28fcb
Revert "Handle asterisk wildcard in shared files ( #1895 )" ( #1897 )
...
This reverts commit 6dd0a2c1f7eda33f9b5dbde287ffeda889e025de.
2019-08-08 11:26:20 +03:00
Anton Medvedev
24c22a049d
Update CHANGELOG.md
2019-08-07 11:02:26 +03:00
Vytautas Koryzna
6dd0a2c1f7
Handle asterisk wildcard in shared files ( #1895 )
2019-08-07 11:02:08 +03:00
Anton Medvedev
a7808a21f8
Update CHANGELOG.md
2019-08-07 11:01:25 +03:00
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