[PR #755] [MERGED] Support duplicating workflow nodes or branches #1030

Closed
opened 2026-03-03 01:07:21 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (1)

  • 025e606 feat(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 包含以下内容变更:

  • feat: 支持复制工作流已有节点或分支。关闭 #481

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/755 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`025e606`](https://github.com/certimate-go/certimate/commit/025e606db456f7df305a7dfb15cc8400ceb2b249) feat(ui): duplicate workflow node ### 📊 Changes **10 files changed** (+209 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 支持复制工作流已有节点或分支。关闭 #481 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1030
No description provided.