Skip to content

feat: support dynamic parameters on create template request #18636

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 3 commits into from
Jul 2, 2025

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Jun 27, 2025

Future work is to add this checkbox to the UI to opt into dynamic parameters from the first template create.

Copy link
Member Author

Emyrk commented Jun 27, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Emyrk Emyrk marked this pull request as ready for review June 27, 2025 13:37
Comment on lines 204 to 208
// UseClassicParameterFlow allows optionally specifying whether
// the template should use the classic parameter flow. The default if unset is
// true, and is why `*bool` is used here. When dynamic parameters becomes
// the default, this will default to false.
UseClassicParameterFlow *bool `json:"template_use_classic_parameter_flow"`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The inverted logic is a bit annoying. When dynamic parameters becomes the stable and primary method, then the default is false. So this will make sense in 1 to 2 releases.

@Emyrk Emyrk force-pushed the stevenmasley/dynamic_on_first_request branch 2 times, most recently from 83e4418 to 9f6daa6 Compare June 27, 2025 15:12
@Emyrk Emyrk force-pushed the stevenmasley/dynamic_on_first_request branch from 9f6daa6 to 7fb96d9 Compare June 30, 2025 22:20
@Emyrk Emyrk requested a review from jaaydenh July 1, 2025 14:06
@Emyrk Emyrk merged commit 4072d22 into main Jul 2, 2025
44 checks passed
@Emyrk Emyrk deleted the stevenmasley/dynamic_on_first_request branch July 2, 2025 14:44
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2025
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