- Notifications
You must be signed in to change notification settings - Fork1k
Commit4376586
authored
chore: add fields to codersdk.Task (#19619)
Closescoder/internal#949Adds the following fields to `codersdk.Task`- OwnerName- TemplateName- TemplateDisplayName- TemplateIcon- WorkspaceAgentID- WorkspaceAgentLifecycle- WorkspaceAgentHealthThe implementation is unfortunately not compatible with multiple agentsas we have no reliable way to tell which agent has the AI task runningin it. For now we just pick the first agent found, but in the futurethis will need to be changed.1 parentc095e9c commit4376586
File tree
4 files changed
+67
-22
lines changed- cli
- coderd
- codersdk
- site/src/api
4 files changed
+67
-22
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
| 191 | + | |
191 | 192 |
| |
192 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
193 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + | |
194 | 201 |
| |
195 | 202 |
| |
196 | 203 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
216 | 232 |
| |
217 | 233 |
| |
218 | 234 |
| |
| |||
222 | 238 |
| |
223 | 239 |
| |
224 | 240 |
| |
| 241 | + | |
225 | 242 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
237 | 261 |
| |
238 | 262 |
| |
239 | 263 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
102 | 109 |
| |
103 | 110 |
| |
104 | 111 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)