[PR #218] [MERGED] feat: huaweicloud cdn #874

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/218
Author: @fudiwei
Created: 10/19/2024
Status: Merged
Merged: 10/19/2024
Merged by: @usual2970

Base: mainHead: feat/huaweicloud-cdn


📝 Commits (7)

  • 6225969 refactor
  • be3cdbf refactor
  • 952c6ef feat: add huaweicloud cdn deployer
  • e08df5e refactor: fix typo
  • 94ca0f2 Merge branch 'main' into feat/huaweicloud-cdn
  • efa394e Merge branch 'usual2970:main' into main
  • ae81476 Merge branch 'main' into feat/huaweicloud-cdn

📊 Changes

25 files changed (+577 additions, -83 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_EN.md (+1 -1)
📝 go.mod (+1 -1)
📝 internal/applicant/applicant.go (+5 -4)
📝 internal/deployer/aliyun_cdn.go (+2 -2)
📝 internal/deployer/aliyun_esa.go (+2 -2)
📝 internal/deployer/aliyun_oss.go (+2 -2)
📝 internal/deployer/deployer.go (+17 -14)
internal/deployer/huaweicloud_cdn.go (+150 -0)
📝 internal/deployer/k8s_secret.go (+5 -7)
📝 internal/deployer/local.go (+4 -4)
📝 internal/deployer/qiniu_cdn.go (+1 -1)
📝 internal/deployer/ssh.go (+5 -12)
📝 internal/deployer/tencent_cdn.go (+1 -1)
📝 internal/deployer/webhook.go (+3 -6)
📝 internal/domain/access.go (+19 -0)
ui/dist/assets/index-tBXwi-8W.js (+329 -0)
📝 ui/dist/index.html (+15 -14)
📝 ui/src/components/certimate/AccessEdit.tsx (+2 -2)
📝 ui/src/components/certimate/AccessHuaweicloudForm.tsx (+6 -6)

...and 5 more files

📄 Description

本 PR 包含以下变更:

  • feat: 新增支持部署到华为云 CDN。
  • refactor: 修正 typo。

🔄 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/218 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/huaweicloud-cdn` --- ### 📝 Commits (7) - [`6225969`](https://github.com/certimate-go/certimate/commit/6225969d4c439aa40131b82bc69f3130821aba27) refactor - [`be3cdbf`](https://github.com/certimate-go/certimate/commit/be3cdbf58572d5db8abce45f1e4761037cd4d01b) refactor - [`952c6ef`](https://github.com/certimate-go/certimate/commit/952c6ef73d0ec67141f4a59b4b6b6f1c328213ed) feat: add huaweicloud cdn deployer - [`e08df5e`](https://github.com/certimate-go/certimate/commit/e08df5e6d8f1ef7db80ccf816529c48d47d5a596) refactor: fix typo - [`94ca0f2`](https://github.com/certimate-go/certimate/commit/94ca0f27bf3ffd28b3a62e8d89432c175cab17a5) Merge branch 'main' into feat/huaweicloud-cdn - [`efa394e`](https://github.com/certimate-go/certimate/commit/efa394e9bd963005504a5d10a1aee928ca3074c3) Merge branch 'usual2970:main' into main - [`ae81476`](https://github.com/certimate-go/certimate/commit/ae814766f382f73e72c2110f9933ee7e64cb528e) Merge branch 'main' into feat/huaweicloud-cdn ### 📊 Changes **25 files changed** (+577 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_EN.md` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `internal/applicant/applicant.go` (+5 -4) 📝 `internal/deployer/aliyun_cdn.go` (+2 -2) 📝 `internal/deployer/aliyun_esa.go` (+2 -2) 📝 `internal/deployer/aliyun_oss.go` (+2 -2) 📝 `internal/deployer/deployer.go` (+17 -14) ➕ `internal/deployer/huaweicloud_cdn.go` (+150 -0) 📝 `internal/deployer/k8s_secret.go` (+5 -7) 📝 `internal/deployer/local.go` (+4 -4) 📝 `internal/deployer/qiniu_cdn.go` (+1 -1) 📝 `internal/deployer/ssh.go` (+5 -12) 📝 `internal/deployer/tencent_cdn.go` (+1 -1) 📝 `internal/deployer/webhook.go` (+3 -6) 📝 `internal/domain/access.go` (+19 -0) ➕ `ui/dist/assets/index-tBXwi-8W.js` (+329 -0) 📝 `ui/dist/index.html` (+15 -14) 📝 `ui/src/components/certimate/AccessEdit.tsx` (+2 -2) 📝 `ui/src/components/certimate/AccessHuaweicloudForm.tsx` (+6 -6) _...and 5 more files_ </details> ### 📄 Description 本 PR 包含以下变更: - **feat**: 新增支持部署到华为云 CDN。 - **refactor**: 修正 typo。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:37 +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#874
No description provided.