Commit d06762d
authored
fix(ws): update JSON payload for listing workspaces (#134)
* fix(ws): update JSON payload for listing workspaces
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): fix workspaceKind type to POD_TEMPLATE
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): ensure podMetadata labels/annotations are not null
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): fetch and use WorkspaceKind for determining home mount paths
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): fix Volumes.Home values and tests
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): fix PodConfig desired value
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* chore: remove lint warnings by cleaning up comments and formatting
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): refactor workspace model creation to include WorkspaceKind
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
* fix(ws): Move NewWorkspaceModelFromWorkspace from models to repositories
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>
---------
Signed-off-by: mohamedch7 <121046693+mohamedch7@users.noreply.github.com>1 parent 6fe7716 commit d06762d
File tree
3 files changed
+244
-98
lines changed- workspaces/backend
- api
- internal
- models
- repositories
3 files changed
+244
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | | - | |
206 | | - | |
207 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
208 | 211 | | |
209 | 212 | | |
210 | 213 | | |
| |||
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
258 | 264 | | |
259 | | - | |
260 | | - | |
| 265 | + | |
| 266 | + | |
261 | 267 | | |
262 | 268 | | |
263 | 269 | | |
| |||
379 | 385 | | |
380 | 386 | | |
381 | 387 | | |
382 | | - | |
383 | | - | |
384 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
385 | 394 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
395 | 431 | | |
396 | 432 | | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
402 | 442 | | |
403 | 443 | | |
404 | 444 | | |
| |||
461 | 501 | | |
462 | 502 | | |
463 | 503 | | |
464 | | - | |
465 | | - | |
| 504 | + | |
466 | 505 | | |
467 | 506 | | |
468 | 507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
21 | 46 | | |
22 | | - | |
23 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
24 | 52 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
39 | 80 | | |
40 | 81 | | |
41 | 82 | | |
42 | 83 | | |
43 | 84 | | |
44 | 85 | | |
45 | 86 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| |||
0 commit comments