- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit04ba875
committed
feat: add failed workspaces list to invalidate response
Add detailed error tracking to InvalidatePrebuildsResponse:- Invalidated: list of successfully invalidated workspace names- Failed: list of workspaces that failed with error messages- Count: number of successful invalidationsResponse structure:{ "count": 2, "invalidated": ["workspace-1", "workspace-2"], "failed": [ {"workspace_name": "workspace-3", "error": "error message"} ]}1 parent4e6ad18 commit04ba875
2 files changed
+25
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
1210 | | - | |
1211 | | - | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
1212 | 1213 | | |
1213 | 1214 | | |
1214 | 1215 | | |
1215 | 1216 | | |
1216 | 1217 | | |
1217 | 1218 | | |
| 1219 | + | |
1218 | 1220 | | |
1219 | 1221 | | |
1220 | 1222 | | |
| |||
1245 | 1247 | | |
1246 | 1248 | | |
1247 | 1249 | | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
1248 | 1254 | | |
1249 | 1255 | | |
1250 | 1256 | | |
| |||
1254 | 1260 | | |
1255 | 1261 | | |
1256 | 1262 | | |
1257 | | - | |
| 1263 | + | |
1258 | 1264 | | |
1259 | 1265 | | |
1260 | 1266 | | |
1261 | | - | |
1262 | | - | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
1263 | 1270 | | |
1264 | 1271 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | | - | |
516 | | - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
517 | 527 | | |
518 | 528 | | |
519 | 529 | | |
| |||
0 commit comments
Comments
(0)