You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Intent:
- Provide a public gateway endpoint for queue-scoped request listing.
- Keep request summaries updated from gateway and log-consumer write paths.
Changes:
- Add List request, response, sort enum, and generated gateway bindings.
- Implement ListController with validation, status filters, pagination tokens, and queue validation.
- Wire Land, Cancel, and log ingestion through PersistLog so summaries receive updates.
Test Plan:
✅ env GOCACHE=/private/tmp/codex-gocache go test ./api/submitqueue/gateway/protopb ./submitqueue/gateway/controller ./submitqueue/gateway/controller/log ./service/submitqueue/gateway/server
0 commit comments