mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #755] [MERGED] Support duplicating workflow nodes or branches #1030
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1030
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/755
Author: @fudiwei
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/2/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (1)
025e606feat(ui): duplicate workflow node📊 Changes
10 files changed (+209 additions, -63 deletions)
View changed files
📝
internal/workflow/node-processor/execute_failure_node.go(+0 -1)📝
internal/workflow/node-processor/execute_success_node.go(+0 -1)📝
internal/workflow/node-processor/start_node.go(+1 -1)📝
ui/src/components/workflow/node/ExecuteResultNode.tsx(+7 -11)📝
ui/src/components/workflow/node/UnknownNode.tsx(+1 -1)📝
ui/src/components/workflow/node/_SharedNode.tsx(+35 -6)📝
ui/src/domain/workflow.ts(+107 -32)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+5 -3)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+5 -3)📝
ui/src/stores/workflow/index.ts(+48 -4)📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.