autobrr/internal/database
kenstir 4fceccd611
feat(filters): support daily shows (#1462)
* feat(database): Add month, day columns to release table

* feat(database): Add month, day columns to postgres release table

* feat(filters): support daily show format

* feat(filters): check smart episode daily

* fix(tests): rss

* feat(filters): add daily shows elements to form

* enhancement(web): minimize html in MoviesAndTV tab

* feat(filters): smart episode check proper and repack

* feat(filters): smart episode do not allow multiple latest

* feat(filters): smart episode check group with repack

* feat(filters): smart episode allow multiple current releases

---------

Co-authored-by: s0up4200 <soup@r4tio.dev>
Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
2024-05-15 16:38:10 +02:00
..
tools feat(autobrrctl): add db migrate/seed/reset functionality (#934) 2023-12-28 14:05:51 +01:00
action.go feat(actions): qBittorrent add first-last piece priority (#1517) 2024-04-18 14:47:36 +02:00
action_test.go feat(actions): qBittorrent add first-last piece priority (#1517) 2024-04-18 14:47:36 +02:00
api.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
api_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database_test.go chore(database): remove unused test func (#1465) 2024-04-19 14:08:58 +02:00
download_client.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
download_client_test.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
feed.go feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
feed_cache.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_cache_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
filter.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
filter_test.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
indexer.go feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
indexer_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
postgres.go fix(database): migrations log correct upgrade var version (#1441) 2024-02-28 18:04:45 +01:00
postgres_migrate.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
release.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
release_test.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
sqlite.go fix(database): migrations log correct upgrade var version (#1441) 2024-02-28 18:04:45 +01:00
sqlite_migrate.go feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02: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 chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00