forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Abstracts artifacts list #1481
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
Abstracts artifacts list #1481
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
This was referenced Dec 5, 2025
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
8e09035 to
d5fc138
Compare
0fa7317 to
9e3cb25
Compare
d5fc138 to
4b4bf4c
Compare
9e3cb25 to
5c08509
Compare
4b4bf4c to
20cb3bc
Compare
98090bc to
53b5562
Compare
20cb3bc to
921cf8a
Compare
f57e566 to
3a42be6
Compare
Mbeaulne
commented
Dec 5, 2025
921cf8a to
044bf4c
Compare
3a42be6 to
1c2dbbd
Compare
044bf4c to
2d1c29d
Compare
1c2dbbd to
d536aa2
Compare
2d1c29d to
062519d
Compare
d536aa2 to
af1ece0
Compare
camielvs
reviewed
Dec 5, 2025
camielvs
approved these changes
Dec 5, 2025
Collaborator
camielvs
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.
This overlaps with the work I've done in #1468 but generally seems good. We can merge this in and then I will adapt what I have to see what the differences are.
af1ece0 to
554bf84
Compare
062519d to
55c2bc6
Compare
554bf84 to
0f80e24
Compare
55c2bc6 to
ec2d7b7
Compare
0f80e24 to
64b1c54
Compare
ec2d7b7 to
e370733
Compare
64b1c54 to
fd7d491
Compare
e370733 to
11c3d4b
Compare
fd7d491 to
79d5e3e
Compare
7205755 to
5fd9355
Compare
79d5e3e to
86ec640
Compare
5fd9355 to
0c5937a
Compare
86ec640 to
4d8f0ba
Compare
4d8f0ba to
e34cd62
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
Created a reusable
ArtifactsListcomponent to standardize the display of pipeline inputs and outputs across the application. This component provides a consistent UI for showing artifact details with optional actions like copying values and editing.Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The new component improves code maintainability by eliminating duplicate markup and standardizing the artifact display pattern across different parts of the application.