mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #697] [MERGED] new providers #1016
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#1016
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/697
Author: @fudiwei
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (10+)
fd875fefeat: support 1panel v2e9f248dMerge branch 'usual2970:main' into main980d1eefeat: new deployment providers: ratpanel console & site122d766feat: new ca provider: custom acme caeabd16dfeat: new deployment provider: flexcdn3462e45feat: new deployment provider: aliyun ga3098f6afeat: rename certificate props 'issuer' to 'issuerOrg'a66e1c0feat(ui): allow clear input when field is optionalc9e6bd0feat: new deployment provider: lecdne6fc92efeat: new deployment provider: wangsu certificate management📊 Changes
163 files changed (+5504 additions, -952 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+3 -0)📝
internal/applicant/acme_ca.go(+17 -16)📝
internal/applicant/acme_user.go(+44 -10)📝
internal/applicant/applicant.go(+38 -23)📝
internal/applicant/providers.go(+23 -22)📝
internal/deployer/deployer.go(+3 -3)📝
internal/deployer/providers.go(+305 -198)📝
internal/domain/access.go(+31 -1)📝
internal/domain/certificate.go(+2 -2)📝
internal/domain/provider.go(+13 -9)📝
internal/notify/notifier.go(+3 -3)📝
internal/notify/providers.go(+9 -9)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console.go(+13 -6)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console_test.go(+5 -0)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site.go(+19 -11)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site_test.go(+5 -0)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+9 -4)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb_test.go(+1 -0)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+0 -1)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.