forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 4
Groundwork for Id Conversions #1090
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-19-stricter_typing_on_nodes
Choose a base branch
from
10-08-add_input_id_and_output_id_conversions
base: 09-19-stricter_typing_on_nodes
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
Groundwork for Id Conversions #1090
camielvs
wants to merge
1
commit into
09-19-stricter_typing_on_nodes
from
10-08-add_input_id_and_output_id_conversions
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 9, 2025
Draft
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. |
This was referenced Oct 9, 2025
3fe87e1 to
bdff2a9
Compare
55ced2b to
b74736e
Compare
bdff2a9 to
316f21f
Compare
b74736e to
ca27f1c
Compare
b79305a to
d30303e
Compare
d30303e to
00014f2
Compare
df64fb9 to
be0ad85
Compare
434fc29 to
392ebb1
Compare
0f36376 to
beb93c2
Compare
392ebb1 to
9b4de42
Compare
beb93c2 to
03655d9
Compare
9b4de42 to
fbab826
Compare
03655d9 to
3c13bdc
Compare
fbab826 to
95162d3
Compare
3c13bdc to
5559d1d
Compare
3 tasks
5559d1d to
0d31b48
Compare
95162d3 to
7d73c7d
Compare
Mbeaulne
approved these changes
Oct 23, 2025
7d73c7d to
44c3648
Compare
6298203 to
bd771a1
Compare
44c3648 to
b69aa27
Compare
bd771a1 to
f745e06
Compare
b69aa27 to
68e7ba2
Compare
68e7ba2 to
de75893
Compare
b7a76f2 to
ad7c169
Compare
de75893 to
8b5a1d0
Compare
8b5a1d0 to
c5ed11d
Compare
ad7c169 to
5d57dc5
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
Lays the groundwork for transitioning to the node manager by fixing up some terminology.
No change to app functionality.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
This PR just renames a bunch of internal variables so there isn't much to test. A general smoke test of the app to see that you can create and edit pipelines and components as per normal should suffice.
Additional Comments