mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #300] [MERGED] feat: dogecloud & baiducloud cdn deployer #907
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#907
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/300
Author: @fudiwei
Created: 11/4/2024
Status: ✅ Merged
Merged: 11/5/2024
Merged by: @usual2970
Base:
main← Head:feat/cloud-cdn📝 Commits (5)
8a78e49feat: add dogecloud provider1e41020feat: add dogecloud cdn deployer76de837feat: add baiducloud provider269a97efeat: add baiducloud cdn deployer34daf9crefactor: clean code📊 Changes
25 files changed (+1060 additions, -50 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)➕
internal/deployer/baiducloud_cdn.go(+80 -0)📝
internal/deployer/deployer.go(+6 -0)➕
internal/deployer/dogecloud_cdn.go(+86 -0)📝
internal/domain/access.go(+10 -0)➕
internal/pkg/core/uploader/providers/dogecloud/dogecloud.go(+61 -0)📝
internal/pkg/core/uploader/providers/qiniu-sslcert/qiniu_sslcert.go(+1 -1)➕
internal/pkg/vendors/dogecloud-sdk/client.go(+182 -0)➕
internal/pkg/vendors/dogecloud-sdk/models.go(+31 -0)📝
internal/pkg/vendors/qiniu-sdk/client.go(+7 -7)📝
internal/pkg/vendors/qiniu-sdk/models.go(+14 -13)➕
ui/public/imgs/providers/baiducloud.svg(+1 -0)➕
ui/public/imgs/providers/dogecloud.svg(+1 -0)📝
ui/public/imgs/providers/google.svg(+1 -28)➕
ui/src/components/certimate/AccessBaiduCloudForm.tsx(+194 -0)➕
ui/src/components/certimate/AccessDogeCloudForm.tsx(+188 -0)📝
ui/src/components/certimate/AccessEditDialog.tsx(+24 -0)📝
ui/src/components/certimate/DeployEditDialog.tsx(+8 -0)➕
ui/src/components/certimate/DeployToBaiduCloudCDN.tsx(+68 -0)...and 5 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.