[PR #1034] [MERGED] feat: custom certificate expiry threshold #1114

Closed
opened 2026-03-03 01:07:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1034
Author: @fudiwei
Created: 11/7/2025
Status: Merged
Merged: 11/7/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (2)

  • ea3ba91 feat: custom certificate expiry threshold
  • c106dd5 refactor: clean code

📊 Changes

118 files changed (+682 additions, -419 deletions)

View changed files

📝 internal/certapply/applicators/registry.go (+3 -3)
📝 internal/certapply/applicators/sp_akamai_edgedns.go (+2 -2)
📝 internal/certapply/client_certifier.go (+9 -9)
📝 internal/certapply/config.go (+1 -1)
📝 internal/certdeploy/deployers/sp_rainyun_rcdn.go (+1 -1)
📝 internal/certdeploy/deployers/sp_safeline.go (+1 -1)
📝 internal/certdeploy/deployers/sp_webhook.go (+1 -1)
📝 internal/certificate/service.go (+8 -3)
📝 internal/domain/access.go (+2 -2)
📝 internal/domain/settings.go (+21 -2)
📝 internal/domain/workflow.go (+12 -12)
📝 internal/notify/notifiers/sp_telegrambot.go (+1 -1)
📝 internal/notify/notifiers/sp_webhook.go (+1 -1)
📝 internal/repository/statistics.go (+49 -25)
📝 internal/workflow/engine/executor_bizapply.go (+2 -9)
📝 internal/workflow/service.go (+7 -3)
📝 migrations/1762142400_m0.4.3.go (+1 -1)
📝 migrations/1762516800_m0.4.4.go (+12 -0)
📝 pkg/core/notifier/providers/telegrambot/telegrambot.go (+1 -1)
📝 pkg/core/notifier/providers/telegrambot/telegrambot_test.go (+3 -3)

...and 80 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 支持自定义证书即将过期阈值设置。
  • refactor: 优化部分代码。

🔄 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/1034 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/7/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`ea3ba91`](https://github.com/certimate-go/certimate/commit/ea3ba917341e1b8e0137b2adb05b310c2f2291a7) feat: custom certificate expiry threshold - [`c106dd5`](https://github.com/certimate-go/certimate/commit/c106dd55627861f4ed50ffbe50823055a3336124) refactor: clean code ### 📊 Changes **118 files changed** (+682 additions, -419 deletions) <details> <summary>View changed files</summary> 📝 `internal/certapply/applicators/registry.go` (+3 -3) 📝 `internal/certapply/applicators/sp_akamai_edgedns.go` (+2 -2) 📝 `internal/certapply/client_certifier.go` (+9 -9) 📝 `internal/certapply/config.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_rainyun_rcdn.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_safeline.go` (+1 -1) 📝 `internal/certdeploy/deployers/sp_webhook.go` (+1 -1) 📝 `internal/certificate/service.go` (+8 -3) 📝 `internal/domain/access.go` (+2 -2) 📝 `internal/domain/settings.go` (+21 -2) 📝 `internal/domain/workflow.go` (+12 -12) 📝 `internal/notify/notifiers/sp_telegrambot.go` (+1 -1) 📝 `internal/notify/notifiers/sp_webhook.go` (+1 -1) 📝 `internal/repository/statistics.go` (+49 -25) 📝 `internal/workflow/engine/executor_bizapply.go` (+2 -9) 📝 `internal/workflow/service.go` (+7 -3) 📝 `migrations/1762142400_m0.4.3.go` (+1 -1) 📝 `migrations/1762516800_m0.4.4.go` (+12 -0) 📝 `pkg/core/notifier/providers/telegrambot/telegrambot.go` (+1 -1) 📝 `pkg/core/notifier/providers/telegrambot/telegrambot_test.go` (+3 -3) _...and 80 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 支持自定义证书即将过期阈值设置。 - **refactor**: 优化部分代码。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:45 +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#1114
No description provided.