You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
feat: initial work on endpoints for creating/updating workspace config (#1107)
* feat: initial work on endpoints for creating/updating
* fix: return newly created `FullWorkspace` from POST /api/v1/workspaces
* formatting
* test: create workspace with config happy path
* 1 db per test
* test: basic happy path test for create/update workspace config
* fix failing test
* chore: fmt pass
* fix: internal server error when no config passed
* tidy up
* test: more integration tests
* chore: tidy ups
* chore: revert openapi changes
* lint fixes
* remove manual rollbacks, ensure re-raising all exceptions
0 commit comments