forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Break TaskActions into two sections #1550
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
12-12-rework_pipeline_action_buttons_into_action_framework
Choose a base branch
from
12-12-break_taskactions_into_two_sections
base: 12-12-rework_pipeline_action_buttons_into_action_framework
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
Break TaskActions into two sections #1550
camielvs
wants to merge
1
commit into
12-12-rework_pipeline_action_buttons_into_action_framework
from
12-12-break_taskactions_into_two_sections
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 Dec 13, 2025
Merged
Merged
Merged
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. |
3 tasks
8e17e54 to
c76d205
Compare
30c46fb to
1b0a065
Compare
5541984 to
a19e1dd
Compare
1b0a065 to
8bbb117
Compare
a19e1dd to
cd5b6c8
Compare
1cb3b7a to
bd0e472
Compare
840bab4 to
f3bd2dd
Compare
bd0e472 to
751af5d
Compare
f3bd2dd to
e8206ad
Compare
751af5d to
415a149
Compare
e8206ad to
ead2ea1
Compare
2ed348e to
a1315d1
Compare
d653f9f to
2b11111
Compare
a1315d1 to
37f4baa
Compare
2b11111 to
6e0d5b2
Compare
37f4baa to
2c85aec
Compare
6e0d5b2 to
bb88a3d
Compare
515ed50 to
c881cb1
Compare
6a46448 to
8089476
Compare
c881cb1 to
8444b4d
Compare
8089476 to
7bd5cd0
Compare
8444b4d to
5af9fa4
Compare
7bd5cd0 to
e817546
Compare
5af9fa4 to
961465e
Compare
e817546 to
e0e1d2a
Compare
961465e to
a112313
Compare
e0e1d2a to
17301a5
Compare
5f00886 to
feda230
Compare
b32a55f to
7c248f0
Compare
feda230 to
1ec1a2b
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
Split the TaskAction list into two sections, rather than having it overflow.
TODO: consider merging this into the TaskActions update downstack.
TODO: move delete action to Node Actions and view YAML to Component Actions
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Before:
After:
Test Instructions
UI change only. Confirm actions still work as expected
Additional Comments