feat: run comparison - compare page, run selection & routing - #2603
Draft
camielvs wants to merge 1 commit into
Draft
feat: run comparison - compare page, run selection & routing#2603camielvs wants to merge 1 commit into
camielvs wants to merge 1 commit into
Conversation
This was referenced Jul 30, 2026
🎩 PreviewA preview build has been created at: |
This was referenced Jul 30, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
July 30, 2026 23:22
e34d81d to
22f985a
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
2 times, most recently
from
July 31, 2026 00:24
091c054 to
8d790d4
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
2 times, most recently
from
July 31, 2026 01:05
a1c4ec9 to
69226d7
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
July 31, 2026 01:05
8d790d4 to
357bd26
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
July 31, 2026 01:36
69226d7 to
cf080ba
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
July 31, 2026 01:36
357bd26 to
89ec2e4
Compare
4 tasks
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.

Description
Final PR in the Compare Runs stack — this is the one that turns all the previous pieces into a usable feature.
/compare) that ties everything together: a header with both runs (labelled A/B, swap, share-link and close), the run metadata bar, and the Structured / YAML / Graph tabs./comparewithout both runs chosen, it shows a run picker for the missing side (and guards against comparing a run with itself).compare-runsbeta flag — the route redirects away and the entry points stay hidden when it's off.Also moves the shared
buildTaskExecutionStatusMaphelper intoutils/executionStatus(used by both the run view and the comparison).Related Issue and Pull requests
Final PR in the Compare Runs stack. Builds on #2602 (#2596 → #2603).
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
?a=…&b=…) loads the same comparison; picking the same run twice is blocked./compareredirects to the run list.buildTaskExecutionStatusMapmove).Additional Comments