Skip to content

feat: create a workspace from any template version #9471

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

Merged
merged 7 commits into from
Aug 31, 2023
Merged

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Aug 31, 2023

Backend support for #9415

  • Adds a TemplateVersionID field to CreateWorkspaceRequest, which is mutually exclusive with the existing TemplateID field.
  • If TemplateID is specified, nothing is changed. No breakages or funny business.
  • If TemplateVersionID is specified, we use that version, after making sure that it belongs to a template, and setting everything else up as normal
  • Tests!

@aslilac aslilac merged commit eded7a4 into main Aug 31, 2023
@aslilac aslilac deleted the any-template-version branch August 31, 2023 21:07
@github-actions github-actions bot locked and limited conversation to collaborators Aug 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants