[2/N] feat(gateway): persist request receipts on Land#341
Merged
Conversation
This was referenced Jul 13, 2026
albertywu
marked this pull request as ready for review
July 13, 2026 23:13
albertywu
requested review from
a team,
behinddwalls and
sbalabanov
as code owners
July 13, 2026 23:13
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 02:51
5062492 to
7ba92e7
Compare
albertywu
force-pushed
the
wua/request-read-model-storage
branch
from
July 15, 2026 02:51
53a2a80 to
47fa703
Compare
albertywu
marked this pull request as draft
July 15, 2026 02:52
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 04:06
7ba92e7 to
309f8db
Compare
albertywu
force-pushed
the
wua/request-read-model-storage
branch
from
July 15, 2026 04:06
47fa703 to
fe18d68
Compare
albertywu
marked this pull request as ready for review
July 15, 2026 04:14
albertywu
force-pushed
the
wua/request-read-model-storage
branch
from
July 15, 2026 04:31
fe18d68 to
d6ef3d1
Compare
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 04:31
309f8db to
0ed37a4
Compare
albertywu
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 17:19
0ed37a4 to
aa5f513
Compare
albertywu
force-pushed
the
wua/request-read-model-storage
branch
from
July 15, 2026 17:19
d6ef3d1 to
4493a5d
Compare
behinddwalls
approved these changes
Jul 15, 2026
Create authoritative request summaries, exact change URI mappings, and queue receipt projections before publishing accepted Land requests. Validation: make fmt && make build && make test && make e2e-test
behinddwalls
force-pushed
the
wua/request-receipt-admission
branch
from
July 15, 2026 21:10
aa5f513 to
9d7da03
Compare
behinddwalls
changed the base branch from
wua/request-read-model-storage
to
main
July 15, 2026 21:10
albertywu
enabled auto-merge
July 15, 2026 21:10
roychying
pushed a commit
to roychying/submitqueue
that referenced
this pull request
Jul 15, 2026
## Summary Add storage contracts, MySQL implementations, generated mocks, and integration coverage for request summaries, queue projections, and change URI mappings. ## Test Plan ✅ `make fmt && make build && make test && make e2e-test` ## Issues ## Stack 1. @ uber#340 1. uber#341 1. uber#342 1. uber#343 1. uber#344 1. uber#345 1. uber#346
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
Create authoritative request summaries, exact change URI mappings, and queue receipt projections before publishing accepted Land requests.
Test Plan
✅
make fmt && make build && make test && make e2e-testIssues
Stack