-
Notifications
You must be signed in to change notification settings - Fork 929
do not merge: WIP provisionerd #84
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
Closed
Closed
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
48527f7
feat: Add parameter and jobs database schema
kylecarbs c7c7388
feat: Compute project build parameters
kylecarbs ace6248
Fix terraform provisioner
kylecarbs 2bd0c42
feat: Add provisionerd protobuf definitions
kylecarbs d878c13
feat: Add provisionerd service
kylecarbs 1e8c421
Improve provisioner testing
kylecarbs bc8c0e0
Add support for completing a job
kylecarbs 5d16f2a
Use fork of terraform-exec for JSON output
kylecarbs ce4a9fb
Add logging to provision jobs
kylecarbs f2fcc25
Merge branch 'main' into provisionerservice
kylecarbs 666529e
Fix linting
kylecarbs ab7fbec
Rename variables
kylecarbs 342a9de
Merge branch 'main' into provisionerservice
kylecarbs c79653e
Add new query functions for storing project history logs
kylecarbs 1f4dfc7
Add queries for workspace logs
kylecarbs ba3ce57
add workspace and project history parameters
kylecarbs c01860d
Update protobufs for logs
kylecarbs c440af4
Log streaming
kylecarbs b495991
Refactor provisionerd tests to disconnect from coderd
kylecarbs 73bc4e6
Merge branch 'main' into provisionerservice
kylecarbs 82a5750
Merge branch 'main' into provisionerservice
kylecarbs 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
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.
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.
At very first glance, I thought this was an endpoint the browser would listen to for updates over a socket - but after reading the PR, I realized this is for the
provisionerd
process to establish a socket connection withcoderd
.It might be helpful to have a comment to this effect, like:
// Endpoint that facilitates connection with running `provisionerd` processes
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.
Do you think we should change the endpoint? I genuinely wasn't sure what to call this!