[PR #242] [MERGED] feat: add tencent cos deploy support #885

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

📋 Pull Request Information

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

Base: mainHead: feat-tencent-cos-support


📝 Commits (8)

  • 46c32f1 feat: add tencent cos deploy support
  • 63865b5 fix ResourceType
  • f7972d5 remove unused imports
  • 7b129c1 Merge branch 'usual2970:main' into feat-tencent-cos-support
  • cd76d17 fix region of cos
  • a8f718a add tencent-cos ui
  • c9eb487 fix ui-deployer route
  • b01849e update readme for new feat.

📊 Changes

11 files changed (+292 additions, -2 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_EN.md (+1 -1)
📝 internal/deployer/deployer.go (+3 -0)
internal/deployer/tencent-cos.go (+108 -0)
📝 ui/src/components/certimate/DeployEditDialog.tsx (+4 -0)
ui/src/components/certimate/DeployToTencentCOS.tsx (+164 -0)
📝 ui/src/domain/domain.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.domain.json (+4 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.domain.json (+4 -0)

📄 Description

新增腾讯云COS配置支持


🔄 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/242 **Author:** [@LeoChen98](https://github.com/LeoChen98) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat-tencent-cos-support` --- ### 📝 Commits (8) - [`46c32f1`](https://github.com/certimate-go/certimate/commit/46c32f15e36ac4295f4d4c70e589c40e1d6b6a49) feat: add tencent cos deploy support - [`63865b5`](https://github.com/certimate-go/certimate/commit/63865b5fbd4873a25c884ab487e6ec8c3dd2be27) fix ResourceType - [`f7972d5`](https://github.com/certimate-go/certimate/commit/f7972d5b68096b7fe2794830f97144f78ca225f8) remove unused imports - [`7b129c1`](https://github.com/certimate-go/certimate/commit/7b129c11e9cfd83c1516502e9fba9d0dad85582d) Merge branch 'usual2970:main' into feat-tencent-cos-support - [`cd76d17`](https://github.com/certimate-go/certimate/commit/cd76d170b2a8006aa3d46d278c3670c2c228c762) fix region of cos - [`a8f718a`](https://github.com/certimate-go/certimate/commit/a8f718afa09b3e7fbf5475055763d2b88277cc02) add tencent-cos ui - [`c9eb487`](https://github.com/certimate-go/certimate/commit/c9eb4879534bf662574ea523daf0a2cea3c11c35) fix ui-deployer route - [`b01849e`](https://github.com/certimate-go/certimate/commit/b01849eb0cec64faad673413a05db89ff10104f0) update readme for new feat. ### 📊 Changes **11 files changed** (+292 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_EN.md` (+1 -1) 📝 `internal/deployer/deployer.go` (+3 -0) ➕ `internal/deployer/tencent-cos.go` (+108 -0) 📝 `ui/src/components/certimate/DeployEditDialog.tsx` (+4 -0) ➕ `ui/src/components/certimate/DeployToTencentCOS.tsx` (+164 -0) 📝 `ui/src/domain/domain.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.domain.json` (+4 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.domain.json` (+4 -0) </details> ### 📄 Description 新增腾讯云COS配置支持 --- <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:40 +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#885
No description provided.