[PR #419] [MERGED] feat: more providers #948

Closed
opened 2026-03-03 01:06:58 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: feat/new-workflow


📝 Commits (5)

  • e264d71 refactor: slices utils
  • dd236b9 feat: add ns1 applicant
  • 974c320 feat: add edgio applications v7 deployer
  • b657405 refactor: clean code
  • d712f07 refactor: 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 包含以下内容的变更:

  • feat: 支持 IBM NS1 Connect 申请证书。关闭 #345
  • feat: 支持部署到 Edgio Applications v7。关闭 #264
  • refactor: 优化部署到 Webhook 逻辑,网络异常自动重试。

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/419 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `next` ← **Head:** `feat/new-workflow` --- ### 📝 Commits (5) - [`e264d71`](https://github.com/certimate-go/certimate/commit/e264d7104893235b58b4ded52c9532b7d16f000c) refactor: slices utils - [`dd236b9`](https://github.com/certimate-go/certimate/commit/dd236b925df33cfa242cf755bf54c70fa7deff7d) feat: add ns1 applicant - [`974c320`](https://github.com/certimate-go/certimate/commit/974c320925a9beda0feb3887b798883af61839ec) feat: add edgio applications v7 deployer - [`b657405`](https://github.com/certimate-go/certimate/commit/b657405e46325c4f132b550cf9f846896492a83a) refactor: clean code - [`d712f07`](https://github.com/certimate-go/certimate/commit/d712f07b96f6498a4da5f9d274f74680fec55b8f) refactor: reimplement webhook deployer ### 📊 Changes **56 files changed** (+1517 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description 该 PR 包含以下内容的变更: - **feat**: 支持 IBM NS1 Connect 申请证书。关闭 #345 - **feat**: 支持部署到 Edgio Applications v7。关闭 #264 - **refactor**: 优化部署到 Webhook 逻辑,网络异常自动重试。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#948
No description provided.