[PR #428] [MERGED] add upload certificate node #954

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/428
Author: @usual2970
Created: 1/21/2025
Status: Merged
Merged: 1/22/2025
Merged by: @usual2970

Base: nextHead: feat/upload_certificate


📝 Commits (2)

  • 1039591 add upload certificate node
  • 101d77e parse privatekey using certcrypto

📊 Changes

14 files changed (+552 additions, -0 deletions)

View changed files

📝 internal/certificate/service.go (+23 -0)
📝 internal/domain/dtos/certificate.go (+25 -0)
📝 internal/domain/workflow.go (+15 -0)
📝 internal/rest/handlers/certificate.go (+28 -0)
📝 internal/workflow/node-processor/processor.go (+2 -0)
internal/workflow/node-processor/upload_node.go (+101 -0)
📝 ui/src/api/certificates.ts (+38 -0)
📝 ui/src/components/workflow/WorkflowElement.tsx (+5 -0)
📝 ui/src/components/workflow/node/AddNode.tsx (+2 -0)
ui/src/components/workflow/node/UploadNode.tsx (+91 -0)
ui/src/components/workflow/node/UploadNodeConfigForm.tsx (+179 -0)
📝 ui/src/domain/workflow.ts (+23 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+10 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+10 -0)

📄 Description

新增上传证书节点


🔄 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/428 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `next` ← **Head:** `feat/upload_certificate` --- ### 📝 Commits (2) - [`1039591`](https://github.com/certimate-go/certimate/commit/1039591677802030128f142887c3664367078a18) add upload certificate node - [`101d77e`](https://github.com/certimate-go/certimate/commit/101d77e4aef83921a4c3464dc24fa4a4bd25018e) parse privatekey using certcrypto ### 📊 Changes **14 files changed** (+552 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/certificate/service.go` (+23 -0) 📝 `internal/domain/dtos/certificate.go` (+25 -0) 📝 `internal/domain/workflow.go` (+15 -0) 📝 `internal/rest/handlers/certificate.go` (+28 -0) 📝 `internal/workflow/node-processor/processor.go` (+2 -0) ➕ `internal/workflow/node-processor/upload_node.go` (+101 -0) 📝 `ui/src/api/certificates.ts` (+38 -0) 📝 `ui/src/components/workflow/WorkflowElement.tsx` (+5 -0) 📝 `ui/src/components/workflow/node/AddNode.tsx` (+2 -0) ➕ `ui/src/components/workflow/node/UploadNode.tsx` (+91 -0) ➕ `ui/src/components/workflow/node/UploadNodeConfigForm.tsx` (+179 -0) 📝 `ui/src/domain/workflow.ts` (+23 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+10 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+10 -0) </details> ### 📄 Description 新增上传证书节点 --- <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:00 +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#954
No description provided.