mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #254] [MERGED] feat: huaweicloud elb deployer #888
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#888
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/254
Author: @fudiwei
Created: 10/24/2024
Status: ✅ Merged
Merged: 10/25/2024
Merged by: @usual2970
Base:
main← Head:feat/cloud-load-balance📝 Commits (5)
cea6be3feat: allow set a different region on deployment to huaweicloud cdnee531ddfix: aliyun oss deploy config validation erroraf3e207refactor: clean codedc720a5feat: add huaweicloud elb deployer024b3c9Merge branch 'main' into feat/cloud-load-balance📊 Changes
26 files changed (+914 additions, -227 deletions)
View changed files
📝
README.md(+2 -2)📝
README_EN.md(+16 -16)📝
internal/deployer/deployer.go(+3 -0)📝
internal/deployer/huaweicloud_cdn.go(+54 -47)➕
internal/deployer/huaweicloud_elb.go(+365 -0)📝
internal/pkg/core/uploader/uploader.go(+5 -5)📝
internal/pkg/core/uploader/uploader_aliyun_cas.go(+12 -11)📝
internal/pkg/core/uploader/uploader_huaweicloud_elb.go(+69 -14)📝
internal/pkg/core/uploader/uploader_huaweicloud_scm.go(+14 -13)📝
internal/pkg/core/uploader/uploader_tencentcloud_ssl.go(+7 -6)📝
internal/pkg/utils/x509/x509.go(+2 -2)📝
ui/src/components/certimate/DeployEdit.tsx(+1 -1)📝
ui/src/components/certimate/DeployEditDialog.tsx(+5 -1)📝
ui/src/components/certimate/DeployToAliyunCDN.tsx(+11 -0)📝
ui/src/components/certimate/DeployToAliyunOSS.tsx(+23 -23)📝
ui/src/components/certimate/DeployToHuaweiCloudCDN.tsx(+31 -19)➕
ui/src/components/certimate/DeployToHuaweiCloudELB.tsx(+190 -0)📝
ui/src/components/certimate/DeployToKubernetesSecret.tsx(+5 -6)📝
ui/src/components/certimate/DeployToQiniuCDN.tsx(+11 -0)📝
ui/src/components/certimate/DeployToTencentCLB.tsx(+11 -12)...and 6 more files
📄 Description
此 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.