autobrr/internal/database
Nelson Pecora da5492febb
feat(notifications): add Pushover (#598)
* feat(notifications): add pushover

* add db migration

* fix lint error

* some small corrections

* fixed README

* added missing columns to postgres_migrate.go

* use token for user_key

* refactor(notifications): change priority to int

* fix: only test selected events

---------

Co-authored-by: soup <soup@r4tio.dev>
Co-authored-by: ze0s <ze0s@riseup.net>
2023-04-29 17:07:15 +02:00
..
action.go fix(database): fix filter regression from clean-up (#599) 2022-12-31 12:27:42 +01:00
api.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
database.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
download_client.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
feed.go fix(feeds): check settings before unmarshalling (#789) 2023-03-26 23:10:59 +02:00
feed_cache.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
filter.go feat(filters): add match logic for tags and except tags (#810) 2023-04-10 16:11:44 +02:00
indexer.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
irc.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
notification.go feat(notifications): add Pushover (#598) 2023-04-29 17:07:15 +02:00
postgres.go enhancement(database): improve log messages (#695) 2023-02-11 22:32:22 +01:00
postgres_migrate.go feat(notifications): add Pushover (#598) 2023-04-29 17:07:15 +02:00
release.go feat(releases): add info url link to releases list (#683) 2023-01-29 21:40:49 +01:00
sqlite.go feat(sqlite): commit WAL on startup (#684) 2023-03-19 21:21:02 +01:00
sqlite_migrate.go feat(notifications): add Pushover (#598) 2023-04-29 17:07:15 +02:00
user.go fix(onboarding): could not create user (#848) 2023-04-17 20:56:17 +02:00
utils.go feat(actions): qbit rules set ratio and seed time limits (#264) 2022-05-03 14:57:47 +02:00
utils_test.go Fix: Performance issues and sqlite locking (#74) 2022-01-11 19:35:27 +01:00