mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #698] [CLOSED] feat(notify/pushover): move from settings #1018
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#1018
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/698
Author: @imlonghao
Created: 5/17/2025
Status: ❌ Closed
Base:
main← Head:feat/pushover-move📝 Commits (1)
7549c01feat(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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.