mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #719] [CLOSED] Feat/node clone #1023
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#1023
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/719
Author: @usual2970
Created: 5/22/2025
Status: ❌ Closed
Base:
main← Head:feat/node_clone📝 Commits (6)
6f570f3add clone node19bbe1fadd clone nodec713d47add clone alertdd0d477improve node clone0bbd54brefactor code0a85e8dimprove clone node📊 Changes
12 files changed (+277 additions, -20 deletions)
View changed files
📝
ui/src/components/workflow/WorkflowElement.tsx(+5 -0)📝
ui/src/components/workflow/node/AddNode.tsx(+25 -7)📝
ui/src/components/workflow/node/ApplyNode.tsx(+1 -1)📝
ui/src/components/workflow/node/BranchNode.tsx(+6 -2)➕
ui/src/components/workflow/node/CloneNode.tsx(+20 -0)📝
ui/src/components/workflow/node/ConditionNode.tsx(+6 -0)📝
ui/src/components/workflow/node/_SharedNode.tsx(+40 -6)📝
ui/src/domain/workflow.ts(+90 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+4 -0)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+4 -0)📝
ui/src/pages/workflows/WorkflowDetail.tsx(+31 -4)📝
ui/src/stores/workflow/index.ts(+45 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.