mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #415] [MERGED] feat: more providers #945
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#945
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/415
Author: @fudiwei
Created: 1/13/2025
Status: ✅ Merged
Merged: 1/14/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (6)
21cc1d4feat: support sni domain on deployment to aliyun clb & alb7160589refactor: clean code8aa5c3crefactor: clean code643d820feat: add aliyun live deployerab1c9bffeat: add tencentcloud css deployer70b8aafupdate README📊 Changes
48 files changed (+1250 additions, -401 deletions)
View changed files
📝
README.md(+63 -34)📝
README_EN.md(+49 -20)📝
go.mod(+4 -2)📝
go.sum(+10 -3)📝
internal/deployer/providers.go(+27 -7)📝
internal/domain/access.go(+1 -1)📝
internal/domain/provider.go(+2 -0)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+207 -49)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb_test.go(+7 -1)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+81 -66)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb_test.go(+7 -1)➕
internal/pkg/core/deployer/providers/aliyun-live/aliyun_live.go(+116 -0)➕
internal/pkg/core/deployer/providers/aliyun-live/aliyun_live_test.go(+75 -0)📝
internal/pkg/core/deployer/providers/aliyun-nlb/aliyun_nlb.go(+15 -16)📝
internal/pkg/core/deployer/providers/huaweicloud-cdn/huaweicloud_cdn.go(+11 -11)📝
internal/pkg/core/deployer/providers/huaweicloud-elb/huaweicloud_elb.go(+21 -20)📝
internal/pkg/core/deployer/providers/tencentcloud-cdn/tencentcloud_cdn.go(+4 -4)📝
internal/pkg/core/deployer/providers/tencentcloud-clb/tencentcloud_clb.go(+7 -6)➕
internal/pkg/core/deployer/providers/tencentcloud-css/tencentcloud_css.go(+109 -0)➕
internal/pkg/core/deployer/providers/tencentcloud-css/tencentcloud_css_test.go(+75 -0)...and 28 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.