mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #693] [MERGED] refactor #1014
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#1014
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/693
Author: @fudiwei
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (3)
dd2087brefactor: clean codeb15bf8erefactor: clean codeef0f0f6refactor: remove nikoksr/notify deps📊 Changes
54 files changed (+370 additions, -417 deletions)
View changed files
📝
go.mod(+2 -8)📝
go.sum(+2 -10)📝
internal/domain/access.go(+1 -1)📝
internal/domain/provider.go(+2 -2)📝
internal/notify/providers.go(+10 -10)📝
internal/notify/providers_deprecated.go(+8 -8)📝
internal/pkg/core/deployer/providers/webhook/webhook.go(+1 -3)📝
internal/pkg/core/notifier/providers/bark/bark.go(+27 -13)📝
internal/pkg/core/notifier/providers/dingtalkbot/dingtalkbot.go(+11 -10)📝
internal/pkg/core/notifier/providers/dingtalkbot/dingtalkbot_test.go(+12 -11)📝
internal/pkg/core/notifier/providers/gotify/gotify.go(+21 -42)📝
internal/pkg/core/notifier/providers/gotify/gotify_test.go(+3 -3)📝
internal/pkg/core/notifier/providers/larkbot/larkbot.go(+13 -6)📝
internal/pkg/core/notifier/providers/larkbot/larkbot_test.go(+5 -5)📝
internal/pkg/core/notifier/providers/mattermost/mattermost.go(+38 -31)📝
internal/pkg/core/notifier/providers/pushover/pushover.go(+17 -43)📝
internal/pkg/core/notifier/providers/pushplus/pushplus.go(+22 -46)📝
internal/pkg/core/notifier/providers/serverchan/serverchan.go(+22 -23)📝
internal/pkg/core/notifier/providers/serverchan/serverchan_test.go(+1 -1)📝
internal/pkg/core/notifier/providers/telegrambot/telegrambot.go(+23 -15)...and 34 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.