- Notifications
You must be signed in to change notification settings - Fork920
Commit591f5db
authored
feat: add has-ai-task filters to the /workspaces and /templates endpoints (#18387)
This PR allows filtering templates and workspaces with the `has-ai-task`filter as described in the [Coder TasksRFC](https://www.notion.so/coderhq/Coder-Tasks-207d579be5928053ab68c8d9a4b59eaa?source=copy_link#20ad579be59280e6a000eb0646d3c2df).1 parent56ff0fb commit591f5db
File tree
16 files changed
+431
-51
lines changed- coderd
- apidoc
- database
- dbmem
- queries
- rbac/regosql
- searchquery
- docs/reference/api
16 files changed
+431
-51
lines changedLines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 61 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1389 | 1389 |
| |
1390 | 1390 |
| |
1391 | 1391 |
| |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
1392 | 1403 |
| |
1393 | 1404 |
| |
1394 | 1405 |
| |
| |||
7898 | 7909 |
| |
7899 | 7910 |
| |
7900 | 7911 |
| |
7901 |
| - | |
7902 |
| - | |
7903 |
| - | |
7904 |
| - | |
7905 |
| - | |
7906 |
| - | |
7907 |
| - | |
7908 |
| - | |
| 7912 | + | |
7909 | 7913 |
| |
7910 | 7914 |
| |
7911 | 7915 |
| |
| |||
13233 | 13237 |
| |
13234 | 13238 |
| |
13235 | 13239 |
| |
| 13240 | + | |
| 13241 | + | |
| 13242 | + | |
| 13243 | + | |
| 13244 | + | |
| 13245 | + | |
| 13246 | + | |
| 13247 | + | |
| 13248 | + | |
| 13249 | + | |
| 13250 | + | |
| 13251 | + | |
13236 | 13252 |
| |
13237 | 13253 |
| |
13238 | 13254 |
| |
| |||
13562 | 13578 |
| |
13563 | 13579 |
| |
13564 | 13580 |
| |
| 13581 | + | |
| 13582 | + | |
| 13583 | + | |
| 13584 | + | |
| 13585 | + | |
| 13586 | + | |
| 13587 | + | |
| 13588 | + | |
| 13589 | + | |
| 13590 | + | |
| 13591 | + | |
| 13592 | + | |
| 13593 | + | |
| 13594 | + | |
| 13595 | + | |
| 13596 | + | |
| 13597 | + | |
| 13598 | + | |
| 13599 | + | |
| 13600 | + | |
| 13601 | + | |
| 13602 | + | |
| 13603 | + | |
| 13604 | + | |
| 13605 | + | |
| 13606 | + | |
| 13607 | + | |
| 13608 | + | |
| 13609 | + | |
| 13610 | + | |
| 13611 | + | |
| 13612 | + | |
| 13613 | + | |
| 13614 | + | |
| 13615 | + | |
| 13616 | + | |
| 13617 | + | |
13565 | 13618 |
| |
13566 | 13619 |
| |
13567 | 13620 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
| |||
264 | 265 |
| |
265 | 266 |
| |
266 | 267 |
| |
| 268 | + | |
267 | 269 |
| |
268 | 270 |
| |
269 | 271 |
| |
| |||
311 | 313 |
| |
312 | 314 |
| |
313 | 315 |
| |
| 316 | + | |
314 | 317 |
| |
315 | 318 |
| |
316 | 319 |
| |
|
Lines changed: 58 additions & 20 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)