mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 15:43:37 +01:00
[PR #57] [MERGED] Feat/ntfy #153
Reference in New Issue
Block a user
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/yusing/godoxy/pull/57
Author: @yusing
Created: 2/1/2025
Status: ✅ Merged
Merged: 2/1/2025
Merged by: @yusing
Base:
v0.9← Head:feat/ntfy📝 Commits (3)
c003951implement ntfy notification49fb716fix notification fields orderc668f11fix schema for ntfy📊 Changes
17 files changed (+171 additions, -44 deletions)
View changed files
📝
internal/notif/base.go(+13 -0)📝
internal/notif/color.go(+3 -3)📝
internal/notif/config.go(+2 -0)📝
internal/notif/dispatcher.go(+10 -1)📝
internal/notif/format.go(+6 -16)📝
internal/notif/gotify.go(+2 -2)➕
internal/notif/ntfy.go(+89 -0)📝
internal/notif/providers.go(+3 -0)📝
internal/notif/webhook.go(+3 -3)📝
internal/watcher/health/monitor/monitor.go(+9 -9)📝
package.json(+1 -1)📝
schemas/config.schema.json(+1 -1)📝
schemas/config/notification.d.ts(+10 -2)📝
schemas/config/notification.js(+3 -1)📝
schemas/config/notification.ts(+12 -1)📝
schemas/config/providers.d.ts(+2 -2)📝
schemas/config/providers.ts(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.