Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial work on endpoints for creating/updating workspace config #1107

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

alex-mcgovern
Copy link
Contributor

@alex-mcgovern alex-mcgovern commented Feb 19, 2025

Related to #1067

  • Modifies the existing POST /workspaces
    • it exclusively handles workspace creation — the ability to rename via this endpoint is removed
    • it can handle custom instructions & muxes configuration as part of the same request
  • Adds a PUT /workspaces/:workspace_name
    • this is how you rename a workspace now
    • this can also handle updating custom instructions & muxes configuration

Has a companion PR for the dashboard to handle the breaking changes: stacklok/codegate-ui#349

ToDo:

  • GET /workspaces/:workspace_name or maybe (/workspaces/:workspace_name/config, I'm not sure yet) to get the configuration for a workspace

@alex-mcgovern alex-mcgovern changed the title feat: initial work on endpoints for creating/updating feat: initial work on endpoints for creating/updating workspace config Feb 19, 2025
@alex-mcgovern alex-mcgovern marked this pull request as ready for review February 21, 2025 16:38
@alex-mcgovern alex-mcgovern marked this pull request as draft February 21, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant