autobrr/internal/database
ze0s 5c402b6d6c
feat(filters): support Language filtering (#632)
* feat(filters): add support for language

* feat(filters): add db migrations and repo

* feat(filters): fix failing tests

* feat(filters): fix failing tests
2023-01-09 00:33:08 +01: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 feat(feeds): view latest RSS and Torznab feed (#609) 2023-01-02 23:00:11 +01:00
feed_cache.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
filter.go feat(filters): support Language filtering (#632) 2023-01-09 00:33:08 +01: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 refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01:00
postgres.go feat(actions): qbit add options content layout and skip hash check (#393) 2022-08-02 18:06:45 +02:00
postgres_migrate.go feat(filters): support Language filtering (#632) 2023-01-09 00:33:08 +01:00
release.go fix(releases): table sorting (#603) 2023-01-01 16:35:21 +01:00
sqlite.go feat(actions): qbit add options content layout and skip hash check (#393) 2022-08-02 18:06:45 +02:00
sqlite_migrate.go feat(filters): support Language filtering (#632) 2023-01-09 00:33:08 +01:00
user.go refactor(database): clean-up queries (#569) 2022-12-30 23:53:45 +01: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