- Notifications
You must be signed in to change notification settings - Fork925
Commit886dcbe
authored
chore: refactor coordination (#15343)
Refactors the way clients of the Tailnet API (clients of the API, which include both workspace "agents" and "clients") interact with the API. Introduces the idea of abstract "controllers" for each of the RPCs in the API, and implements a Coordination controller by refactoring from `workspacesdk`.chore re:#147291 parent765314c commit886dcbe
File tree
9 files changed
+658
-578
lines changed- agent
- agenttest
- codersdk/workspacesdk
- tailnet
- test/integration
9 files changed
+658
-578
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1352 | 1352 |
| |
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 |
| - | |
| 1355 | + | |
| 1356 | + | |
1356 | 1357 |
| |
1357 | 1358 |
| |
1358 | 1359 |
| |
| |||
1364 | 1365 |
| |
1365 | 1366 |
| |
1366 | 1367 |
| |
1367 |
| - | |
| 1368 | + | |
1368 | 1369 |
| |
1369 | 1370 |
| |
1370 | 1371 |
| |
|
Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1918 | 1918 |
| |
1919 | 1919 |
| |
1920 | 1920 |
| |
1921 |
| - | |
1922 |
| - | |
1923 |
| - | |
1924 |
| - | |
| 1921 | + | |
| 1922 | + | |
1925 | 1923 |
| |
1926 | 1924 |
| |
1927 | 1925 |
| |
| |||
2409 | 2407 |
| |
2410 | 2408 |
| |
2411 | 2409 |
| |
2412 |
| - | |
2413 |
| - | |
2414 |
| - | |
2415 |
| - | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
2416 | 2413 |
| |
2417 | 2414 |
| |
2418 | 2415 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 | 74 |
| |
76 | 75 |
| |
77 | 76 |
| |
| |||
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
85 |
| - | |
86 | 84 |
| |
87 | 85 |
| |
88 | 86 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
| |||
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
| 116 | + | |
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
| |||
272 | 274 |
| |
273 | 275 |
| |
274 | 276 |
| |
275 |
| - | |
| 277 | + | |
276 | 278 |
| |
277 | 279 |
| |
278 | 280 |
| |
| |||
281 | 283 |
| |
282 | 284 |
| |
283 | 285 |
| |
284 |
| - | |
| 286 | + | |
285 | 287 |
| |
286 | 288 |
| |
287 | 289 |
| |
|
0 commit comments
Comments
(0)