forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 4
Refactor HandleConnection #1096
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
10-08-refactor_addandconnectnode
Choose a base branch
from
10-10-refactor_handleconnection
base: 10-08-refactor_addandconnectnode
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
Refactor HandleConnection #1096
camielvs
wants to merge
1
commit into
10-08-refactor_addandconnectnode
from
10-10-refactor_handleconnection
+597
−56
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
|
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. |
4ee4c6b to
77cb16f
Compare
c58662d to
88dd20d
Compare
0243d66 to
975e96d
Compare
5a9a17f to
2bd09d8
Compare
975e96d to
c1b04bc
Compare
2bd09d8 to
7ac151b
Compare
c1b04bc to
1b2c1df
Compare
7ac151b to
6dbda92
Compare
1b2c1df to
17fae45
Compare
abb9034 to
4527a03
Compare
87cb8a1 to
b38e5ec
Compare
4527a03 to
0d8df5f
Compare
0d8df5f to
669fa38
Compare
b38e5ec to
62a4dd8
Compare
62a4dd8 to
ad5f2be
Compare
58e539d to
443bb5b
Compare
9b406a7 to
f964219
Compare
cc62eb1 to
c596d45
Compare
5789306 to
f337b73
Compare
32dac7f to
616fff2
Compare
f337b73 to
0c80e6d
Compare
3 tasks
0c80e6d to
8829abe
Compare
2a075fd to
4bb4dca
Compare
b13e86e to
e210e0b
Compare
4bb4dca to
8b691b0
Compare
e210e0b to
7641e1b
Compare
8b691b0 to
6cfe339
Compare
7641e1b to
1fa53c2
Compare
6cfe339 to
174009d
Compare
This was referenced Oct 28, 2025
174009d to
ed65518
Compare
adc9360 to
b54b933
Compare
ed65518 to
c82efe1
Compare
c82efe1 to
b2503ef
Compare
b54b933 to
9eea6fc
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
Refactor the
HandleConnectionutility to follow more robust logic and more intuitive code flow. Function is now longer but logic flow is more stable.helps to clean up some of the mess in this function added in #1004
Also adds tests for the file.
No change to app functionality.
Related Issue and Pull requests
Closes https://github.com/Shopify/oasis-frontend/issues/329
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments