- Notifications
You must be signed in to change notification settings - Fork929
feat: Add external provisioner daemons#4935
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
48fcf30
Start to port over provisioner daemons PR
kylecarbs1497980
Merge branch 'main' into provisionerdaemons
kylecarbs3022f7b
Move to Enterprise
kylecarbs59b842b
Merge branch 'main' into provisionerdaemons
kylecarbs3f0738e
Begin adding tests for external registration
kylecarbs0d29eaf
Move provisioner daemons query to enterprise
kylecarbs3033c58
Move around provisioner daemons schema
kylecarbs4326816
Add tags to provisioner daemons
kylecarbsb1ce65b
make gen
kylecarbse97287f
Add user local provisioner daemons
kylecarbs5255b13
Add provisioner daemons
kylecarbscf1221b
Add feature for external daemons
kylecarbs7dda3a2
Add command to start a provisioner daemon
kylecarbs200e652
Add provisioner tags to template push and create
kylecarbs29f6f49
Merge branch 'main' into provisionerdaemons
kylecarbsac853f1
Rename migration files
kylecarbs4b965f4
Merge branch 'main' into provisionerdaemons
kylecarbsd218655
Fix tests
kylecarbsb21004f
Fix entitlements test
kylecarbsea94e1b
PR comments
kylecarbs2ea0c9f
Merge branch 'main' into provisionerdaemons
kylecarbse9b8e2d
Update migration
kylecarbsd1f31f8
Fix FE types
kylecarbsFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.vscode/settings.json
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 |
---|---|---|
@@ -17,6 +17,7 @@ | ||
"codersdk", | ||
"cronstrue", | ||
"databasefake", | ||
"dbtype", | ||
"DERP", | ||
"derphttp", | ||
"derpmap", | ||
4 changes: 2 additions & 2 deletionscli/deployment/config.go
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
2 changes: 1 addition & 1 deletioncli/gitaskpass.go
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
2 changes: 1 addition & 1 deletioncli/gitssh.go
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
4 changes: 2 additions & 2 deletionscli/server.go
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
2 changes: 1 addition & 1 deletioncli/signal_unix.go
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 |
---|---|---|
@@ -7,7 +7,7 @@ import ( | ||
"syscall" | ||
) | ||
varInterruptSignals = []os.Signal{ | ||
os.Interrupt, | ||
syscall.SIGTERM, | ||
syscall.SIGHUP, | ||
2 changes: 1 addition & 1 deletioncli/signal_windows.go
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 |
---|---|---|
@@ -6,4 +6,4 @@ import ( | ||
"os" | ||
) | ||
varInterruptSignals = []os.Signal{os.Interrupt} |
40 changes: 31 additions & 9 deletionscli/templatecreate.go
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
17 changes: 12 additions & 5 deletionscli/templatepush.go
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
1 change: 1 addition & 0 deletionscoderd/autobuild/executor/lifecycle_executor.go
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
98 changes: 84 additions & 14 deletionscoderd/coderd.go
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
16 changes: 0 additions & 16 deletionscoderd/coderdtest/authorize.go
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.
Uh oh!
There was an error while loading.Please reload this page.
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.