-
Notifications
You must be signed in to change notification settings - Fork 878
feat!: extract provisioner tags from coder_workspace_tags data source #15578
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 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
944eb3a
feat: extract provisioner tags from coder_workspace_tags data source …
johnstcn 7bc2fc8
Merge remote-tracking branch 'origin/main' into cj/15087-extract-work…
johnstcn 4653638
add initial framework for API tests
johnstcn fc8ff56
Merge remote-tracking branch 'origin/main' into cj/15087-extract-work…
johnstcn 85c2c8f
update tests
johnstcn 2e9526b
drop warn log
johnstcn 01c8e99
var naming
johnstcn 5a53d86
adjust control flow in error case
johnstcn c1e321d
show warning in templates push
johnstcn ed534bd
bump test timeout
johnstcn 42f39a7
improve test coverage
johnstcn c6f33f7
fix tests
johnstcn b22e890
move to client-side checking for warnings
johnstcn a8a620f
make gen
johnstcn 8ec672c
address indentation
johnstcn 7b7aa40
use CacheDir for tfparse instead
johnstcn 80dc6c2
feat: add codersdk.MatchedProvisioners
johnstcn 5631577
update cli template push
johnstcn 58fae97
cleanup and error handling
johnstcn 90991bd
Apply suggestions from code review
johnstcn 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
address indentation
- Loading branch information
commit 8ec672c849110e17d87fc326a86c090759e8b1a8
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be an error? Silently replacing seems like a recipe for confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was debating that, but you've sold me. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might make this a follow-up, as the existing behaviour of
provisionersdk.MutateTags
is to overwriteprovisionersdk.TagOwner
https://github.com/coder/coder/pull/15518/files#diff-01b662bbd7ba1a97489f36a381633c882cc2126dab8fb9ede81d3cb9239dd035R36-R40