-
Notifications
You must be signed in to change notification settings - Fork 954
feat: make dynamic parameters opt-in by default for new templates #19006
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
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
532218e
feat: make dynamic parameters opt-in by default for new templates
jaaydenh 2ec5806
fix: format
jaaydenh b933efe
fix: fix stories
jaaydenh 7144f4f
chore: update warning content
jaaydenh 170c5c6
chore: cleanup
jaaydenh 9bbd2b2
flip golden default value
Emyrk f25a9f8
chore: echo provisioner reponses to include terraform to match
Emyrk b10945c
fixup! chore: echo provisioner reponses to include terraform to match
Emyrk 67dc627
fixup! fixup! chore: echo provisioner reponses to include terraform t…
Emyrk 9eeb11b
fix: use classic parameter flow for MockWorkspace
jaaydenh 7aa393c
sane defaultS
Emyrk 238df67
sane defaultS
Emyrk ee116fb
fixup! sane defaultS
Emyrk d6a2262
fixup! fixup! sane defaultS
Emyrk cf8deb0
restart and ephemeral parameters resolved
Emyrk fc7b5d7
fixup! restart and ephemeral parameters resolved
Emyrk adce52e
add todo to fix this later
Emyrk a2358bf
fix: fix storybook tests
jaaydenh 273411a
add todo to fix this later
Emyrk 0501cff
add todo to fix this later
Emyrk b7064c0
default orphaned template versions to dynamic params
Emyrk fdbf0eb
add migration to make data schema consistent
Emyrk 326d2bf
fixup! add migration to make data schema consistent
Emyrk 83e643d
make fmt
Emyrk ccb76a4
fixup tag tests
Emyrk c4f4fe5
parameters require names
Emyrk 95f53fd
fix(e2e): disable dynamic parameters for updateWorkspace tests
blink-so[bot] 9ba0b67
fix: use classic parameters for workspace tests
jaaydenh 5cd3e0b
fix: fix e2e tests
jaaydenh 53b9ec6
fix: fix format
jaaydenh 8fb0043
fix form type
Emyrk f88a934
fix test race
Emyrk 1aad58e
test fixes
Emyrk 5f1320c
formatting
Emyrk 9c4aa40
remove unused file
Emyrk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
coderd/database/migrations/000352_default_dynamic_templates.down.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE templates ALTER COLUMN use_classic_parameter_flow SET DEFAULT true; |
1 change: 1 addition & 0 deletions
1
coderd/database/migrations/000352_default_dynamic_templates.up.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE templates ALTER COLUMN use_classic_parameter_flow SET DEFAULT false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.