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

1387 Commits

Author SHA1 Message Date
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
Matt Stauffer
fa073a4a50 Merge branch 'JoshuaBehrens-patch-1' 2022-12-01 20:32:06 -05:00
Matt Stauffer
ef151b076e Fix tests to prepend 'disable auto cleanup' env var 2022-12-01 20:31:49 -05:00
Matt Stauffer
5b3433e806 Merge branch 'patch-1' of https://github.com/JoshuaBehrens/valet into JoshuaBehrens-patch-1 2022-12-01 20:28:51 -05:00
Matt Stauffer
8246ee6319 Merge pull request #1238 from jjpmann/feature/custom-site-stubs
use getStub to allow custom stub files
2022-12-01 20:25:41 -05:00
StyleCI Bot
12c70c033d Apply fixes from StyleCI 2022-12-01 15:55:41 +00:00
Matt Stauffer
3ccbd0cfcc Merge pull request #514 from KorvinSzanto/patch-3
Set files path as a static path for concrete5 driver
2022-12-01 10:55:25 -05:00
Matt Stauffer
8fb9b8e738 Merge pull request #1305 from ashleyshenton/fix/retain-secure-proxies
fix: retain secure proxies
2022-11-30 22:08:02 -05:00
Matt Stauffer
11cb9ce61d Merge pull request #1297 from ErikDohmen/bugfix/1295-fix-tld-removal-only-if-at-end
When formatting provided site name, only remove .tld if it's at the end
2022-11-30 22:04:46 -05:00
Ashley Shenton
566729b603 fix: check for the secure proxy stub when resecuring with a fresh config 2022-11-29 13:27:58 +00:00
Dries Vints
3e5f16fee5 Create issues.yml 2022-11-23 10:10:05 +01:00
driesvints
8632acc7fe Update CHANGELOG 2022-11-15 17:23:50 +00:00
Dries Vints
f03a3a158b Update valet.php v3.1.13 2022-11-15 18:23:04 +01:00
Erik | Sobit
3dbecab9dd added missing ) 2022-11-11 09:42:06 +01:00
Erik Dohmen
753f2db745 Update cli/Valet/Site.php
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com>
2022-11-11 09:37:38 +01:00
Matt Stauffer
3f91526427 Merge pull request #1289 from EHLOVader/fix-bedrockvaletdriver
Fix bedrockvaletdriver
2022-11-10 13:34:22 -05:00
Erik | Sobit
2d429c353d solution for only remove the tld if it is at the end of the site name
o check if tld is at the end of the site name and if so remove it
o added corresponding test
2022-11-02 11:53:04 +01:00
Dries Vints
fbde8c54fa Update tests.yml 2022-11-01 16:11:51 +01:00
driesvints
0dd0adc3a2 Update CHANGELOG 2022-10-25 16:41:32 +00:00
Dries Vints
a937836d81 Update valet.php v3.1.12 2022-10-25 18:40:07 +02:00
Evan Goss
b8483172e1 Add description to secured command (#1288) 2022-10-24 14:42:07 +02:00
NasirNobin
305736bd76 Valet fetch-share-url issue fix (#1285)
* valet fetch-share-url issue fix

* StyleCI patch
2022-10-24 14:41:39 +02:00
ehlovader
979f70bd0b 👕 Fix linter checks on formatting 2022-10-23 00:37:39 -04:00
Joseph Richardson
d54ac3206b port over additional header information from other drivers 2022-10-23 00:14:30 -04:00
ehlovader
7f0bdb737b 🔀 resolve merge conflicts fromrebase 2022-10-23 00:13:00 -04:00
driesvints
d57b71306a Update CHANGELOG 2022-09-08 11:53:09 +00:00
Dries Vints
6f1e4d421b Update valet.php v3.1.11 2022-09-08 13:42:09 +02:00
Dries Vints
e7a6bb719b Update tests.yml 2022-09-08 13:40:56 +02:00
Dries Vints
313f4aa281 Rename update-changelog.md to update-changelog.yml 2022-09-08 13:40:21 +02:00
Dries Vints
63d833ec8a Create update-changelog.md v3.1.10 2022-09-08 13:39:21 +02:00
Dries Vints
32a9d4d492 Create CHANGELOG.md 2022-09-08 13:38:28 +02:00
Dries Vints
d0d42acff7 PHP 8.2 support (#1279)
* PHP 8.2 support

* wip

* Apply fixes from StyleCI

* wip

* wip

* wip

* Update tests.yml

Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-09-08 13:37:17 +02:00
Dries Vints
bc56e30185 Update valet.php v3.1.9 2022-07-18 17:23:52 +02:00
Jerry Price
e668e77f3d Merge branch 'master' into feature/custom-site-stubs 2022-07-08 09:21:51 -04:00
Dries Vints
3a243c65c3 Create pull-requests.yml 2022-06-08 11:55:01 +02:00
Dries Vints
cdd742bb9b Update valet.php 2022-05-26 14:19:18 +02:00
Dries Vints
0208251cee Revert ngrok arm binary (#1258) v3.1.8 2022-05-26 14:18:06 +02:00
Dries Vints
7846f6042b Update 1_Bug_report.md (#1255) 2022-05-24 17:25:30 +02:00
Matt Stauffer
99740a7dc6 Bump version v3.1.7 2022-05-22 09:44:07 -04:00
Matt Stauffer
8d9f7f830d Merge pull request #1253 from laravel/mes/lowercase-matching-ngrok
Update Ngrok (valet share) to lowercase domains before matching
2022-05-22 09:43:26 -04:00
Matt Stauffer
e69d448245 Update Ngrok (valet share) to lowercase domains before matching 2022-05-18 11:47:30 -04:00
Taylor Otwell
b084a8dfdd wip 2022-04-18 14:44:05 -05:00