8000 feat: archive template versions to hide them from the ui by Emyrk · Pull Request #10179 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: archive template versions to hide them from the ui #10179

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 17 commits into from
Oct 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Linting
  • Loading branch information
Emyrk committed Oct 10, 2023
commit 49b509b127227d4f1e2755ea8a0751b664567f59
1 change: 0 additions & 1 deletion coderd/database/querier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ func TestArchiveVersions(t *testing.T) {
require.NoError(t, err)
db := database.New(sqlDB)
ctx := context.Background()
var _ = ctx

org := dbgen.Organization(t, db, database.Organization{})
user := dbgen.User(t, db, database.User{})
Expand Down
0