Skip to content

chore: refactor dynamic parameters into dedicated package #18420

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 24 commits into from
Jun 20, 2025
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
spelling
  • Loading branch information
Emyrk committed Jun 20, 2025
commit 21b24d2f1ce90fe87707490a9c9b715dff9fb596
2 changes: 1 addition & 1 deletion coderd/dynamicparameters/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (r *Loader) dynamicRenderer(ctx context.Context, db database.Store, cache *
close: func() {
// Up to 2 files are cached, and must be released when rendering is complete.
// TODO: Might be smart to always call release when the context is
// cancelled.
// canceled.
templateFS.Close()
if moduleFilesFS != nil {
moduleFilesFS.Close()
Expand Down
Loading