This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Initial CRUD API for workspaces #620
Merged
Merged
Conversation
This file contains hidden or 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
a180108 to
2cf1dda
Compare
lukehinds
reviewed
Jan 17, 2025
lukehinds
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should also have the dashboard APIs under api (can be done in a different PR).
Do you think we should introduce api version handling while we have the opportunity and set this as api/v1 ?
aponcedeleonch
previously approved these changes
Jan 17, 2025
aponcedeleonch
previously approved these changes
Jan 17, 2025
b73e08e to
a668d57
Compare
Contributor
Author
I'm already doing this, we actually have See: Versioning APIs is a best practice which I like to follow 😄 |
This adds a simple and unimplemented REST API for workspaces. Workspaces will be the base for all other resources in terms of REST resource mapping, so these go first. These are initially left entirely unimplemented as stacklok#600 needs to merge Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
aponcedeleonch
approved these changes
Jan 17, 2025
JAORMX
added a commit
to JAORMX/codegate
that referenced
this pull request
Jan 17, 2025
stacklok#633 accidentally deleted some functions that were introduced by stacklok#620 This re-introduces them. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
JAORMX
added a commit
that referenced
this pull request
Jan 17, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a simple and unimplemented REST API for workspaces. Workspaces
will be the base for all other resources in terms of REST resource
mapping, so these go first.
These are initially left entirely unimplemented as
#600 needs to merge
Signed-off-by: Juan Antonio Osorio ozz@stacklok.com