ComfyUI/app/assets
Matt Miller ba8ea12922 refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse
The keyset cursor codec was asset-namespaced (app/assets/services/cursor.py)
but the wire format and encode/decode logic are domain-agnostic. Move it to
utils/cursor.py so the jobs endpoint can share one codec instead of importing
across domains or duplicating it.
2026-06-09 21:16:24 -07:00
..
api refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse 2026-06-09 21:16:24 -07:00
database Merge branch 'master' into matt/be-944-core-cursor-based-pagination-for-get-apiassets 2026-06-09 21:07:47 -07:00
services refactor(pagination): hoist cursor codec to utils/ for cross-domain reuse 2026-06-09 21:16:24 -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 chore(assets): drop vestigial tags.tag_type column (#14248) 2026-06-09 21:07:10 -07:00
seeder.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00