docs(stovepipe): propose request history API - #634
Merged
mnoah1 merged 1 commit intoSep 1, 2026
Conversation
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
3 times, most recently
from
August 26, 2026 17:33
77acc2c to
c811781
Compare
mnoah1
marked this pull request as ready for review
August 26, 2026 17:35
mnoah1
requested review from
a team,
behinddwalls and
sbalabanov
as code owners
August 26, 2026 17:35
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
from
August 26, 2026 17:36
c811781 to
3eec207
Compare
This was referenced Aug 26, 2026
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
from
August 31, 2026 16:28
3eec207 to
a992335
Compare
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
2 times, most recently
from
August 31, 2026 17:19
3b773c2 to
18228bd
Compare
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
2 times, most recently
from
August 31, 2026 22:38
aee0f33 to
c327e9b
Compare
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
from
August 31, 2026 22:52
c327e9b to
9b7d685
Compare
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
from
August 31, 2026 23:03
9b7d685 to
10007b7
Compare
behinddwalls
approved these changes
Sep 1, 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
Intent:
Changes:
HistoryEventvalues directly from request-ID lookup.RequestHistoryvalues from URI lookup; each contains only the request ID and ordered events, while the current mapping yields one and the contract can represent future retained attempts.RequestLogrecords and explain why Stovepipe does not need SubmitQueue separate history materialization.This PR builds on the request-log RFC in #633.
Test Plan
./tool/bazel test //api/stovepipe/... //service/stovepipe/... //stovepipe/...make lint check-tidy check-gazelleRevert Plan
Revert this documentation-only PR; #633 remains independently reviewable.
Jira Issues
None.