mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #263] [MERGED] feat: aliyun slb deployer #892
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#892
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/263
Author: @fudiwei
Created: 10/25/2024
Status: ✅ Merged
Merged: 10/27/2024
Merged by: @usual2970
Base:
main← Head:feat/cloud-load-balance📝 Commits (7)
26d7b0brefactor: clean codee660e9cfeat: add aliyun slb uploader20d2c56feat: add aliyun clb deployer1690963feat: add aliyun alb deployerd87026dfeat: add aliyun nlb deployer506ab4ffeat: support quic listener in deployment to aliyun albda4715efix: fix aliyun nlb endpoint📊 Changes
25 files changed (+1631 additions, -79 deletions)
View changed files
📝
README.md(+1 -1)📝
README_EN.md(+1 -1)📝
go.mod(+5 -2)📝
go.sum(+9 -0)📝
internal/applicant/applicant.go(+2 -2)➕
internal/deployer/aliyun_alb.go(+265 -0)➕
internal/deployer/aliyun_clb.go(+282 -0)➕
internal/deployer/aliyun_nlb.go(+229 -0)📝
internal/deployer/deployer.go(+10 -1)📝
internal/deployer/huaweicloud_cdn.go(+1 -1)📝
internal/deployer/huaweicloud_elb.go(+28 -12)📝
internal/domain/domains.go(+33 -1)📝
internal/pkg/core/uploader/uploader_aliyun_cas.go(+5 -9)➕
internal/pkg/core/uploader/uploader_aliyun_slb.go(+134 -0)📝
internal/pkg/utils/x509/x509.go(+45 -31)📝
ui/src/components/certimate/DeployEditDialog.tsx(+12 -0)➕
ui/src/components/certimate/DeployToAliyunALB.tsx(+162 -0)➕
ui/src/components/certimate/DeployToAliyunCLB.tsx(+158 -0)➕
ui/src/components/certimate/DeployToAliyunNLB.tsx(+162 -0)📝
ui/src/components/certimate/DeployToHuaweiCloudELB.tsx(+1 -1)...and 5 more files
📄 Description
此 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.