Skip to content

feat(site): Ask for version name and if it is active when publishing a new version on editor #6756

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 8 commits into from
Mar 27, 2023
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into bq/ask-template-version-name
  • Loading branch information
BrunoQuaresma committed Mar 24, 2023
commit 5195c8337621f996a65a70b04c309c059487871a
1 change: 0 additions & 1 deletion site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ export const MockWorkspace: TypesGen.Workspace = {
ttl_ms: 2 * 60 * 60 * 1000,
latest_build: MockWorkspaceBuild,
last_used_at: "2022-05-16T15:29:10.302441433Z",
organization_id: MockOrganization.id,
}

export const MockStoppedWorkspace: TypesGen.Workspace = {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.