- Notifications
You must be signed in to change notification settings - Fork914
Commit97474bb
authored
feat: support devcontainer agents in ui and unify backend (#18332)
This commit consolidates two container endpoints on the backend and improves thefrontend devcontainer support by showing names and displaying apps asappropriate.With this change, the frontend now has knowledge of the subagent and we can alsodisplay things like port forwards.The frontend was updated to show dev container labels on the border as well assubagent connection status. The recreation flow was also adjusted a bit to showplaceholder app icons when relevant.Support for apps was also added, although these are still WIP on the backend.And the port forwarding utility was added in since the sub agents now providethe necessary info.Fixescoder/internal#6661 parentcda9208 commit97474bb
File tree
22 files changed
+1261
-662
lines changed- agent/agentcontainers
- coderd
- apidoc
- codersdk
- docs/reference/api
- site/src
- api
- modules/resources
- AgentApps
- SSHButton
- VSCodeDevContainerButton
- pages/WorkspacePage
- testHelpers
22 files changed
+1261
-662
lines changedLines changed: 189 additions & 167 deletions
Large diffs are not rendered by default.
Lines changed: 112 additions & 68 deletions
Large diffs are not rendered by default.
Lines changed: 57 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 57 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1403 | 1403 |
| |
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 |
| - | |
1407 |
| - | |
1408 |
| - | |
1409 |
| - | |
1410 |
| - | |
1411 |
| - | |
1412 |
| - | |
1413 |
| - | |
1414 |
| - | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
1415 | 1413 |
| |
1416 | 1414 |
| |
1417 | 1415 |
| |
|
Lines changed: 11 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 | 396 |
| |
403 | 397 |
| |
404 | 398 |
| |
| |||
422 | 416 |
| |
423 | 417 |
| |
424 | 418 |
| |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
425 | 428 |
| |
426 | 429 |
| |
427 | 430 |
| |
| |||
450 | 453 |
| |
451 | 454 |
| |
452 | 455 |
| |
453 |
| - | |
454 |
| - | |
455 |
| - | |
456 |
| - | |
457 |
| - | |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 | 456 |
| |
462 | 457 |
| |
463 | 458 |
| |
| |||
486 | 481 |
| |
487 | 482 |
| |
488 | 483 |
| |
| 484 | + | |
| 485 | + | |
489 | 486 |
| |
490 | 487 |
| |
491 | 488 |
| |
|
Lines changed: 39 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)