-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove nodes from the canvas #78
Comments
I wouldn't. For that there should be ways to insert between nodes. |
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 16, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 16, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 17, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 17, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 17, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 17, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 17, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: KaotoIO#78
lordrip
added a commit
that referenced
this issue
Oct 17, 2023
This pull request adds the possibility to remove individual nodes from an integration, currently, it supports `Camel Routes` only Notes: * The `otherwise` property from the `choice` node remains due to a configuration in the `VisualizationNode` class, we'll tackle this in a separate pull request. * Removing nodes from `Pipe` and `KameletBinding` is waiting until we receive the entire flow into the `PieVisualEntity` class Fixes: #78
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 24, 2023
lordrip
added a commit
to lordrip/kaoto
that referenced
this issue
Oct 24, 2023
lordrip
added a commit
that referenced
this issue
Oct 25, 2023
lordrip
pushed a commit
to lordrip/kaoto
that referenced
this issue
Aug 30, 2024
lordrip
pushed a commit
to lordrip/kaoto
that referenced
this issue
Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Currently, there's no mechanism to remove nodes from the canvas.
Goal
The goal for this issue is to provide a mechanism to remove nodes from the canvas, considering their position in it.
Open questions
The text was updated successfully, but these errors were encountered: