Steven Masley
aedc019b4e
feat: include template variables in dynamic parameter rendering ( #18819 )
...
Closes https://github.com/coder/coder/issues/18671
Template variables now loaded into dynamic parameters.
2025-07-21 13:02:31 -05:00
Steven Masley
1319ae293f
chore: support zip filetypes in the file cache ( #18750 )
2025-07-08 15:46:39 -06:00
Steven Masley
a099a8a25c
feat: use preview to compute workspace tags from terraform ( #18720 )
...
If using dynamic parameters, workspace tags are extracted using
`coder/preview`.
2025-07-03 14:35:44 -05:00
Steven Masley
4072d228c5
feat: support dynamic parameters on create template request ( #18636 )
...
Future work is to add this checkbox to the UI to opt into dynamic
parameters from the first template create.
2025-07-02 09:44:01 -05:00
Steven Masley
e396b06c25
feat: allow new immutable parameters for existing workspaces ( #18579 )
...
Closes https://github.com/coder/coder/issues/18578
2025-06-25 15:41:53 +00:00
Steven Masley
9b5d49967c
chore: refactor dynamic parameters into dedicated package ( #18420 )
...
This PR extracts dynamic parameter rendering logic from
coderd/parameters.go into a new coderd/dynamicparameters package. Partly
for organization and maintainability, but primarily to be reused in
`wsbuilder` to be leveraged as validation.
2025-06-20 13:00:39 -05:00