[PR #698] [CLOSED] feat(notify/pushover): move from settings #1018

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/698
Author: @imlonghao
Created: 5/17/2025
Status: Closed

Base: mainHead: feat/pushover-move


📝 Commits (1)

  • 7549c01 feat(notify/pushover): move from settings

📊 Changes

17 files changed (+199 additions, -4 deletions)

View changed files

📝 internal/domain/access.go (+5 -0)
📝 internal/domain/provider.go (+2 -0)
📝 internal/notify/providers.go (+15 -0)
📝 internal/pkg/core/notifier/providers/pushover/pushover.go (+7 -4)
ui/public/imgs/providers/pushover.svg (+1 -0)
📝 ui/src/components/access/AccessForm.tsx (+3 -0)
ui/src/components/access/AccessFormPushoverConfig.tsx (+71 -0)
📝 ui/src/components/workflow/node/NotifyNodeConfigForm.tsx (+3 -0)
ui/src/components/workflow/node/NotifyNodeConfigFormPushoverConfig.tsx (+61 -0)
📝 ui/src/domain/access.ts (+7 -0)
📝 ui/src/domain/provider.ts (+4 -0)
📝 ui/src/i18n/locales/en/nls.access.json (+6 -0)
📝 ui/src/i18n/locales/en/nls.provider.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.access.json (+6 -0)
📝 ui/src/i18n/locales/zh/nls.provider.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+3 -0)

📄 Description

  1. 将 Pushover 从「系统设置」挪到「授权管理」中
  2. 增加了设置单条消息的优先级

🔄 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/698 **Author:** [@imlonghao](https://github.com/imlonghao) **Created:** 5/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/pushover-move` --- ### 📝 Commits (1) - [`7549c01`](https://github.com/certimate-go/certimate/commit/7549c0126cdf5db0ae44475c20b11dbe99286d54) feat(notify/pushover): move from settings ### 📊 Changes **17 files changed** (+199 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/access.go` (+5 -0) 📝 `internal/domain/provider.go` (+2 -0) 📝 `internal/notify/providers.go` (+15 -0) 📝 `internal/pkg/core/notifier/providers/pushover/pushover.go` (+7 -4) ➕ `ui/public/imgs/providers/pushover.svg` (+1 -0) 📝 `ui/src/components/access/AccessForm.tsx` (+3 -0) ➕ `ui/src/components/access/AccessFormPushoverConfig.tsx` (+71 -0) 📝 `ui/src/components/workflow/node/NotifyNodeConfigForm.tsx` (+3 -0) ➕ `ui/src/components/workflow/node/NotifyNodeConfigFormPushoverConfig.tsx` (+61 -0) 📝 `ui/src/domain/access.ts` (+7 -0) 📝 `ui/src/domain/provider.ts` (+4 -0) 📝 `ui/src/i18n/locales/en/nls.access.json` (+6 -0) 📝 `ui/src/i18n/locales/en/nls.provider.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+6 -0) 📝 `ui/src/i18n/locales/zh/nls.provider.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+3 -0) </details> ### 📄 Description 1. 将 Pushover 从「系统设置」挪到「授权管理」中 2. 增加了设置单条消息的优先级 --- <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:19 +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#1018
No description provided.