feat(stovepipe): request history api - by request ID - #670
Merged
mnoah1 merged 3 commits intoSep 9, 2026
Conversation
This was referenced Sep 2, 2026
mnoah1
force-pushed
the
mnoah1/stovepipe-history-by-id
branch
2 times, most recently
from
September 3, 2026 00:39
a9ab6f0 to
8f53ed1
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
sbalabanov
approved these changes
Sep 4, 2026
mnoah1
force-pushed
the
mnoah1/stovepipe-history-by-id
branch
from
September 9, 2026 15:52
57591bf to
af22d86
Compare
Summary: Intent: - Serve retained history by request ID without consulting operational request data. - Preserve domain-level invalid and missing-history classifications for future transports. Changes: - Add the request-history controller and bounded selector validation. - Read only the queue-scoped request log and preserve context metric tags. - Cover successful, invalid, missing, and infrastructure outcomes. This PR builds on #669, which defines the retained-history read model. --- <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-id
branch
from
September 9, 2026 15:55
af22d86 to
008bb89
Compare
mnoah1
added a commit
that referenced
this pull request
Sep 9, 2026
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>
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: