feat: run comparison - compare page, run selection & routing - #2603
Open
camielvs wants to merge 1 commit into
Open
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
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 14, 2026 18:17
89ec2e4 to
a65446a
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
August 14, 2026 18:17
cf080ba to
e6b562b
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 14, 2026 19:07
a65446a to
adf468d
Compare
camielvs
force-pushed
the
cmp-07-graph-diff-view
branch
from
August 14, 2026 19:07
e6b562b to
659f92c
Compare
camielvs
changed the base branch from
cmp-07-graph-diff-view
to
graphite-base/2603
August 14, 2026 21:01
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 14, 2026 21:01
adf468d to
c5a8ffa
Compare
camielvs
force-pushed
the
graphite-base/2603
branch
from
August 14, 2026 21:01
659f92c to
5c839e1
Compare
3 tasks
camielvs
force-pushed
the
cmp-08-run-picker
branch
from
August 14, 2026 23:47
5c839e1 to
006504f
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 14, 2026 23:47
c5a8ffa to
4e67563
Compare
camielvs
commented
Aug 17, 2026
camielvs
commented
Aug 17, 2026
camielvs
commented
Aug 17, 2026
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 17, 2026 20:01
4e67563 to
8b1ccc6
Compare
camielvs
force-pushed
the
cmp-08-run-picker
branch
2 times, most recently
from
August 17, 2026 23:03
ec51b4c to
98fa398
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 17, 2026 23:03
8b1ccc6 to
35b4714
Compare
8 tasks
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 18, 2026 00:44
35b4714 to
d2f4d3d
Compare
camielvs
force-pushed
the
cmp-08-run-picker
branch
from
August 18, 2026 00:44
98fa398 to
a2685c2
Compare
camielvs
force-pushed
the
cmp-08-compare-page-and-wiring
branch
from
August 18, 2026 00:56
d2f4d3d to
eb80245
Compare
camielvs
force-pushed
the
cmp-08-run-picker
branch
from
August 18, 2026 00:56
a2685c2 to
6f70ada
Compare
camielvs
marked this pull request as ready for review
August 18, 2026 01:20
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