feat: run comparison - artifact comparison - #2599
Draft
camielvs wants to merge 1 commit into
Draft
Conversation
3 tasks
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. |
3 tasks
🎩 PreviewA preview build has been created at: |
This was referenced Jul 30, 2026
camielvs
force-pushed
the
cmp-03-diff-ui-primitives
branch
from
July 30, 2026 23:22
18500a7 to
4370669
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
July 30, 2026 23:22
bbd75eb to
6d71a83
Compare
camielvs
force-pushed
the
cmp-03-diff-ui-primitives
branch
from
July 31, 2026 00:24
4370669 to
cb9779a
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
July 31, 2026 00:24
6d71a83 to
1b84110
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
July 31, 2026 01:36
1b84110 to
378e505
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
Fourth PR in the Compare Runs stack. Adds artifact comparison — the ability to see how a task's output artifacts differ between the two runs.
For each output artifact it shows whether it was added, removed, changed or unchanged. Small inline values are shown directly side by side; larger artifacts show their type and size, with a Compare button that opens a full-screen dialog previewing both runs' versions next to each other (reusing the existing artifact preview components). Artifacts that are too large or can't be previewed are handled gracefully.
Not wired into a page yet — the later task diff view consumes this.
Related Issue and Pull requests
Part of the Compare Runs stack. Builds on #2598; the next PR (#2600) builds on this branch.
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Reachable once the stack is wired up (#2603).
Additional Comments