- Notifications
You must be signed in to change notification settings - Fork905
Commit8ea956f
authored
feat: add app status tracking to the backend (#17163)
This does ~95% of the backend work required to integrate the AI work.Most left to integrate from the tasks branch is just frontend, whichwill be a lot smaller I believe.The real difference between this branch and that one is the abstraction-- this now attaches statuses to apps, and returns the latest statusreported as part of a workspace.This change enables us to have a similar UX to in the tasks branch, butfor agents other than Claude Code as well. Any app can report statusnow.1 parent489641d commit8ea956f
File tree
35 files changed
+1668
-69
lines changed- cli/testdata
- coderd
- apidoc
- database
- db2sdk
- dbauthz
- dbmem
- dbmetrics
- dbmock
- migrations
- testdata/fixtures
- queries
- wspubsub
- codersdk
- agentsdk
- docs/reference/api
- site/src
- api
- testHelpers
35 files changed
+1668
-69
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
|
Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 | 1230 |
| |
| 1231 | + | |
1231 | 1232 |
| |
1232 | 1233 |
| |
1233 | 1234 |
| |
|
Lines changed: 29 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
| |||
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
501 | 506 |
| |
502 | 507 |
| |
| 508 | + | |
503 | 509 |
| |
504 | 510 |
| |
505 | 511 |
| |
| |||
516 | 522 |
| |
517 | 523 |
| |
518 | 524 |
| |
519 |
| - | |
520 |
| - | |
521 |
| - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
522 | 529 |
| |
523 | 530 |
| |
524 | 531 |
| |
525 | 532 |
| |
526 | 533 |
| |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
527 | 552 |
| |
528 | 553 |
| |
529 | 554 |
| |
|
0 commit comments
Comments
(0)