forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 4
Fix Node Replacement Issues on IO Rename #1083
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
Draft
camielvs
wants to merge
1
commit into
09-29-implement_node_manager
Choose a base branch
from
10-08-fix_node_replacement_issues_on_io_rename
base: 09-29-implement_node_manager
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Fix Node Replacement Issues on IO Rename #1083
camielvs
wants to merge
1
commit into
09-29-implement_node_manager
from
10-08-fix_node_replacement_issues_on_io_rename
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 Oct 8, 2025
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. |
b6be3d3 to
81c1c02
Compare
cb246d1 to
10b7c60
Compare
This was referenced Oct 8, 2025
81c1c02 to
f7b4701
Compare
10b7c60 to
55e80d8
Compare
f7b4701 to
6f7964f
Compare
55e80d8 to
0dea688
Compare
This was referenced Oct 9, 2025
6f7964f to
ed6dac3
Compare
d39d198 to
f2ff89f
Compare
8b1c325 to
cdf173e
Compare
f2ff89f to
45e9d85
Compare
cdf173e to
f6ee2d9
Compare
45e9d85 to
7e42fa6
Compare
f6ee2d9 to
b62b77d
Compare
7e42fa6 to
5b6b0d0
Compare
b62b77d to
d1ad079
Compare
2fa3659 to
f7f0199
Compare
d1ad079 to
ba7a488
Compare
2d86930 to
b6c0b7d
Compare
3afa0a3 to
6e7153a
Compare
b6c0b7d to
f4b579c
Compare
0c17c58 to
80fe92b
Compare
f4b579c to
4190130
Compare
80fe92b to
4ebe9af
Compare
4190130 to
292963c
Compare
4ebe9af to
a771300
Compare
292963c to
76acaa5
Compare
3 tasks
a771300 to
b0d1e49
Compare
76acaa5 to
349bbc8
Compare
b0d1e49 to
2cb7d00
Compare
349bbc8 to
28a303a
Compare
2cb7d00 to
8e578be
Compare
3abfd3a to
cddf9de
Compare
9818be3 to
705d37e
Compare
cddf9de to
4ba5633
Compare
This was referenced Oct 28, 2025
705d37e to
856c31c
Compare
4ba5633 to
0bd4ecc
Compare
856c31c to
d672fba
Compare
0bd4ecc to
4601f48
Compare
4601f48 to
7a8cb63
Compare
d672fba to
a8814d2
Compare
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
Follow-up to #846
This PR fixes the issue we were having with renamed IO nodes creating a replacement node in ReactFlow and thus causing issues with persistent state (e.g. selection & highlighting). This PR replaces the workaround
useNodeSelectionTransferlogic with a simple migration via the new Node manager.Related Issue and Pull requests
Closes https://github.com/Shopify/oasis-frontend/issues/296
Closes https://github.com/Shopify/oasis-frontend/issues/263
Closes https://github.com/Shopify/oasis-frontend/issues/331
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments