summaryrefslogtreecommitdiff
path: root/internal/db/bundb/notification.go
AgeCommit message (Expand)AuthorFiles
2022-11-18[performance] don't use relations to select notification structs, use caches ...Libravatar tobi1
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-08-31[feature] Add support for the exclude_types[] parameter on the notifications ...Libravatar Blackle Morisanchetto1
2022-08-01[feature] Implemented notification clear (#720)Libravatar Artémis1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi1
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-25Pg to bun (#148)Libravatar tobi1