Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Version 4 #1318

Merged
merged 117 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
59967c3
Extract basic driver with public/ from basic driver, and simplify both
mattstauffer Dec 3, 2022
0c27c62
Apply fixes from StyleCI
StyleCIBot Dec 3, 2022
f49b1b0
Set HTTP_HOST in BaseDriverTest
mattstauffer Dec 11, 2022
a2712e6
Merge pull request #1311 from laravel/mes/version-4
mattstauffer Dec 15, 2022
29b94a4
Move server helpers to their own file; add type hints
mattstauffer Dec 16, 2022
efa7937
Update drivers location and loading
mattstauffer Dec 18, 2022
a73be25
Apply fixes from StyleCI
StyleCIBot Dec 18, 2022
4a8b0e7
Add additional notes to upgrade.md
mattstauffer Dec 18, 2022
c46f7e6
Merge branch 'mes/extract-server-class' of github.com:laravel/valet i…
mattstauffer Dec 18, 2022
c1a7bbe
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Dec 18, 2022
2e9978e
Apply fixes from StyleCI
StyleCIBot Dec 18, 2022
400be90
Resolve merge
mattstauffer Dec 18, 2022
fbf2acb
Resolve merge
mattstauffer Dec 18, 2022
3c3dc82
Require PHP 8.0
mattstauffer Dec 18, 2022
ba67edb
Merge pull request #1319 from laravel/mes/extract-server-class
mattstauffer Dec 18, 2022
9b503a2
Add type hints and return type hints to Brew
mattstauffer Dec 18, 2022
624e921
Apply fixes from StyleCI
StyleCIBot Dec 18, 2022
1220cd6
Add type hints and return type hints to CommandLine
mattstauffer Dec 18, 2022
58bdbf1
Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/…
mattstauffer Dec 18, 2022
0cb7f4f
Add type hints and return type hints to Configuration
mattstauffer Dec 18, 2022
f2fce1a
Add type hints and return type hints to Diagnose
mattstauffer Dec 19, 2022
09a2614
Apply fixes from StyleCI
StyleCIBot Dec 19, 2022
da4f98d
Add type hints and return type hints to DnsMasq
mattstauffer Dec 19, 2022
21835cc
Add type hints and return hints to Filesystem
mattstauffer Dec 20, 2022
a3a52f7
Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/…
mattstauffer Dec 20, 2022
a684004
Add type hints and return types to Nginx
mattstauffer Dec 20, 2022
7698611
Add type hints and return types to ngrok
mattstauffer Dec 20, 2022
ac4b8f6
Add type hints and return types to PhpFpm
mattstauffer Dec 20, 2022
c714b82
Apply fixes from StyleCI
StyleCIBot Dec 20, 2022
fadefb1
Add type hints and return types to Site and Valet
mattstauffer Dec 20, 2022
cc23311
Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/…
mattstauffer Dec 20, 2022
6c5873c
Apply fixes from StyleCI
StyleCIBot Dec 20, 2022
12172f4
Require passing a version number to isolate command
mattstauffer Dec 20, 2022
81235cc
Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/…
mattstauffer Dec 20, 2022
ef308ba
Apply fixes from StyleCI
StyleCIBot Dec 20, 2022
8c2bb27
Merge pull request #1321 from laravel/mes/type-hints-and-return-hints
mattstauffer Dec 21, 2022
78d0398
Bump compat to php 8; add type hints and return types to helpers
mattstauffer Dec 21, 2022
906a828
Apply fixes from StyleCI
StyleCIBot Dec 21, 2022
75d43a4
Use constructor promotion
mattstauffer Dec 21, 2022
f344592
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Dec 21, 2022
f0f1b57
Apply fixes from StyleCI
StyleCIBot Dec 21, 2022
65b629d
Write tests for Server.php
mattstauffer Dec 21, 2022
ab8c4e8
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Dec 21, 2022
e9e865e
Apply fixes from StyleCI
StyleCIBot Dec 21, 2022
9b09621
Move upgrade calls into Upgrader class, and add upgrade to check for …
mattstauffer Dec 21, 2022
f18070a
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Dec 21, 2022
a4e8331
Apply fixes from StyleCI
StyleCIBot Dec 21, 2022
20f48f6
Replace some \n with PHP_EOL; move custom drivers into Custom namespace
mattstauffer Dec 22, 2022
486fb9b
Apply fixes from StyleCI
StyleCIBot Dec 22, 2022
d44d23d
Add doc blocks
mattstauffer Dec 22, 2022
a77030a
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Dec 22, 2022
e19afe5
Clean up NullWriter; drop legacy config check
mattstauffer Dec 22, 2022
f2a62f5
Merge v3
mattstauffer Dec 22, 2022
4c67413
Allow null response from frontControllerPath
mattstauffer Dec 22, 2022
0aa246b
Apply fixes from StyleCI
StyleCIBot Dec 22, 2022
ccd35e5
Drop exits, fix 404 path
mattstauffer Dec 22, 2022
25f91e4
Merge
mattstauffer Dec 22, 2022
8006649
Better handle new installations
mattstauffer Dec 23, 2022
f27fd68
Apply fixes from StyleCI
StyleCIBot Dec 23, 2022
5988c4f
Drop extensions
mattstauffer Dec 26, 2022
f13be53
Clean up DX for fetch-share-url
mattstauffer Dec 26, 2022
afced29
Apply fixes from StyleCI
StyleCIBot Dec 26, 2022
37099a6
Fix site::unlink method signature and docblock
mattstauffer Dec 26, 2022
1086546
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Dec 26, 2022
80498c0
Tweak the wording for the which command
mattstauffer Dec 26, 2022
976339f
Support isolated sites running PHP 7.4
mattstauffer Dec 26, 2022
e60d039
Merge pull request #1328 from laravel/mes/support-isolated-php-74
mattstauffer Dec 26, 2022
e5e0e03
Add a bunch more CLI command tests (#1332)
mattstauffer Dec 30, 2022
a791282
Drop old config migrations
mattstauffer Jan 4, 2023
0c57391
Add status command (#1329)
mattstauffer Jan 5, 2023
c4faf27
Test most of the remaining CLI commands
mattstauffer Jan 11, 2023
4c2c4a1
Drop unnecessary doc blocks (#1339)
mattstauffer Jan 11, 2023
9a04590
Tweak status output and install output
mattstauffer Jan 11, 2023
4c10d90
Add debug instructions to valet status, expand "valet installed" stat…
mattstauffer Jan 11, 2023
21981b1
Drop extensions directory
mattstauffer Jan 11, 2023
d89649b
Apply fixes from StyleCI
StyleCIBot Jan 11, 2023
831779c
Remove more docblocks
mattstauffer Jan 11, 2023
07135ca
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Jan 11, 2023
b5417e3
Upgrade ngrok to 3.1.0
mattstauffer Jan 11, 2023
6a61acb
Test force uninstall command
mattstauffer Jan 12, 2023
401a2e9
Test log command
mattstauffer Jan 12, 2023
303462f
Add Expose support, drop ngrok binary and move it to be managed by Br…
mattstauffer Jan 14, 2023
9143636
Add the ability for drivers to check Composer dependencies (#1345)
mattstauffer Jan 14, 2023
921f68a
Support PHP 7.0+ (#1346)
mattstauffer Jan 18, 2023
8ba65d6
Drop PHP 7.0, and update Magento driver to support PHP 7.3
mattstauffer Jan 18, 2023
6a100fc
Apply fixes from StyleCI
StyleCIBot Jan 18, 2023
5c7b2d3
Add support for `.valetrc` (#1347)
mattstauffer Jan 19, 2023
e756613
Merge branch 'master' into version-4
mattstauffer Jan 19, 2023
f23e145
Check whether services are running as the correct user in `valet stat…
mattstauffer Jan 23, 2023
dd8e15e
Implement `valet fetch-share-url` when working with Expose (#1349)
mattstauffer Jan 25, 2023
2186e7c
wip upgrade.md
mattstauffer Feb 6, 2023
232dfd9
Bring in changes to mirror #1356
mattstauffer Feb 8, 2023
293746d
Apply fixes from StyleCI
StyleCIBot Feb 8, 2023
9dedf33
Bring in changes to mirror #1284
mattstauffer Feb 8, 2023
8314844
Merge branch 'version-4' of github.com:laravel/valet into version-4
mattstauffer Feb 8, 2023
ad6a17b
Apply fixes from StyleCI
StyleCIBot Feb 8, 2023
edae5fb
Refactor local network address for Valet 4's Server class
mattstauffer Feb 8, 2023
faf2ba4
Merge
mattstauffer Feb 8, 2023
b588ef3
Apply fixes from StyleCI
StyleCIBot Feb 8, 2023
719ff07
Bring in changes to mirror #1358
mattstauffer Feb 8, 2023
44c2fcc
Apply fixes from StyleCI
StyleCIBot Feb 8, 2023
7280401
Merge
mattstauffer Feb 8, 2023
15cf3fe
Handle old, customized sample valet drivers more gracefully
mattstauffer Feb 8, 2023
21587b7
Apply fixes from StyleCI
StyleCIBot Feb 8, 2023
0e9060d
Update `unlink` command to also `unsecure`, if necessary
mattstauffer Feb 10, 2023
4af660e
Merge pull request #1364 from laravel/mes/unsecure-when-unlinking
mattstauffer Feb 10, 2023
c24ae19
Bring #1361 into version-4
mattstauffer Feb 11, 2023
18324a2
Merge pull request #1365 from laravel/mes/update-1361
mattstauffer Feb 11, 2023
022330e
Merge branch 'master' into version-4
mattstauffer Feb 13, 2023
de5d803
Catch up to #1360
mattstauffer Feb 13, 2023
dd4953e
Merge branch 'master' into version-4
mattstauffer Feb 13, 2023
6a920bd
Merge Pint config
mattstauffer Feb 13, 2023
d80182b
Add Pint locally and run it
mattstauffer Feb 13, 2023
3790e51
Merge branch 'master' into version-4
mattstauffer Feb 15, 2023
1d0483a
Catch up to #1370
mattstauffer Feb 19, 2023
8784458
Drop "superfluous" phpdoc tags (per Pint)
mattstauffer Feb 19, 2023
3025fd2
Handle fetch-share-url on users running a free Expose plan.
mattstauffer Feb 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ phpunit.xml export-ignore
CHANGELOG.md export-ignore
phpunit.xml.dist export-ignore
UPGRADE.md export-ignore

/bin/ngrok -diff
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
php: ['8.0', 8.1, 8.2]

name: PHP ${{ matrix.php }}

Expand Down
Binary file removed bin/ngrok
Binary file not shown.
Loading