-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ws): update JSON payload for listing workspaces (#134)
* fix(ws): update JSON payload for listing workspaces Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): fix workspaceKind type to POD_TEMPLATE Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): ensure podMetadata labels/annotations are not null Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): fetch and use WorkspaceKind for determining home mount paths Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): fix Volumes.Home values and tests Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): fix PodConfig desired value Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * chore: remove lint warnings by cleaning up comments and formatting Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): refactor workspace model creation to include WorkspaceKind Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> * fix(ws): Move NewWorkspaceModelFromWorkspace from models to repositories Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com> --------- Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
- Loading branch information
1 parent
6fe7716
commit d06762d
Showing
3 changed files
with
244 additions
and
98 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.