mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1034] [MERGED] feat: custom certificate expiry threshold #1114
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#1114
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/1034
Author: @fudiwei
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (2)
ea3ba91feat: custom certificate expiry thresholdc106dd5refactor: 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 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.