1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00
Commit Graph

1428 Commits

Author SHA1 Message Date
Matt Stauffer
d5e6d6aab5 Remove Valet Certificate Authority on uninstall 2023-02-06 22:23:36 -05:00
driesvints
70b368126b Update CHANGELOG 2023-01-31 15:58:54 +00:00
Dries Vints
715a3019f4 version v3.3.1 2023-01-31 16:58:16 +01:00
Matt Stauffer
a2d3c04ab5 Make 127.0.0.1 SERVER_ADDR definition only if null (#1356) 2023-01-29 21:20:18 -05:00
driesvints
609183786b Update CHANGELOG 2023-01-17 16:39:50 +00:00
Dries Vints
d78142c4f6 Update app.php v3.3.0 2023-01-17 17:38:33 +01:00
Dries Vints
01512e00c9 Update composer.json (#1341) 2023-01-16 09:36:16 +01:00
Matt Johnson
3b2b7f62ab Fixes permission denied check when result starts with 'Permission denied' (#1343) 2023-01-13 15:31:45 -05:00
Dries Vints
85f2800cb2 Update tests.yml 2022-12-28 13:37:28 +01:00
Matt Stauffer
016aaf4920 Merge pull request #1325 from laravel/mes/ngrok-auth-token-command
Add set-ngrok-token command
2022-12-22 11:43:14 -05:00
StyleCI Bot
6824065a22 Apply fixes from StyleCI 2022-12-22 15:31:00 +00:00
Matt Stauffer
b200022041 Add set-ngrok-token command 2022-12-22 10:30:50 -05:00
StyleCI Bot
9ed585c92d Apply fixes from StyleCI 2022-12-22 05:07:44 +00:00
Matt Stauffer
0f91d88bc4 Clean up NullWriter references 2022-12-22 00:07:24 -05:00
StyleCI Bot
6fbe589304 Apply fixes from StyleCI 2022-12-21 23:43:48 +00:00
Matt Stauffer
72212fb7b6 Require passing a version number to isolate command 2022-12-21 18:43:37 -05:00
Matt Stauffer
6bd3cf660a Clean up helpers 2022-12-20 20:04:28 -05:00
mattstauffer
b2b0e1d592 Update CHANGELOG 2022-12-08 18:03:33 +00:00
Matt Stauffer
e67086d7e1 Bump version v3.2.2 2022-12-08 13:01:47 -05:00
Matt Stauffer
c9686709b4 Merge pull request #1315 from laravel/mes/legacy-drivers
Add legacy drivers for the remainder of v3
2022-12-08 13:00:53 -05:00
Matt Stauffer
1684068382 Refactor where legacy drivers are pulled in 2022-12-08 12:45:26 -05:00
Matt Stauffer
1bbe795190 Merge pull request #1317 from markjaquith/mes/legacy-drivers
Fix legacy driver alias implementation
2022-12-08 12:34:46 -05:00
Mark Jaquith
8589a6dc4f Fix capitalization in WordPress driver extension 2022-12-08 12:23:14 -05:00
Mark Jaquith
ba46c7aff1 Require legacy files when loading the server 2022-12-08 12:22:17 -05:00
Matt Stauffer
cd05ded9b5 Add legacy drivers for the remainder of v3 2022-12-07 16:10:48 -05:00
mattstauffer
e2607879ee Update CHANGELOG 2022-12-06 21:33:06 +00:00
Matt Stauffer
fb870548e8 Bump version v3.2.1 2022-12-06 16:29:28 -05:00
Matt Stauffer
35998a0f86 Move test file autoloading to autoload-dev 2022-12-06 16:29:02 -05:00
driesvints
9781bbf50b Update CHANGELOG 2022-12-06 16:32:52 +00:00
Dries Vints
2a8eefe767 version v3.2.0 2022-12-06 17:31:28 +01:00
Matt Stauffer
05150d50ad Drop references to defunct xip.io 2022-12-03 16:23:38 -05:00
Matt Stauffer
1ed1418369 Merge 2022-12-02 22:35:24 -05:00
Matt Stauffer
4276c30d26 Drop duplicated code 2022-12-02 22:35:04 -05:00
Matt Stauffer
b53b821b90 Increase possible matches for EventDispatcher 2022-12-02 22:34:14 -05:00
StyleCI Bot
1ac4843825 Apply fixes from StyleCI 2022-12-03 03:32:26 +00:00
Matt Stauffer
1da0103437 Merge branch 'master' of github.com:laravel/valet 2022-12-02 22:32:15 -05:00
Matt Stauffer
e247533a09 Handle old custom Valet drivers 2022-12-02 22:32:13 -05:00
StyleCI Bot
9f03a755f5 Apply fixes from StyleCI 2022-12-03 03:10:15 +00:00
Matt Stauffer
884c39d70b Test, and fix, ValetDriver 2022-12-02 22:10:04 -05:00
Matt Stauffer
ee68152c2f Add Matt Stauffer to authors list 2022-12-02 21:35:14 -05:00
Matt Stauffer
800a69bed4 Merge pull request #1310 from laravel/mes/test-drivers
Move all drivers to PSR autoload, and write tests for drivers
2022-12-02 21:27:32 -05:00
Matt Stauffer
6237763a46 Merge branch 'master' into mes/test-drivers 2022-12-02 21:16:30 -05:00
StyleCI Bot
e952fa59cb Apply fixes from StyleCI 2022-12-03 02:15:35 +00:00
Matt Stauffer
711e3dd2ba Move all drivers to PSR autoload, and write tests 2022-12-02 21:15:15 -05:00
StyleCI Bot
40d54b301c Apply fixes from StyleCI 2022-12-02 18:02:23 +00:00
Matt Stauffer
04b14cf9d1 Call writer() in lifecycle hook
Thanks to @dragoonis, we were able to simplify the calls to writer() down to a single lifecycle hook.

Co-Authored-By: Jacob Baker-Kretzmar <bakerkretzmar@users.noreply.github.com>
Co-Authored-By: Andy Newhouse <hi@andymnewhouse.me>
Co-Authored-By: Tony Messias <tonyzrp@gmail.com>
2022-12-02 13:02:14 -05:00
Dries Vints
a0e1e02a47 Test Valet commands (#1256)
* First attempt at testing CLI commands

* Apply fixes from StyleCI

* Protect from running locally

* Fix test

* wip

* wip

* wip

* wip

* wip

* Update app.php

* Create config folder and files for CLI tests

* Apply fixes from StyleCI

* Fix some formatting

* Fix imports

* Update all output() calls to use the writer passed in by the command

Ugly capture of all $outputs from commands, by passing them into `writer()` to be bound into the container, where they can then be pulled out from calls to `output()` and its buddies `info()`, `table()`, and `warning()`.

* Apply fixes from StyleCI

* Flesh out park command test

* Apply fixes from StyleCI

* Drop php 7.0 and 7.1

Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Matt Stauffer <matt@tighten.co>
2022-12-02 09:32:28 +01:00
Matt Stauffer
9216b9a87b Merge pull request #1079 from mattkingshott/patch-1
Prevent 502 errors when using AJAX
2022-12-01 20:37:48 -05:00
StyleCI Bot
e02b5f3025 Apply fixes from StyleCI 2022-12-02 01:32:31 +00:00
Matt Stauffer
b7d6bd4611 Merge branch 'master' of github.com:laravel/valet 2022-12-01 20:32:13 -05:00