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 85
feat: initial work on endpoints for creating/updating workspace config #1107
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7cd8ec5
feat: initial work on endpoints for creating/updating
alex-mcgovern b0141ab
Merge branch 'main' of github.com:stacklok/codegate into feat/configu…
alex-mcgovern 57ec255
fix: return newly created `FullWorkspace` from POST /api/v1/workspaces
alex-mcgovern cd83f56
formatting
alex-mcgovern efbfa64
test: create workspace with config happy path
alex-mcgovern 7e91e5e
Merge branch 'main' of github.com:stacklok/codegate into feat/configu…
alex-mcgovern 358f7e5
Merge branch 'main' of github.com:stacklok/codegate into feat/configu…
alex-mcgovern af7251d
1 db per test
alex-mcgovern b87c276
test: basic happy path test for create/update workspace config
alex-mcgovern 033e16b
Merge branch 'main' of github.com:stacklok/codegate into feat/configu…
alex-mcgovern 37f7e78
fix failing test
alex-mcgovern 56cc0de
chore: fmt pass
alex-mcgovern 1a69daf
fix: internal server error when no config passed
alex-mcgovern 7de81b5
tidy up
alex-mcgovern 36a9551
test: more integration tests
alex-mcgovern 2a50d9f
chore: tidy ups
alex-mcgovern 76bb197
Merge branch 'main' of github.com:stacklok/codegate into feat/configu…
alex-mcgovern 3b4787d
chore: revert openapi changes
alex-mcgovern d329538
lint fixes
alex-mcgovern bb4f838
Merge branch 'main' into feat/configure-workspace-endpoint
alex-mcgovern e5eb6b4
remove manual rollbacks, ensure re-raising all exceptions
alex-mcgovern 7bcab23
Merge branch 'main' of github.com:stacklok/codegate into feat/configu…
alex-mcgovern baa7aa6
Merge branch 'main' into feat/configure-workspace-endpoint
alex-mcgovern File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2030,4 +2030,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.