1886 Commits

Author SHA1 Message Date
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
Anton Medvedev
3d6e07cce6 Release v6.6.0 2019-11-06 20:11:39 +03:00
u_mulder
861f1a34bb Add minor fixes for recipes steps (#1945) 2019-10-26 14:30:22 +03:00
Kartik Patel
d3a6ea7353 updated for SS4. Checks to see if assets is in root or public/assets as per SS4 new directory structure (#1943) 2019-10-21 08:58:24 +03:00
Niels van Aken
bca1d2d822 Removing redundant controlPath attempts (#1941) 2019-10-16 15:46:19 +03:00
Niels van Aken
30552dccec Fixing "Too long for Unix domain socket" error deployphp/deployer#1356 (#1939)
* Fixing "Too long for Unix domain socket" error deployphp/deployer#1356

* Fixing code styling issues

* Use Deployer\Support\Unix::parseHomeDir() for resolving homedir

* Use our unixMaxPath variable
2019-10-16 10:05:35 +03:00
Markus Staab
fe3ff369a1 fixed typo (#1936) 2019-10-12 10:55:40 +03:00
Eric Mueller
c791fb4f3c added missing lines to get latest releases (#1935) 2019-10-10 13:29:21 +03:00
u_mulder
0ded2ea71a Update how-to-deploy-laravel.md (#1934) 2019-10-08 19:20:44 +03:00
u_mulder
96c130a13b Update README.md (#1932) 2019-10-08 09:52:11 +03:00
u_mulder
553a88eeae Update flow.md (#1931)
Descriptions of all commands use `s` suffix - `prints`, `cleans` etc.
2019-10-07 16:55:53 +03:00
Eric Mueller
de552458fd Sample real-world deployment script (#1929)
* Sample real-world deployment script

This is a simple Deployer script.

* Update CHANGELOG.md

* moved info about new doc page to "added" section

* After running `php bin/changelog fix`
2019-10-06 14:34:00 +03:00
Eric Mueller
d7e44667d5 Minor tweak to docs to clarify deploy_stage variable (#1930)
* Clarified default_stage, made example 'staging'

Addresses issue #1866

Clarified that you need to set a default_stage in your Deployer script, and also changed the example to 'staging' since that is a better example default to have (instead of production).

* Update CHANGELOG.md

* Fixed formatting on issue number
2019-10-06 14:33:45 +03:00
Anton Medvedev
57ff423dd4
Update SPONSORS.md 2019-09-24 08:26:22 +03:00
Tomasz Gąsior
f82128686e Update symfony4 recipe (#1923)
Fix wrong change introduced in 62db938884

`.env` file should not be shared because it's release-specific. On the other hand, `.env.local` and `.env.local.php` files are specific to deployment environment and should be shared between releases.

See for details: https://github.com/deployphp/deployer/pull/1907#issuecomment-533779139
2019-09-22 15:06:47 +03:00
Nicolás González
62db938884 Update symfony4.php (#1907)
The .env and .env.<environment> files should be committed to the shared repository because they are the same for all developers and machines. However, the env files ending in .local (.env.local and .env.<environment>.local) should not be committed because only you will use them. In fact, the .gitignore file that comes with Symfony prevents them from being committed.

https://symfony.com/doc/current/configuration.html#managing-multiple-env-files
2019-08-16 13:58:53 +03:00
Anton Medvedev
0e99b659ba Fix style 2019-08-13 19:13:16 +03:00
Anton Medvedev
f344ca1313 Update CHANGELOG.md 2019-08-13 19:02:21 +03:00
Gabriele Bellucci
c54d210286 Accept file param without equal sign (#1704)
* parameters -f or --file now are accepted also without the equal sign

* edited changelog

* updated changelog
2019-08-13 19:00:03 +03:00
Anton Medvedev
427b83ea55 Release 6.5.0 v6.5.0 2019-08-12 21:28:24 +03:00
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