feat(stovepipe): Add target project mapper - #738
Draft
prathshenoy wants to merge 2 commits into
Draft
prathshenoy wants to merge 2 commits into
prathshenoy wants to merge 2 commits into
Conversation
**What**: - Record named project outcomes alongside final repository validation results. - Let deployments without project attribution continue recording only repository results. **Why**: - Enable consumers to query durable project failures when an integration supplies attribution.
**What**: - Define batched target-to-project mappings at an exact repository revision. - Preserve each target's relationship to its affected projects. **Why**: - Let integrations attribute validation targets without coupling Stovepipe to a build system. - Support batched failure attribution and future validation coverage analysis.
prathshenoy
changed the base branch from
main
to
codem-476-record-project-results
September 22, 2026 19:50
prathshenoy
force-pushed
the
codem-476-record-project-results
branch
6 times, most recently
from
September 24, 2026 20:33
b5f9051 to
3d3290b
Compare
Collaborator
|
This PR could not be automatically rebased after its base PR was merged. The rebase hit conflicts that need manual resolution. To fix manually: git fetch origin
git checkout codem-528-target-project-mapping
git rebase --onto origin/main 3d3290b3057bf6ab73e2988d6407f5c9a27f7e86 codem-528-target-project-mapping
# resolve conflicts, then:
git push --force-with-leaseThen update this PR's base branch: gh pr edit 738 --base main |
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
What:
Why:
Test Plan
Issues