-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(ds-host): refactor appspace status events and add SSE events
- AppspaceStatus now evaluates status for all appspaces instead of just "tracked" ones - AppspaceStatus.Track() renamed to Get() - Add OwnerID field to AppspaceStatus Event - AppspaceStatusEvent is now based on generic events - AppspaceStatusEvents subscribe to all or owner, no longer appspace ID - Add status to appspace getters for ds-host frontend data - Add /events/ path to subscribe to Server Sent Events - Send AppspaceStatusEvents via SSE channel - adapt ds-host frontend to use SSE data to keep appspaces data up to date. - Fix typo in AppURLDataEvents
- Loading branch information
1 parent
9585ea7
commit 84b5dc8
Showing
24 changed files
with
296 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.