Skip to content

feat(stovepipe): request history api - by request ID - #670

Merged
mnoah1 merged 3 commits into
mnoah1/stovepipe-history-read-modelfrom
mnoah1/stovepipe-history-by-id
Sep 9, 2026
Merged

feat(stovepipe): request history api - by request ID#670
mnoah1 merged 3 commits into
mnoah1/stovepipe-history-read-modelfrom
mnoah1/stovepipe-history-by-id

Conversation

@mnoah1

@mnoah1 mnoah1 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Intent:

  • Implement endpoint to return request history by request ID

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.

@mnoah1
mnoah1 force-pushed the mnoah1/stovepipe-history-by-id branch 2 times, most recently from a9ab6f0 to 8f53ed1 Compare September 3, 2026 00:39
@mnoah1 mnoah1 changed the title feat(stovepipe): read request history by ID feat(stovepipe): request history api - read request history by ID Sep 3, 2026
@mnoah1 mnoah1 changed the title feat(stovepipe): request history api - read request history by ID feat(stovepipe): request history api - by request ID Sep 3, 2026
@mnoah1
mnoah1 marked this pull request as ready for review September 3, 2026 01:04
@mnoah1
mnoah1 requested review from a team, behinddwalls and sbalabanov as code owners September 3, 2026 01:04
Comment thread stovepipe/controller/request_history.go Outdated
Comment thread stovepipe/controller/request_history.go Outdated
@mnoah1
mnoah1 force-pushed the mnoah1/stovepipe-history-by-id branch from 57591bf to af22d86 Compare September 9, 2026 15:52
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
mnoah1 force-pushed the mnoah1/stovepipe-history-by-id branch from af22d86 to 008bb89 Compare September 9, 2026 15:55
@mnoah1
mnoah1 added this pull request to the merge queue Sep 9, 2026
Merged via the queue into main with commit c00dc23 Sep 9, 2026
15 checks passed
@mnoah1
mnoah1 deployed to stack-rebase September 9, 2026 16:14 — with GitHub Actions Active
@behinddwalls
behinddwalls deleted the mnoah1/stovepipe-history-by-id branch September 9, 2026 16:14
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants