[PR #262] [MERGED] feat: add tencent ECDN and TEO deploy support #891

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/262
Author: @LeoChen98
Created: 10/25/2024
Status: Merged
Merged: 10/27/2024
Merged by: @usual2970

Base: mainHead: feat-tecent-ecdn-teo-deploy


📝 Commits (5)

  • 6a14d80 fix type incompatible error
  • a24a359 feat: add tencent ECDN deploy
  • 3b33768 add feat: tencent TEO deploy support
  • f5052e9 fix the missing parentheses
  • ee097b3 update README for tencent TEO support

📊 Changes

15 files changed (+439 additions, -21 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_EN.md (+16 -16)
📝 go.mod (+2 -1)
📝 go.sum (+4 -0)
📝 internal/deployer/deployer.go (+7 -1)
internal/deployer/tencent_ecdn.go (+146 -0)
internal/deployer/tencent_teo.go (+111 -0)
📝 ui/src/components/certimate/DeployEdit.tsx (+1 -1)
📝 ui/src/components/certimate/DeployEditDialog.tsx (+6 -1)
ui/src/components/certimate/DeployToTencentTEO.tsx (+131 -0)
📝 ui/src/domain/domain.ts (+2 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+2 -0)
📝 ui/src/i18n/locales/en/nls.domain.json (+4 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+2 -0)
📝 ui/src/i18n/locales/zh/nls.domain.json (+4 -0)

📄 Description

  • 新增腾讯ECDN部署
  • 新增腾讯TEO(Edge One)部署方式
  • 修复了 #254 中修改类型导致的语法错误。

🔄 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/262 **Author:** [@LeoChen98](https://github.com/LeoChen98) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat-tecent-ecdn-teo-deploy` --- ### 📝 Commits (5) - [`6a14d80`](https://github.com/certimate-go/certimate/commit/6a14d801f17e810c6e59a144f8366d7610783eb7) fix type incompatible error - [`a24a359`](https://github.com/certimate-go/certimate/commit/a24a3595fa74b7212cf08d4a3fcf9458b1a8f3fa) feat: add tencent ECDN deploy - [`3b33768`](https://github.com/certimate-go/certimate/commit/3b3376899c7dfa2f36f1f993482d104963dc5ad5) add feat: tencent TEO deploy support - [`f5052e9`](https://github.com/certimate-go/certimate/commit/f5052e9a5852eb8aeb758e4887ef4e1f56442ce9) fix the missing parentheses - [`ee097b3`](https://github.com/certimate-go/certimate/commit/ee097b313540116d6584633202c4a7550e473dbf) update README for tencent TEO support ### 📊 Changes **15 files changed** (+439 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_EN.md` (+16 -16) 📝 `go.mod` (+2 -1) 📝 `go.sum` (+4 -0) 📝 `internal/deployer/deployer.go` (+7 -1) ➕ `internal/deployer/tencent_ecdn.go` (+146 -0) ➕ `internal/deployer/tencent_teo.go` (+111 -0) 📝 `ui/src/components/certimate/DeployEdit.tsx` (+1 -1) 📝 `ui/src/components/certimate/DeployEditDialog.tsx` (+6 -1) ➕ `ui/src/components/certimate/DeployToTencentTEO.tsx` (+131 -0) 📝 `ui/src/domain/domain.ts` (+2 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+2 -0) 📝 `ui/src/i18n/locales/en/nls.domain.json` (+4 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+2 -0) 📝 `ui/src/i18n/locales/zh/nls.domain.json` (+4 -0) </details> ### 📄 Description - 新增腾讯ECDN部署 - 新增腾讯TEO(Edge One)部署方式 - 修复了 #254 中修改类型导致的语法错误。 --- <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:41 +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#891
No description provided.