mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #153] [MERGED] WIP: Since ID, works #1229
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#1229
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/153
Author: @binwiederhier
Created: 2/26/2022
Status: ✅ Merged
Merged: 2/27/2022
Merged by: @binwiederhier
Base:
main← Head:since-id📝 Commits (10+)
4af9c07WIP: Since ID, works8b32cfaImplement since=ID logic in mem cache; add tests; still failing7d93b05Almost there; Replace memCache with :memory: SQLite cache6dc4e44Fix tests; remove memory implementation entirelyc21737dCombine tests and all thatf17df1eCombine entirelye29a18aAdd another scheduled message to since ID teste79dbf4Docs4cd30c3Rename cache to messageCache324500dDeprecation notice📊 Changes
13 files changed (+750 additions, -688 deletions)
View changed files
📝
docs/deprecations.md(+8 -0)📝
docs/subscribe/api.md(+5 -3)➖
server/cache.go(+0 -25)➖
server/cache_mem.go(+0 -165)➖
server/cache_mem_test.go(+0 -43)➖
server/cache_sqlite_test.go(+0 -158)➖
server/cache_test.go(+0 -222)📝
server/message_cache.go(+154 -26)➕
server/message_cache_test.go(+496 -0)📝
server/server.go(+38 -30)📝
server/server_test.go(+4 -7)📝
server/types.go(+31 -8)📝
util/util.go(+14 -1)📄 Description
Implements #151
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.