5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 15:22:40 +08:00
wails/v3/internal/assetserver
Fabio Massaioli e7c134de4e
[v3] Late service registration and error handling overhaul (#4066)
* Add service registration method

* Fix error handling and formatting in messageprocessor

* Add configurable error handling

* Improve error strings

* Fix service shutdown on macOS

* Add post shutdown hook

* Better fatal errors

* Add startup/shutdown sequence tests

* Improve debug messages

* Update JS runtime

* Update docs

* Update changelog

* Fix log message in clipboard message processor

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Remove panic in RegisterService

* Fix linux tests (hopefully)

* Fix error formatting everywhere

* Fix typo in windows webview

* Tidy example mods

* Set application name in tests

* Fix ubuntu test workflow

* Cleanup template test pipeline

* Fix dev build detection on Go 1.24

* Update template go.mod/sum to Go 1.24

* Remove redundant caching in template tests

* Final format string cleanup

* Fix wails3 tool references

* Fix legacy log calls

* Remove formatJS and simplify format strings

* Fix indirect import

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-19 09:27:41 +01:00
..
bundledassets [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
defaults Event cancellation for standard listeners. 2025-01-27 09:29:22 +11:00
webview [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
asset_fileserver.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
assetserver_darwin.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver_dev.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
assetserver_linux.go Bring linux up to date with dev changes 2024-01-21 21:24:30 +11:00
assetserver_production.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
assetserver_test.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
assetserver_webview.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
assetserver_windows.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
build_dev.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
build_production.go Fix build issue 2024-12-15 08:32:43 +11:00
bundled_assetserver.go Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
common.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
content_type_sniffer.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
fallback_response_writer.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
fs.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
middleware.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache_test.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache.go Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
options.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
ringqueue.go Move assetserver to internal 2023-08-14 08:31:55 +10:00