autobrr/internal/database
paperclip-go-brr 72be86a34f
feat(feed): Configurable request timeout (#456)
* feat(feed): Add field for setting request timeout

* fix: missing type in interface

* feat: add postgres migration and column to base schema
2022-10-04 17:33:35 +02:00
..
action.go feat(actions): qbit add options content layout and skip hash check (#393) 2022-08-02 18:06:45 +02:00
api.go feat(api): add apikey support (#408) 2022-08-15 11:58:13 +02:00
database.go fix(autobrrctl): missing logger (#355) 2022-07-16 17:59:24 +02:00
download_client.go feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
feed.go feat(feed): Configurable request timeout (#456) 2022-10-04 17:33:35 +02:00
feed_cache.go fix(feeds): torznab update and delete (#346) 2022-07-09 16:25:40 +02:00
filter.go feat(filters): improve list view with filtering (#465) 2022-09-22 11:54:17 +02:00
indexer.go fix(indexers): delete and clean (#343) 2022-07-07 18:31:42 +02:00
irc.go feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
notification.go feat(notifications): add Notifiarr support (#464) 2022-09-19 15:44:31 +02: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(feed): Configurable request timeout (#456) 2022-10-04 17:33:35 +02:00
release.go feat(releases): action status show filter and client (#338) 2022-07-06 17:30:41 +02: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(feed): Configurable request timeout (#456) 2022-10-04 17:33:35 +02:00
user.go feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +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