autobrr/internal/domain
soup 6e12654f6a
feat(filters): show enabled and disabled actions in list view (#1304)
* feat(filters): reflect enabled actions

* dont store release unless enabled action found

* store the release after the delay

* add new parameter to FindByFilterID method
2023-12-17 21:18:26 +01:00
..
testdata feat(releases): retry failed downloads (#491) 2022-10-19 21:52:31 +02:00
action.go feat(filters): show enabled and disabled actions in list view (#1304) 2023-12-17 21:18:26 +01:00
api.go chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
client.go feat(downloadclient): set downloadClientId for arr clients (#1081) 2023-09-03 15:34:55 +02:00
client_test.go chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
config.go fix(config): PostgresExtraParams struct tag (#1294) 2023-12-12 20:35:12 +01:00
error.go feat(filters): add support for multiple external filters (#1030) 2023-08-15 23:07:39 +02:00
event.go chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
feed.go feat(feeds): improve caching (#1191) 2023-10-21 17:03:52 +02:00
filter.go feat(filters): show enabled and disabled actions in list view (#1304) 2023-12-17 21:18:26 +01:00
filter_test.go refactor(filters): move rejections from release to filter (#1272) 2023-12-01 18:04:23 +01:00
indexer.go fix(indexers): toggle state (#1214) 2023-11-19 23:11:12 +01:00
indexer_test.go feat(definitions): add expectations for test lines (#1257) 2023-11-18 15:41:39 +01:00
irc.go feat(irc): support optional bot mode (#1246) 2023-11-22 19:57:16 +01:00
macros.go feat(macros): add SizeString DownloadURL and InfoURL (#1080) 2023-09-03 13:27:47 +02:00
macros_test.go feat(macros): add SizeString DownloadURL and InfoURL (#1080) 2023-09-03 13:27:47 +02:00
notification.go feat(notifications): add LunaSea support (#1284) 2023-12-15 23:13:44 +01:00
release.go feat(indexers): BHD freeleech announces (#1216) 2023-10-26 22:30:28 +02:00
release_test.go feat(macros): add SizeString DownloadURL and InfoURL (#1080) 2023-09-03 13:27:47 +02:00
releasetags.go chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
releasetags_test.go chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
user.go feat(database): setup integration tests (#1118) 2023-11-18 20:04:30 +01:00