forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Cleanup PipelineDetails #1468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Cleanup PipelineDetails #1468
Conversation
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
Collaborator
Author
ceb7ba3 to
53746fd
Compare
f1fefa5 to
17c6996
Compare
53746fd to
f97eef2
Compare
17c6996 to
748d25b
Compare
4 tasks
f97eef2 to
484ef28
Compare
748d25b to
4f787bc
Compare
4f787bc to
ef11837
Compare
7fdce0e to
07681e8
Compare
ef11837 to
04c9d4b
Compare
07681e8 to
f00aef0
Compare
04c9d4b to
ce43d7d
Compare
f00aef0 to
4d24ab8
Compare
9aa4c6d to
cfd1925
Compare
4d24ab8 to
0c4463a
Compare
This was referenced Dec 5, 2025
0c4463a to
9bbe550
Compare
98efbba to
b61217a
Compare
8d60661 to
f368fb8
Compare
4926ca2 to
d8a9ef8
Compare
8d6e5bd to
9f12c4f
Compare
d8a9ef8 to
c70298d
Compare
9f12c4f to
5257308
Compare
c70298d to
6a78b72
Compare
morgan-wowk
approved these changes
Dec 17, 2025
morgan-wowk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
6a78b72 to
fadfee9
Compare
5257308 to
5231971
Compare
fadfee9 to
ac114e5
Compare
2a594fc to
8633795
Compare
ac114e5 to
ee9d94e
Compare
8633795 to
a14d94e
Compare
ee9d94e to
ff73971
Compare
maxy-shpfy
approved these changes
Dec 18, 2025
a14d94e to
1bdd5d3
Compare
ff73971 to
e5c8c47
Compare
540b3d3 to
2d25276
Compare
e5c8c47 to
78723bb
Compare
2d25276 to
41e0814
Compare
78723bb to
31883ac
Compare
31883ac to
316385c
Compare
Collaborator
Author
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
Move PipelineDetails onto UI Primitives and ContextPanel Blocks for closer visual consistency with TaskDetails.
As part of this, files were moved to a new
Contextfolder.Additionally, a new
PipelineIOcomponent was added, which is very similar to the existingArtifactsListbut slightly different in how it handles data (and uses new Block components). As such, for this PR only theArtifactsListandPipelineIOcomponents live side-by-side in the directory. One is consumed by PipelineDetails, the other by RunDetails.ArtifactsListis then removed completely when RunDetails is migrated and cleaned up in the next PR. Most of the visual aspects ofArtifactsListare included inPipelineIO.A note on Duplicate Efforts:
There was no intent to create a duplicate artifact/IO list.
PipelineIOwas created beforeArtifactsListcame into being and when I compared the two to see the similarities I decided to adopt the UI ofArtifactsListinto the functionality/structure ofPipelineIO.This PR also fixes some text overflow bugs in the artifact list.
Related Issue and Pull requests
https://github.com/Shopify/oasis-frontend/issues/401
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
No change to app functionality. UI update only. Confirm that the interface works and shows info as expected.
Additional Comments