[1/N Status & List APIs] docs: RFC for Status and List APIs#314
Open
albertywu wants to merge 1 commit into
Open
[1/N Status & List APIs] docs: RFC for Status and List APIs#314albertywu wants to merge 1 commit into
albertywu wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new SubmitQueue RFC that proposes gateway Status and List API contracts and the supporting gateway-owned, write-time materialized read model, plus links it from the RFC index.
Changes:
- Introduce RFC detailing
Status(sqid or change URI) andList(queue + admission-time range) proto contracts and semantics. - Define a gateway-owned projection/write flow using query-shaped tables (
request_summary,request_summary_by_queue,request_by_change_uri) and optimistic concurrency. - Add the new RFC to
doc/rfc/index.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| doc/rfc/submitqueue/status-list-api.md | New RFC specifying proposed API contracts and the gateway-owned read model + consistency semantics. |
| doc/rfc/index.md | Adds the new RFC to the index (and touches the surrounding list). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c578263 to
017d801
Compare
behinddwalls
reviewed
Jul 8, 2026
c14e380 to
12fd1a4
Compare
12fd1a4 to
da2056f
Compare
da2056f to
84e1d59
Compare
Summary: Add a SubmitQueue RFC defining gateway Status and List API contracts, query-shaped materialized read models, and consistency semantics. Test Plan: git diff --check Revert Plan: Revert this commit. API Changes: Proposal only. Documents a breaking Status response shape and a new List RPC. Monitoring and Alerts: N/A
84e1d59 to
593cda9
Compare
behinddwalls
approved these changes
Jul 8, 2026
This was referenced Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a SubmitQueue RFC defining gateway Status and List API contracts and general design principles.
Test Plan
✅
make fmt && make build && make test && make check-mocks && make e2e-testStack