67a91e1211
👌 Fix warnings and update schemes
2023-02-11 20:48:14 +01:00
78e682688b
🏗 Improved version comparison
2023-02-05 17:18:09 +01:00
8fa270fd54
🏗 Allow self-updater to launch PHP Monitor
2023-02-01 19:22:20 +01:00
c609022c9b
✨ Add target and app for self-updater
2023-02-01 18:23:59 +01:00
8fcaa34cbb
🔧 Extra CLI mode (--cli)
2023-01-30 13:08:28 +01:00
89642de12e
✨ Add testable configuration for Valet-free env
2023-01-17 19:16:36 +01:00
a50eb04f3c
👌 Services now report error status
2023-01-08 11:50:01 +01:00
422a7738bd
👌 Add fake services system
2023-01-06 21:50:34 +01:00
291d20b2b3
🏗 WIP: Functional services list
2023-01-06 12:59:15 +01:00
3bcf52bf0a
🏗 WIP: Use objectWillChange.send()
2023-01-03 16:11:55 +01:00
de2c1aca5d
🏗 More SwiftUI experiments
2022-12-24 14:51:23 +01:00
44c1ea7de4
🏗 SwiftUI experiments
2022-12-23 19:20:04 +01:00
0fdd1264ed
👌 Await the outcome of cash conflict check
2022-12-19 17:30:56 +01:00
bc96b50630
✨ Add fake isolation interaction
2022-12-14 20:28:49 +01:00
d6554ceea9
✨ Add site isolation to ValetInteractor
2022-12-14 20:18:06 +01:00
912d9e7423
✨ Add FakeValetInteractor
2022-12-13 23:21:15 +01:00
1f165058b2
♻️ Rework interaction with Valet commands
2022-12-13 22:56:36 +01:00
bc739e1982
👌 Add feature test for InternalSwitcher
2022-11-07 20:42:52 +01:00
5caca85d7a
👌 Fake FS: ~ and intermediate directories
2022-11-01 16:47:45 +01:00
8417d637fe
👌 FileSystem changes, rework and testing
2022-11-01 13:47:16 +01:00
e8c85f93f9
👌 Change where scanners are initialized
2022-11-01 12:10:47 +01:00
4bfa98fc20
♻️ Refactor DispatchQueue
to new Task
API
2022-10-19 13:44:53 +02:00
1c0d9f6826
👌 Swift 6 compatibility
2022-10-18 23:41:46 +02:00
ea5dd3bc46
👌 Snake case for tests
2022-10-18 14:11:55 +02:00
5e3e0c087b
👌 Read configuration from JSON file
...
This allows us to alter the configuration prior to launching the app,
which allows for additional flexibility during testing.
2022-10-16 14:35:19 +02:00
cb3208c008
✅ Real UI test
2022-10-15 15:36:03 +02:00
d401fe997d
✅ Make UI test actually functional
2022-10-15 15:14:49 +02:00
eaf6ef658f
🚛 Moved tests around, added Feature, UI tests
2022-10-14 18:03:14 +02:00
d91e16d674
✅ Add test plan, fix unit tests
2022-10-14 17:10:58 +02:00
12a4efc775
👌 Improvements to BetterAlert, apply() configs
...
- MainActor fixes for BetterAlert
- Added `apply` for TestableConfiguration
2022-10-12 22:19:36 +02:00
6db5cdec25
🐛 Introduce SLOW SHELL and fix a few issues
2022-10-07 22:55:48 +02:00
883f5a1a5d
🔀 Merge branch 'dev/5.6' into dev/6.0
2022-09-10 21:46:17 +02:00
42b79d3cb3
🔧 Upgrade to Xcode 14
2022-09-10 21:44:17 +02:00
95729c5315
♻️ Single target, multiple configurations
2022-09-10 21:21:58 +02:00
6ddddc744a
🔧 Add target for PHP Monitor SE
2022-09-09 21:46:20 +02:00
2ee0934080
🔧 Make PHP Doctor optional (preference)
2022-08-13 23:16:10 +02:00
4e5b178e36
🏗 WIP: Tweaks to PHP Doctor
2022-08-12 20:50:27 +02:00
30059353fe
✨ New Features
...
* Differentiate between services running as root and current user
* Support for custom services (via config.json)
* Renamed "Restart All Services" to "Restart Valet Services"
* Use SwiftUI for Stats, Services and Header view
* Added Color extension for debugging (PAINT_PHPMON_SWIFTUI_VIEWS)
2022-06-11 23:18:36 +02:00
997fb27596
👌 Update copyright, verbose logging tweak
2022-05-07 18:43:36 +02:00
c171df0a93
✨ Add additional verbosity option ( #169 )
2022-05-07 13:32:45 +02:00
2cfc5731fb
👌 Re-enable debugger, site loading
2022-03-20 15:07:34 +01:00
083f8ebec8
✨ Add marketing mode
2022-03-19 15:15:03 +01:00
9a6975e3d9
♻️ Include HotKey source code
2022-03-18 18:21:55 +01:00
776c2095e6
🚛 Move files around
2022-02-07 17:38:44 +01:00
69042042ea
👌 Cleanup
2021-12-21 18:00:07 +01:00
acdcce7f7a
✨ Add scheme to support inter-app communication ( #59 )
2021-12-20 18:39:59 +01:00
1ca49f6cbc
♻️ Reorganise code for optimal code sharing, add phpmon-cli
...
- Moved over common functionality to package
- Added phpmon-cli target (for fast switching via the terminal)
2021-12-20 18:25:52 +01:00
37ede7e2a3
🚚 Moved files around
2021-02-14 22:54:38 +01:00
a194ecdebe
🔧 Updated build settings
2020-11-14 02:20:26 +01:00
70c04d4dc7
♻️ Cleanup
...
- Bump version number to 2.3
- Disable Metal validation in project configuration
- Added comments to various files to clarify code
- Moved various strings to Localizable.strings
- Removed references to old view controller for command log
- No longer log previously ran commands
2020-07-16 23:16:39 +02:00