mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #262] [MERGED] feat: add tencent ECDN and TEO deploy support #891
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#891
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/262
Author: @LeoChen98
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/27/2024
Merged by: @usual2970
Base:
main← Head:feat-tecent-ecdn-teo-deploy📝 Commits (5)
6a14d80fix type incompatible errora24a359feat: add tencent ECDN deploy3b33768add feat: tencent TEO deploy supportf5052e9fix the missing parenthesesee097b3update 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.