feat(stovepipe): request history api - by request URI - #671
Open
mnoah1 wants to merge 2 commits into
Open
Conversation
This was referenced Sep 2, 2026
mnoah1
added a commit
that referenced
this pull request
Sep 3, 2026
Summary: Intent: - Make retained Stovepipe request history available through both published selectors. - Keep request-log presence authoritative without consulting operational request rows. Changes: - Wire the shared request-history controller into thin gRPC handlers. - Cover transport delegation and MySQL-backed history behavior for both selectors. - Document runnable grpcurl examples and retained-history discovery semantics. This PR builds on #671, which adds history lookup by URI. --- <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-history-by-uri
branch
from
September 3, 2026 00:37
581b353 to
81165b3
Compare
mnoah1
added a commit
that referenced
this pull request
Sep 3, 2026
Summary: Intent: - Make retained Stovepipe request history available through both published selectors. - Keep request-log presence authoritative without consulting operational request rows. Changes: - Wire the shared request-history controller into thin gRPC handlers. - Cover transport delegation and MySQL-backed history behavior for both selectors. - Document runnable grpcurl examples and retained-history discovery semantics. This PR builds on #671, which adds history lookup by URI. --- <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-history-by-uri
branch
from
September 3, 2026 00:39
81165b3 to
0303c73
Compare
Summary: Intent: - Support history lookup from an exact commit URI while preserving log-only authority. - Keep the plural response model ready for a future multi-attempt URI index. Changes: - Resolve the current URI mapping and load its retained request log. - Return one grouped history under the insert-once mapping contract. - Cover selector validation, missing history, infrastructure errors, and metric tags. This PR builds on #670, which adds request-ID history reads. --- <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
added a commit
that referenced
this pull request
Sep 3, 2026
Summary: Intent: - Make retained Stovepipe request history available through both published selectors. - Keep request-log presence authoritative without consulting operational request rows. Changes: - Wire the shared request-history controller into thin gRPC handlers. - Cover transport delegation and MySQL-backed history behavior for both selectors. - Document runnable grpcurl examples and retained-history discovery semantics. This PR builds on #671, which adds history lookup by URI. --- <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-history-by-uri
branch
from
September 3, 2026 00:48
0303c73 to
93f522b
Compare
mnoah1
marked this pull request as ready for review
September 3, 2026 01:04
mnoah1
requested review from
a team,
behinddwalls and
sbalabanov
as code owners
September 3, 2026 01:04
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:
Stack