mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #428] [MERGED] add upload certificate node #954
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#954
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/428
Author: @usual2970
Created: 1/21/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @usual2970
Base:
next← Head:feat/upload_certificate📝 Commits (2)
1039591add upload certificate node101d77eparse 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.