ComfyUI/app/assets
Matt Miller cdc61706c6 fix(assets): tighten job_ids — array schema, max_length, narrow except
From cursor-reviews on the parent commit:

- OpenAPI: declare job_ids as `type: array, items: string format: uuid`
  with `style: form, explode: true` so it matches the documented
  contract (and matches sibling include_tags/exclude_tags shape).
  Description now states both accepted shapes explicitly.
- Schema: cap `job_ids` at 500 entries (max_length on the Pydantic
  field) so a client can't splice an unbounded list into the IN clauses.
- Schema: drop `AttributeError` from the except — `raw` only contains
  `str` items by construction, so `uuid.UUID(<str>)` raises `ValueError`
  exclusively; the second clause was dead code.
2026-05-19 19:48:54 -07:00
..
api fix(assets): tighten job_ids — array schema, max_length, narrow except 2026-05-19 19:48:54 -07:00
database feat(assets): add job_ids filter to GET /api/assets 2026-05-19 19:02:11 -07:00
services feat(assets): add job_ids filter to GET /api/assets 2026-05-19 19:02:11 -07:00
helpers.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
scanner.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
seeder.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00