mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #419] [MERGED] feat: more providers #948
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#948
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/419
Author: @fudiwei
Created: 1/15/2025
Status: ✅ Merged
Merged: 1/16/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (5)
e264d71refactor: slices utilsdd236b9feat: add ns1 applicant974c320feat: add edgio applications v7 deployerb657405refactor: clean coded712f07refactor: reimplement webhook deployer📊 Changes
56 files changed (+1517 additions, -162 deletions)
View changed files
📝
README.md(+16 -14)📝
README_EN.md(+16 -14)📝
go.mod(+2 -2)📝
go.sum(+4 -7)📝
internal/applicant/acme-user.go(+3 -3)📝
internal/applicant/applicant.go(+15 -14)📝
internal/applicant/providers.go(+15 -0)📝
internal/deployer/providers.go(+16 -0)📝
internal/domain/access.go(+9 -0)📝
internal/domain/provider.go(+34 -30)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/ns1/ns1.go(+33 -0)➕
internal/pkg/core/deployer/providers/edgio-applications/edgio_applications.go(+112 -0)➕
internal/pkg/core/deployer/providers/edgio-applications/edgio_applications_test.go(+75 -0)📝
internal/pkg/core/deployer/providers/k8s-secret/k8s_secret.go(+2 -2)📝
internal/pkg/core/deployer/providers/local/local.go(+8 -8)📝
internal/pkg/core/deployer/providers/ssh/ssh.go(+3 -3)📝
internal/pkg/core/deployer/providers/webhook/webhook.go(+17 -21)📝
internal/pkg/core/uploader/providers/aliyun-cas/aliyun_cas.go(+4 -4)📝
internal/pkg/core/uploader/providers/aliyun-slb/aliyun_slb.go(+2 -2)📝
internal/pkg/core/uploader/providers/byteplus-cdn/byteplus_cdn.go(+2 -2)...and 36 more files
📄 Description
该 PR 包含以下内容的变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.