forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Provide Node Manager #1081
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-add_node_manager
Choose a base branch
from
10-07-provide_node_manager
base: 09-19-add_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
Provide Node Manager #1081
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 7, 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 7, 2025
649681c to
0ade3f6
Compare
43a282b to
3e1ef82
Compare
34446e1 to
aad4aee
Compare
47571c0 to
bf97171
Compare
aad4aee to
8547350
Compare
3 tasks
bf97171 to
a82859b
Compare
8547350 to
49aea78
Compare
This was referenced Oct 9, 2025
a82859b to
0fb361e
Compare
3059e4f to
baed2e5
Compare
0fb361e to
d97b96e
Compare
4f02c76 to
a957df5
Compare
0e9a8ad to
13d6255
Compare
896ecc2 to
e1cbc87
Compare
e98225e to
7ab0232
Compare
3fd626c to
ef00f3d
Compare
7ab0232 to
68217dd
Compare
3 tasks
68217dd to
f148c44
Compare
bd9b6ec to
c298c28
Compare
f148c44 to
e3374bf
Compare
c298c28 to
5b77dd5
Compare
36ea9e6 to
a3b0e3f
Compare
5b77dd5 to
147f93b
Compare
a3b0e3f to
8114ef9
Compare
147f93b to
018c432
Compare
f5fd58d to
cab0b82
Compare
5472e7b to
ad2e6c4
Compare
cab0b82 to
5242c5e
Compare
ad2e6c4 to
0fa81ee
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
Integrate the new NodeManager with
ComponentSpecProviderso that the nodes stay in sync with the component spec.No change to app functionality. Consumption of the node manager is implemented later.
Related Issue and Pull requests
Progresses https://github.com/Shopify/oasis-frontend/issues/261
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Just adds a new export to the componentspec provider, but does not consume it. So if the app is, in general, functioning as expected, all should be well.
Additional Comments