[PR #607] [MERGED] feat: support pushover as notification #993

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/607
Author: @imlonghao
Created: 4/12/2025
Status: Merged
Merged: 4/13/2025
Merged by: @usual2970

Base: mainHead: feat/pushover


📝 Commits (2)

  • 6b8dbf5 feat: support pushover as notification
  • 397ceef Merge branch 'main' into feat/pushover

📊 Changes

11 files changed (+242 additions, -1 deletions)

View changed files

📝 internal/domain/notify.go (+1 -0)
📝 internal/notify/providers.go (+7 -0)
internal/pkg/core/notifier/providers/pushover/pushover.go (+102 -0)
internal/pkg/core/notifier/providers/pushover/pushover_test.go (+62 -0)
📝 ui/src/components/notification/NotifyChannelEditForm.tsx (+3 -0)
ui/src/components/notification/NotifyChannelEditFormPushoverFields.tsx (+41 -0)
📝 ui/src/domain/settings.ts (+9 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.settings.json (+7 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+2 -1)
📝 ui/src/i18n/locales/zh/nls.settings.json (+7 -0)

📄 Description

基本上参考 PushPlus 写的


🔄 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/607 **Author:** [@imlonghao](https://github.com/imlonghao) **Created:** 4/12/2025 **Status:** ✅ Merged **Merged:** 4/13/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/pushover` --- ### 📝 Commits (2) - [`6b8dbf5`](https://github.com/certimate-go/certimate/commit/6b8dbf52352cd5a6c297819aaedc37fd219e13ae) feat: support pushover as notification - [`397ceef`](https://github.com/certimate-go/certimate/commit/397ceefa0256699d07a0d1c4bcb3470dc9686ba1) Merge branch 'main' into feat/pushover ### 📊 Changes **11 files changed** (+242 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/notify.go` (+1 -0) 📝 `internal/notify/providers.go` (+7 -0) ➕ `internal/pkg/core/notifier/providers/pushover/pushover.go` (+102 -0) ➕ `internal/pkg/core/notifier/providers/pushover/pushover_test.go` (+62 -0) 📝 `ui/src/components/notification/NotifyChannelEditForm.tsx` (+3 -0) ➕ `ui/src/components/notification/NotifyChannelEditFormPushoverFields.tsx` (+41 -0) 📝 `ui/src/domain/settings.ts` (+9 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.settings.json` (+7 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+2 -1) 📝 `ui/src/i18n/locales/zh/nls.settings.json` (+7 -0) </details> ### 📄 Description 基本上参考 PushPlus 写的 --- <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:11 +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#993
No description provided.