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

8 Commits

Author SHA1 Message Date
Matt Stauffer
866bc7e259 Skip printed warnings when parsing JSON from Homebrew 2023-02-22 23:39:56 -05:00
Matt Stauffer
d80182b464 Add Pint locally and run it 2023-02-13 15:40:49 -05:00
Matt Stauffer
f23e1456bb Check whether services are running as the correct user in valet status (#1348) 2023-01-22 21:56:06 -05:00
StyleCI Bot
d89649bfe6 Apply fixes from StyleCI 2023-01-11 16:38:08 +00:00
Matt Stauffer
4c10d906f7 Add debug instructions to valet status, expand "valet installed" status check 2023-01-11 11:37:47 -05:00
Matt Stauffer
9a04590abf Tweak status output and install output 2023-01-11 10:33:25 -05:00
Matt Stauffer
4c2c4a1238 Drop unnecessary doc blocks (#1339)
* Drop unnecessary doc blocks

* Apply fixes from StyleCI

Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-01-11 09:14:39 -05:00
Matt Stauffer
0c57391eed Add status command (#1329)
* Build the foundation of a status command

* Apply fixes from StyleCI

* Wip testing status command

* Apply fixes from StyleCI

* Fix status test

* Apply fixes from StyleCI

* Fix race condition in creating test config file

* Apply fixes from StyleCI

* Reset container for each test

* Differentiate response code based on success or failure of status command

* Apply fixes from StyleCI

* Add the ability to test if a Brew service is running

* Apply fixes from StyleCI

* Check for more services running in status command

* Apply fixes from StyleCI

* Test Status

* Apply fixes from StyleCI

* Drop Yoast from base application test case

Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-01-05 16:40:27 -05:00