mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1614] [CLOSED] Postgres support: user management (part 2/3) #1664
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#1664
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/1614
Author: @binwiederhier
Created: 2/18/2026
Status: ❌ Closed
Base:
postgres-webpush← Head:postgres-webpush+user📝 Commits (6)
60fa50fMerge branch 'main' into postgres-webpush+user07c3e28Refactor user package to Store interface with PostgreSQL support909c3feAdd Store-level unit tests for SQLite and PostgreSQL backends1abc100Re-orge3a402eMake user tests work for postgres and sqliteae5e1feMerge branch 'postgres-webpush' into postgres-webpush+user📊 Changes
15 files changed (+4242 additions, -2238 deletions)
View changed files
📝
cmd/user.go(+17 -8)📝
server/server.go(+12 -2)📝
user/manager.go(+115 -1070)📝
user/manager_test.go(+1211 -1105)➕
user/store.go(+986 -0)➕
user/store_postgres.go(+292 -0)➕
user/store_postgres_schema.go(+113 -0)➕
user/store_postgres_test.go(+208 -0)➕
user/store_sqlite.go(+273 -0)📝
user/store_sqlite_schema.go(+178 -37)➕
user/store_sqlite_test.go(+180 -0)➕
user/store_test.go(+619 -0)📝
user/types.go(+14 -0)📝
webpush/store_postgres.go(+11 -7)📝
webpush/store_sqlite.go(+13 -9)📄 Description
Parts
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.