autobrr/internal/database
ze0s 221bc35371
feat(lists): integrate Omegabrr (#1885)
* feat(lists): integrate Omegabrr

* feat(lists): add missing lists index

* feat(lists): add db repo

* feat(lists): add db migrations

* feat(lists): labels

* feat(lists): url lists and more arrs

* fix(lists): db migrations client_id wrong type

* fix(lists): db fields

* feat(lists): create list form wip

* feat(lists): show in list and create

* feat(lists): update and delete

* feat(lists): trigger via webhook

* feat(lists): add webhook handler

* fix(arr): encode json to pointer

* feat(lists): rename endpoint to lists

* feat(lists): fetch tags from arr

* feat(lists): process plaintext lists

* feat(lists): add background refresh job

* run every 6th hour with a random start delay between 1-35 seconds

* feat(lists): refresh on save and improve logging

* feat(lists): cast arr client to pointer

* feat(lists): improve error handling

* feat(lists): reset shows field with match release

* feat(lists): filter opts all lists

* feat(lists): trigger on update if enabled

* feat(lists): update option for lists

* feat(lists): show connected filters in list

* feat(lists): missing listSvc dep

* feat(lists): cleanup

* feat(lists): typo arr list

* feat(lists): radarr include original

* feat(lists): rename ExcludeAlternateTitle to IncludeAlternateTitle

* fix(lists): arr client type conversion to pointer

* fix(actions): only log panic recover if err not nil

* feat(lists): show spinner on save

* feat(lists): show icon in filters list

* feat(lists): change icon color in filters list

* feat(lists): delete relations on filter delete
2024-12-25 13:23:37 +01:00
..
tools chore: add missing license headers (#1811) 2024-11-06 21:37:42 +01:00
action.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
action_test.go fix(actions): reject if client is disabled (#1626) 2024-08-27 19:45:06 +02:00
api.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
api_test.go refactor(http): api key cache handling (#1632) 2024-08-28 16:51:03 +02:00
database.go feat(database): SQLite database backups (#1756) 2024-11-12 19:14:45 +01:00
database_test.go chore(database): remove unused test func (#1465) 2024-04-19 14:08:58 +02:00
download_client.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
download_client_test.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
feed.go fix(indexers): delete feed with indexer (#1810) 2024-11-06 20:48:46 +01:00
feed_cache.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
feed_cache_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_test.go fix(indexers): delete feed with indexer (#1810) 2024-11-06 20:48:46 +01:00
filter.go feat(lists): integrate Omegabrr (#1885) 2024-12-25 13:23:37 +01:00
filter_test.go fix(filters): release download counts (#1739) 2024-10-06 14:52:20 +02:00
indexer.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
indexer_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
irc_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
list.go feat(lists): integrate Omegabrr (#1885) 2024-12-25 13:23:37 +01:00
notification.go fix(notifications): disable notification and events have no effect (#1754) 2024-10-06 14:12:01 +02:00
notification_test.go fix(notifications): disable notification and events have no effect (#1754) 2024-10-06 14:12:01 +02:00
postgres.go fix(database): migrations log correct upgrade var version (#1441) 2024-02-28 18:04:45 +01:00
postgres_migrate.go feat(lists): integrate Omegabrr (#1885) 2024-12-25 13:23:37 +01:00
proxy.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
proxy_test.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
release.go fix(releases): search by group (#1876) 2024-12-12 13:56:04 +01:00
release_test.go feat(releases): show indexer name instead of identifier (#1706) 2024-09-03 14:57:48 +02:00
sqlite.go fix(database): SQLite try reindexing on integrity check error (#1877) 2024-12-14 15:58:18 +01:00
sqlite_migrate.go feat(lists): integrate Omegabrr (#1885) 2024-12-25 13:23:37 +01:00
user.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
user_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
utils_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00