mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #242] [MERGED] feat: add tencent cos deploy support #885
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#885
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/242
Author: @LeoChen98
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/22/2024
Merged by: @usual2970
Base:
main← Head:feat-tencent-cos-support📝 Commits (8)
46c32f1feat: add tencent cos deploy support63865b5fix ResourceTypef7972d5remove unused imports7b129c1Merge branch 'usual2970:main' into feat-tencent-cos-supportcd76d17fix region of cosa8f718aadd tencent-cos uic9eb487fix ui-deployer routeb01849eupdate 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.