- Notifications
You must be signed in to change notification settings - Fork1k
Commit979687c
authored
chore(codersdk): deprecate WorkspaceAppStatus.{NeedsUserAttention,Icon} (#17358)
#17163 introduced the`workspace_app_statuses` table. Two of these fields(`needs_user_attention`, `icon`) turned out to be surplus torequirements.- Removes columns `needs_user_attention` and `icon` from`workspace_app_statuses`- Marks the corresponding fields of `codersdk.WorkspaceAppStatus` asdeprecated.1 parent95f03c5 commit979687c
File tree
21 files changed
+119
-129
lines changed- coderd
- apidoc
- database
- db2sdk
- dbmem
- migrations
- queries
- codersdk
- agentsdk
- toolsdk
- docs/reference/api
- site/src
- api
- testHelpers
21 files changed
+119
-129
lines changedSome 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.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 |
| - | |
541 |
| - | |
542 |
| - | |
543 |
| - | |
544 |
| - | |
545 |
| - | |
546 |
| - | |
547 |
| - | |
548 |
| - | |
549 |
| - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
550 | 548 |
| |
551 | 549 |
| |
552 | 550 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9764 | 9764 |
| |
9765 | 9765 |
| |
9766 | 9766 |
| |
9767 |
| - | |
9768 |
| - | |
9769 |
| - | |
9770 |
| - | |
9771 |
| - | |
9772 |
| - | |
9773 |
| - | |
9774 |
| - | |
9775 |
| - | |
9776 |
| - | |
| 9767 | + | |
| 9768 | + | |
| 9769 | + | |
| 9770 | + | |
| 9771 | + | |
| 9772 | + | |
| 9773 | + | |
| 9774 | + | |
9777 | 9775 |
| |
9778 | 9776 |
| |
9779 | 9777 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
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.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
|
0 commit comments
Comments
(0)