mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #735] [MERGED] enhance providers #1028
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#1028
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/735
Author: @fudiwei
Created: 5/28/2025
Status: ✅ Merged
Merged: 6/1/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (8)
b8b94dffeat: support configuring huaweicloud enterprise project iddf1f216feat: support configuring aliyun resource group idddb46f9refactor: clean code829fa29feat: add user-agent http header for thirdparty sdksdaf22b7feat: initialize aliyun fc ssl protocolefdeacffeat: add preset webhook template for serverchan3e73e273feat: use discard handler as default providers loggerf0af36brefactor: clean code📊 Changes
160 files changed (+610 additions, -380 deletions)
View changed files
📝
internal/deployer/providers.go(+37 -19)📝
internal/domain/access.go(+4 -2)📝
internal/domain/workflow.go(+4 -4)📝
internal/pkg/core/deployer/deployer.go(+1 -1)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console.go(+1 -1)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+7 -4)📝
internal/pkg/core/deployer/providers/aliyun-apigw/aliyun_apigw.go(+14 -9)📝
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+32 -15)📝
internal/pkg/core/deployer/providers/aliyun-cas/aliyun_cas.go(+4 -1)📝
internal/pkg/core/deployer/providers/aliyun-cdn/aliyun_cdn.go(+3 -1)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+7 -4)📝
internal/pkg/core/deployer/providers/aliyun-dcdn/aliyun_dcdn.go(+3 -1)📝
internal/pkg/core/deployer/providers/aliyun-ddos/aliyun_ddos.go(+7 -4)📝
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa.go(+7 -4)📝
internal/pkg/core/deployer/providers/aliyun-fc/aliyun_fc.go(+13 -2)📝
internal/pkg/core/deployer/providers/aliyun-ga/aliyun_ga.go(+6 -3)📝
internal/pkg/core/deployer/providers/aliyun-live/aliyun_live.go(+4 -2)📝
internal/pkg/core/deployer/providers/aliyun-nlb/aliyun_nlb.go(+7 -9)📝
internal/pkg/core/deployer/providers/aliyun-oss/aliyun_oss.go(+3 -1)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
User-Agent: certimate请求标头。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.