[PR #566] [MERGED] enhance & bugfix #983

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/566
Author: @fudiwei
Created: 3/27/2025
Status: Merged
Merged: 3/29/2025
Merged by: @usual2970

Base: mainHead: main


📝 Commits (4)

📊 Changes

11 files changed (+145 additions, -77 deletions)

View changed files

📝 internal/deployer/providers.go (+3 -2)
📝 internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go (+1 -1)
📝 internal/pkg/core/deployer/providers/baishan-cdn/baishan_cdn.go (+69 -50)
📝 internal/pkg/core/uploader/providers/aliyun-cas/aliyun_cas.go (+22 -4)
📝 internal/pkg/core/uploader/providers/aws-acm/aws_acm.go (+1 -1)
📝 internal/pkg/vendors/baishan-sdk/models.go (+4 -3)
📝 ui/src/components/workflow/node/DeployNodeConfigFormBaishanCDNConfig.tsx (+17 -0)
📝 ui/src/components/workflow/node/DeployNodeConfigFormCdnflyConfig.tsx (+7 -4)
📝 ui/src/components/workflow/node/DeployNodeConfigFormSafeLineConfig.tsx (+7 -4)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+11 -8)

📄 Description

该 PR 包含以下内容变更:

  • feat: 部署到白山云 CDN 支持替换原证书。关闭 #563
  • fix: 关闭 #565
  • fix: 关闭 #568

🔄 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/566 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/29/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`a8be2a7`](https://github.com/certimate-go/certimate/commit/a8be2a77cffb86c1b9832c5f54326f5f22b21206) fix: #565 - [`f302c7f`](https://github.com/certimate-go/certimate/commit/f302c7fb74be9b63bca004ec50c2933f29be75d4) feat: support replacing old certificate on deployment to baishan cdn - [`fb86098`](https://github.com/certimate-go/certimate/commit/fb860981d6e5cdb698ef1e73bcf3f739026c844f) fix: #568 - [`7503d52`](https://github.com/certimate-go/certimate/commit/7503d5285776a43903c2636b555fbe258e90dd6c) refactor: clean code ### 📊 Changes **11 files changed** (+145 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `internal/deployer/providers.go` (+3 -2) 📝 `internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go` (+1 -1) 📝 `internal/pkg/core/deployer/providers/baishan-cdn/baishan_cdn.go` (+69 -50) 📝 `internal/pkg/core/uploader/providers/aliyun-cas/aliyun_cas.go` (+22 -4) 📝 `internal/pkg/core/uploader/providers/aws-acm/aws_acm.go` (+1 -1) 📝 `internal/pkg/vendors/baishan-sdk/models.go` (+4 -3) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormBaishanCDNConfig.tsx` (+17 -0) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormCdnflyConfig.tsx` (+7 -4) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormSafeLineConfig.tsx` (+7 -4) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+11 -8) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 部署到白山云 CDN 支持替换原证书。关闭 #563 - **fix**: 关闭 #565 - **fix**: 关闭 #568 --- <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:09 +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#983
No description provided.