Conversation
mnoah1
marked this pull request as ready for review
September 21, 2026 15:58
mnoah1
requested review from
a team,
behinddwalls and
sbalabanov
as code owners
September 21, 2026 15:58
mnoah1
enabled auto-merge
September 21, 2026 15:58
mnoah1
disabled the stack merge
September 21, 2026 17:10
mnoah1
added this pull request to stack #734
September 21, 2026 17:10
mnoah1
force-pushed
the
mnoah1/stovepipe-request-summary-storage
branch
from
September 21, 2026 17:12
f369b77 to
4290ad3
Compare
Summary: Intent: - Provide a durable read model for status APIs without exposing the operational request store. - Keep the storage contract backend-neutral and versioned for optimistic concurrency. Changes: - Add the request-summary entity and storage contract. - Implement request-summary persistence in MySQL with unit and integration coverage. - Expose the summary store through queue-scoped storage and generated mocks. Test Plan: - `./tool/bazel test //stovepipe/entity/... //stovepipe/extension/storage/...` - `make lint` - `make check-tidy` - `make check-gazelle` - `make check-mocks` Revert Plan: - Revert this PR; no materializer or public reader depends on the additive storage contract yet. Issues: None — no ticket is associated with this branch. --- <sub>Generated by the 🪄 [pr-create](https://sg.uberinternal.com/code.uber.internal/uber-code/devexp-agent-marketplace/-/blob/claude-code/plugins/dev/uber-dev/skills/pr-create/SKILL.md) skill in devexp-agent-marketplace</sub>
mnoah1
force-pushed
the
mnoah1/stovepipe-request-summary-storage
branch
from
September 21, 2026 17:35
4290ad3 to
7389ffd
Compare
This branch has not been deployed
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
Intent:
Changes:
Test Plan
./tool/bazel test //stovepipe/entity/... //stovepipe/extension/storage/...make lintmake check-tidymake check-gazellemake check-mocksRevert Plan
Issues: None — no ticket is associated with this branch.
Issues
Stack