mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #48] [MERGED] WIP: Add 'At:'/'In:' headers to support scheduled messages #1206
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1206
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/binwiederhier/ntfy/pull/48
Author: @binwiederhier
Created: 12/10/2021
Status: ✅ Merged
Merged: 12/11/2021
Merged by: @binwiederhier
Base:
main← Head:delay📝 Commits (5)
196c86dWIP_ Add 'At:'/'Delay:' headers to support scheduled messages06b4d9cNatural language5ef83a7Test DB migratione8688feLots more tests01d2116Docs docs docs📊 Changes
16 files changed (+831 additions, -235 deletions)
View changed files
📝
config/config.go(+12 -0)📝
docs/config.md(+1 -1)📝
docs/publish.md(+81 -2)📝
docs/subscribe/api.md(+11 -1)📝
go.mod(+9 -4)📝
go.sum(+19 -5)📝
server/cache.go(+3 -1)📝
server/cache_mem.go(+74 -39)📝
server/cache_mem_test.go(+5 -1)📝
server/cache_sqlite.go(+95 -38)📝
server/cache_sqlite_test.go(+82 -19)📝
server/cache_test.go(+33 -7)📝
server/server.go(+82 -32)📝
server/server_test.go(+167 -85)➕
util/time.go(+97 -0)➕
util/time_test.go(+60 -0)📄 Description
Supports
Related issue: #39
To do:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.