autobrr/internal/database
martylukyy a8b4ca69a2
feat(indexers): new IRC auth mechanism for RocketHD (#2085)
* chore(indexers): new IRC auth mechanism for RocketHD

* linting

* chore(indexers): remove NickServ fields from settings

* chore(indexers): database migrations

* chore(indexers): only do irc_channel migrations when password is not NULL

* feat(indexers): only bump schema once

* feat(indexers): add migrations for postgres
2025-06-10 19:50:19 +02:00
..
tools chore(license): update copyright year in headers (#1935) 2025-01-08 08:38:10 +01:00
action.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
action_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
api.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
api_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
database.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
database_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
download_client.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
download_client_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
feed_cache.go feat(feeds): optimize existing cache items check (#2078) 2025-06-07 12:46:08 +02:00
feed_cache_test.go feat(feeds): optimize existing cache items check (#2078) 2025-06-07 12:46:08 +02:00
feed_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
filter.go feat(filters): show current download count in list (#2001) 2025-03-16 18:33:47 +01:00
filter_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
indexer.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
indexer_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
irc.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
irc_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
list.go feat(lists): add option to skip cleaning of Plaintext data (#2036) 2025-06-01 15:27:48 +02:00
notification.go fix(notifications): update and list password (#1951) 2025-01-25 18:34:49 +01:00
notification_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
postgres.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
postgres_migrate.go feat(indexers): new IRC auth mechanism for RocketHD (#2085) 2025-06-10 19:50:19 +02:00
postgres_test.go feat(database): connect postgres via socket and read config from env _FILE secrets (#2061) 2025-05-05 21:15:24 +02:00
proxy.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
proxy_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
release.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
release_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
sqlite.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
sqlite_migrate.go feat(indexers): new IRC auth mechanism for RocketHD (#2085) 2025-06-10 19:50:19 +02:00
user.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
user_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
utils.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00
utils_test.go chore(license): update copyright year in headers (#1929) 2025-01-06 22:23:19 +01:00