- Notifications
You must be signed in to change notification settings - Fork1k
Commit2b922b1
authored
feat: Add provisionerd protobuf definitions (#83)
* feat: Add parameter and jobs database schemaThis modifies a prior migration which is typically forbidden,but because we're pre-production deployment I felt groupingwould be helpful to future contributors.This adds database functions that are required for the provisionerdaemon and job queue logic.* feat: Compute project build parametersAdds a projectparameter package to compute build-time projectvalues for a provided scope.This package will be used to return which variables are beingused for a build, and can visually indicate the hierarchy toa user.* Fix terraform provisioner* feat: Add provisionerd protobuf definitionsProvisionerd communicates with coderd over a multiplexedWebSocket serving dRPC. This adds a roughly accurate protocoldefinition.It shares definitions with "provisioner.proto" for simpleinterop with provisioners!1 parentb3c5bb3 commit2b922b1
File tree
10 files changed
+2079
-324
lines changed- peerbroker/proto
- provisionerd/proto
- provisionersdk/proto
10 files changed
+2079
-324
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 |
| |
8 | 13 |
| |
9 | 14 |
| |
| |||
38 | 43 |
| |
39 | 44 |
| |
40 | 45 |
| |
41 |
| - | |
| 46 | + | |
42 | 47 |
| |
43 | 48 |
| |
44 |
| - | |
45 | 49 |
| |
46 |
| - | |
| 50 | + | |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
51 |
| - | |
| 55 | + | |
52 | 56 |
| |
53 | 57 |
| |
54 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 |
| |
56 |
| - | |
| 68 | + | |
57 | 69 |
| |
58 | 70 |
| |
59 | 71 |
| |
60 | 72 |
| |
61 |
| - | |
| 73 | + | |
62 | 74 |
| |
63 | 75 |
| |
64 | 76 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)