-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve session state reliability
- Instead of a str, the API returns a fixed set of available states. This makes handling in other application and the frontend easier. - A separate attribute "preparation_state" is returned, indicating the status of the session preparation. - Sessions no longer spawn deployments, Pods are directly created instead. This avoids unwanted restarts of containers. - The `app` label on workloads has been replaced with `capellacollab/session-id` - The logs are no longer considered for the session state.
- Loading branch information
1 parent
b6f1bf2
commit d0a71b1
Showing
27 changed files
with
718 additions
and
565 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
Oops, something went wrong.