homebox/backend/internal/core/services
Hayden 2cbcc8bb1d
feat: WebSocket based implementation of server sent events for cache busting (#527)
* rough implementation of WS based event system for server side notifications of mutation

* fix test construction

* fix deadlock on event bus

* disable linter error

* add item mutation events

* remove old event bus code

* refactor event system to use composables

* refresh items table when new item is added

* fix create form errors

* cleanup unnecessary calls

* fix importer erorrs + limit fn calls on import
2023-08-02 13:00:57 -08:00
..
reporting feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
all.go feat: use notifiers on schedule (#362) 2023-03-21 11:32:48 -08:00
contexts.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
contexts_test.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
main_test.go feat: WebSocket based implementation of server sent events for cache busting (#527) 2023-08-02 13:00:57 -08:00
service_background.go feat: use notifiers on schedule (#362) 2023-03-21 11:32:48 -08:00
service_group.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
service_items.go fix: export child relationships (#385) 2023-04-01 15:10:27 -08:00
service_items_attachments.go feat: auth-roles, image-gallery, click-to-open (#166) 2022-12-03 10:55:00 -09:00
service_items_attachments_test.go chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
service_user.go fix: cookie-auth-issues (#365) 2023-03-22 21:52:25 -08:00
service_user_defaults.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00