-
Notifications
You must be signed in to change notification settings - Fork 5
feat: copy submit run arguments from recent run #1622
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
feat: copy submit run arguments from recent run #1622
Conversation
10479d0 to
a5d0cd3
Compare
b99e8dd to
94305c9
Compare
a5d0cd3 to
6f6daa8
Compare
src/components/shared/Submitters/Oasis/components/SubmitTaskArgumentsDialog.tsx
Outdated
Show resolved
Hide resolved
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.
Is it worth giving a notification or message when using arguments from a recent run if the inputs have changed on that pipeline?
6f6daa8 to
685d821
Compare
94305c9 to
3414ae9
Compare
|
@camielvs I applied highlight animation to changed values |
|
nice |
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.
Two observations on the new highlight feature:
Left side of highlighting is cut off
And the highlight seems to appear even if I select a different run and the value is the still same
685d821 to
6da60a1
Compare
|
@camielvs I fixed visuals, and the bug when highlighting was appearing on re-opening the dialog. But I can't reproduce behavior where the same value is highlighted. |
6da60a1 to
73d1e7e
Compare
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.
LGTM as discussed
3414ae9 to
8040212
Compare
73d1e7e to
fc1f770
Compare
8040212 to
422cc17
Compare
fc1f770 to
54cfa8a
Compare
a045528 to
314711f
Compare
54cfa8a to
dc61db2
Compare
dc61db2 to
003c33e
Compare
314711f to
87e686e
Compare
003c33e to
c97f936
Compare
Merge activity
|



Description
Closes https://github.com/Shopify/oasis-frontend/issues/420
Added a "Copy from recent run" feature to the Submit Task Arguments Dialog, allowing users to reuse arguments from previous pipeline runs. This enhances the workflow by making it easier to replicate successful runs without manually re-entering parameters.
The implementation includes:
Type of Change
Checklist
Test Instructions
Screen Recording 2026-01-12 at 6.09.34 PM.mov (uploaded via Graphite)