mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #448] [MERGED] feat: more providers #960
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#960
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/448
Author: @fudiwei
Created: 2/10/2025
Status: ✅ Merged
Merged: 2/12/2025
Merged by: @usual2970
Base:
next← Head:feat/providers📝 Commits (5)
ac4c375feat: add aliyun esa deployer316bd58feat: add aliyun cas-deploy deployer6673871feat: add tencent cloud ssl-deploy deployer81fe230feat: add baota panel deployer45de2cfedit README📊 Changes
42 files changed (+1925 additions, -156 deletions)
View changed files
📝
README.md(+18 -17)📝
README_EN.md(+2 -1)📝
go.mod(+2 -0)📝
go.sum(+4 -0)📝
internal/deployer/providers.go(+52 -2)📝
internal/domain/access.go(+5 -0)📝
internal/domain/provider.go(+39 -34)➕
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+187 -0)➕
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa.go(+138 -0)➕
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa_test.go(+80 -0)📝
internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go(+1 -0)➕
internal/pkg/core/deployer/providers/baotapanel-site/baotapanel-site.go(+81 -0)➕
internal/pkg/core/deployer/providers/baotapanel-site/baotapanel-site_test.go(+75 -0)📝
internal/pkg/core/deployer/providers/tencentcloud-clb/defines.go(+1 -1)📝
internal/pkg/core/deployer/providers/tencentcloud-clb/tencentcloud_clb.go(+3 -3)📝
internal/pkg/core/deployer/providers/tencentcloud-clb/tencentcloud_clb_test.go(+1 -1)➕
internal/pkg/core/deployer/providers/tencentcloud-ssl-deploy/tencentcloud_ssl_deploy.go(+156 -0)➕
internal/pkg/vendors/btpanel-sdk/api.go(+26 -0)➕
internal/pkg/vendors/btpanel-sdk/client.go(+107 -0)📝
internal/pkg/vendors/gname-sdk/client.go(+5 -5)...and 22 more files
📄 Description
该 PR 包含以下内容的变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.