Commit Graph

313 Commits

Author SHA1 Message Date
Flaminel
4b6f274b33 replaced polling with SignalR push for cf-scores and search-stats 2026-03-23 23:37:45 +02:00
Flaminel
ea5ae49c82 added unit tests for Seeker and CustomFormatScoreSyncer 2026-03-23 23:23:15 +02:00
Flaminel
e098ccc98e lowered Sonarr CF sync delay to 100-500ms 2026-03-23 23:16:20 +02:00
Flaminel
18dcee1a1c added CancellationToken support to IHandler and all implementations 2026-03-23 23:15:54 +02:00
Flaminel
5c7f7b4a64 replaced DateTime.UtcNow with TimeProvider across Seeker jobs 2026-03-23 22:50:37 +02:00
Flaminel
1e09d3b110 fixed totalSkipped counter never incrementing for Sonarr CF sync 2026-03-23 22:43:34 +02:00
Flaminel
3de438c1b8 changed default value for active downloads limit 2026-03-23 17:13:21 +02:00
Flaminel
202ecae231 moved cf scores on the sidebar 2026-03-23 14:45:31 +02:00
Flaminel
7399aefc5c improved cf score on dashboard 2026-03-23 14:41:51 +02:00
Flaminel
2c8bd0675e improved API calls to use streams 2026-03-23 14:14:24 +02:00
Flaminel
662059263f improved Seeker's logs 2026-03-23 13:30:38 +02:00
Flaminel
f2a43dbbdc added job type filter for logs 2026-03-23 13:23:26 +02:00
Flaminel
03e4a52ede fixed custom format syncing for Sonarr 2026-03-23 13:09:54 +02:00
Flaminel
88d1692729 removed unused imports 2026-03-23 12:15:58 +02:00
Flaminel
4f4102f02f fixed css budget error 2026-03-23 12:14:52 +02:00
Flaminel
5c6a1666cf Merge remote-tracking branch 'origin/main' into add_search_functionality 2026-03-23 12:04:54 +02:00
Flaminel
0ed2bd7ffd fixed search stats tooltips 2026-03-23 11:55:37 +02:00
Flaminel
e63b44de09 fixed search stats instance card cutting off cycle id 2026-03-23 11:45:25 +02:00
Flaminel
5b22a1ec60 added a drag and drop system for the dashboard 2026-03-23 11:43:09 +02:00
Flaminel
13b313de86 recreated db migration 2026-03-23 11:24:22 +02:00
Flaminel
939235592a reverted db migration 2026-03-23 11:15:16 +02:00
Flaminel
96251ee4bb fix per-instance search count during dry run 2026-03-23 11:14:31 +02:00
Flaminel
4763a0624d add tooltips to search stats fields 2026-03-23 11:13:38 +02:00
Flaminel
01a232e6ff add sort and hide-met filters to CF scores page 2026-03-23 11:12:20 +02:00
Flaminel
4188a84afa show per-instance CF score stats on dashboard 2026-03-23 11:10:38 +02:00
Flaminel
2ce204c1bc Fix animated counter having negative values (#515) 2026-03-23 10:18:11 +02:00
Flaminel
d653b7fa3f Remove the suggested apps section (#514) 2026-03-22 23:25:59 +02:00
Flaminel
587fe4d095 added more logs for custom format syncer 2026-03-22 21:50:31 +02:00
Flaminel
2ea8cbe2b5 fixed custom format page filtering 2026-03-22 21:50:19 +02:00
Flaminel
8659d35235 fixed round robin not working with dry run enabled 2026-03-22 21:46:08 +02:00
Flaminel
33e06b59ec fixed Sonarr cutoff unmet and added logs for search reason 2026-03-22 21:29:37 +02:00
Flaminel
0dcb42efa2 Add failed import edge case handling for Sonarr and Radarr (#510) 2026-03-22 12:01:08 +02:00
Flaminel
29059b7323 made label be more specific 2026-03-21 22:00:49 +02:00
Flaminel
2b5bb296f8 recreated db migration 2026-03-21 21:58:26 +02:00
Flaminel
e83f26efdb extracted polling interval constant 2026-03-21 21:50:37 +02:00
Flaminel
f3edce9ec2 narrowed exception handling in ParseEventData 2026-03-21 21:50:21 +02:00
Flaminel
9db29aa541 fixed stale comment in SeekerConfig 2026-03-21 21:49:24 +02:00
Flaminel
f74ec45ca6 improved toggle reset in toggleRoundRobin 2026-03-21 21:49:10 +02:00
Flaminel
bc8aa10588 fixed dirty detection sensitive to instance order 2026-03-21 21:48:53 +02:00
Flaminel
90fedc6fa3 added timeout to DataContext lock acquisition 2026-03-21 21:48:27 +02:00
Flaminel
d9a37d7cce fixed proactive search validation bypass with empty instances 2026-03-21 21:47:38 +02:00
Flaminel
1a271fd848 moved SeekerInstanceConfig creation from GET to PUT endpoint 2026-03-21 21:47:16 +02:00
Flaminel
8fc6320cb6 fixed SeekerCommandMonitor to inspect all instance queues 2026-03-21 21:46:53 +02:00
Flaminel
dc22d546db added time window filter to GetRecentUpgrades 2026-03-21 21:46:33 +02:00
Flaminel
7aa5eab7ad fixed potential infinite recursion in Sonarr cycle reset 2026-03-21 21:43:35 +02:00
Flaminel
f009d9a485 fixed optional param in JobsController.StartJob 2026-03-21 21:43:11 +02:00
Flaminel
0974b54b96 fixed movies and series endpoint calls 2026-03-21 18:07:43 +02:00
Flaminel
0f2f9249bf fixed dummy input 2026-03-21 17:36:01 +02:00
Flaminel
9b4af097b4 fixed job not being triggered in certain situations 2026-03-21 17:33:33 +02:00
Flaminel
f3161ae6f6 added CustomFormatScoreSyncer trigger when it's enabled 2026-03-21 16:58:10 +02:00