-
Notifications
You must be signed in to change notification settings - Fork 876
feat(coderd): add matched provisioner daemons information to more places #15688
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
16 commits
Select commit
Hold shift + click to select a range
ba944ab
feat(coderd/wsbuilder): return provisioners available at time of insert
johnstcn 4e51f20
feat(coderd): add matched provisioner daemons information to addition…
johnstcn 47036e8
fix linter complaint re nil ptr deref
johnstcn 16be03b
add test coverage for matched provisioners with workspace build creation
johnstcn 4304a06
skip for non-postgres
johnstcn 9ef68dd
add tests for workspace creation
johnstcn 38788d5
revert fe changes in this pr
johnstcn 1c95ffe
coderd/wsbuilder: use dbauthz.AsSystemReadProvisionerDaemons instead …
johnstcn 98521be
refactor: extract WarnMatchedProvisioners to cliutil
johnstcn e1423f5
fixup! refactor: extract WarnMatchedProvisioners to cliutil
johnstcn 517a505
feat(cli): add provisioner warning to create/start/stop commands
johnstcn c4295ef
Apply suggestions from code review
johnstcn c5fb83b
feat(coderd): add endpoint for matched provisioners of template versi…
johnstcn 3bd62fd
feat(cli): delete: warn on no matched provisioners
johnstcn 2f625bc
address linter complaint
johnstcn 848338e
add test for cli/delete
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
fix linter complaint re nil ptr deref
- Loading branch information
commit 47036e8a543550cde3fd74622a384fe1770f95b5
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.
self-review: linter complained about a possible nil ptr reference in pre-existing code.