|
|
43ec2d106e
|
Handle relation refresh errors
|
2026-06-20 18:28:45 +02:00 |
|
|
|
4291c4999e
|
Handle Jikan test cleanup errors
|
2026-06-20 18:28:44 +02:00 |
|
|
|
68b7426fe9
|
Handle Jikan cache refresh errors
|
2026-06-20 18:28:43 +02:00 |
|
|
|
274b0b055d
|
Handle anime refresh errors
|
2026-06-20 18:28:41 +02:00 |
|
|
|
6d3773794d
|
fix: stop stale request retries
|
2026-06-18 20:25:30 +02:00 |
|
|
|
909f43ff75
|
refactor: split fetchRelationResults to satisfy funlen
|
2026-06-16 21:05:16 +02:00 |
|
|
|
c9dcec9a44
|
fix: allow empty search results from jikan
|
2026-06-16 17:20:39 +02:00 |
|
|
|
2cd270e7e3
|
fix: apply go fix updates (any, range loop, slices, maps)
|
2026-06-16 13:36:45 +02:00 |
|
|
|
57a4272a92
|
fix: defer resp.Body.Close in handleResponseRetry
|
2026-06-16 11:03:42 +02:00 |
|
|
|
a95a339c0c
|
feat: add http roundtripper mock and deterministic integration tests for allanime
|
2026-06-16 10:59:26 +02:00 |
|
|
|
1c17d6334f
|
fix: unblock jikan limiter waits
|
2026-06-16 01:27:28 +02:00 |
|
|
|
fa465630ab
|
test: harden allanime crypto tests
|
2026-06-16 01:18:33 +02:00 |
|
|
|
c3a80af469
|
fix: replace package-level traceEnabled with per-client field
|
2026-06-16 01:01:54 +02:00 |
|
|
|
316ed27938
|
refactor: split jikan client into transport/cache/rate subpackages
|
2026-06-16 00:50:12 +02:00 |
|
|
|
9dac4cbc44
|
fix: log jikan cache set failures instead of silently discarding
|
2026-06-16 00:35:16 +02:00 |
|
|
|
480d780701
|
refactor: use errors.New for static error strings
|
2026-06-16 00:26:43 +02:00 |
|
|
|
bc7fe27eb5
|
fix: log silent gaps in fetchRelationResults
|
2026-06-16 00:19:38 +02:00 |
|
|
|
ef36578c4b
|
feat: propagate stream source type from provider to client
|
2026-06-14 21:37:38 +02:00 |
|
|
|
7b56f587e5
|
test: add parseOKRUSources unit test
|
2026-06-14 21:17:30 +02:00 |
|
|
|
43d31865ed
|
test: add test for embed source skipping in resolveDirectSource
|
2026-06-14 21:17:27 +02:00 |
|
|
|
08a16f3302
|
feat: detect embeds in source references and route to extraction
|
2026-06-14 21:16:38 +02:00 |
|
|
|
dcebe90620
|
feat: add embed video parsing helpers for allanime
|
2026-06-14 21:16:28 +02:00 |
|
|
|
d28b187ac0
|
chore: update allanime site url and referer constants
|
2026-06-14 21:16:10 +02:00 |
|
|
|
e3d82389e4
|
trim: keep only entrypoint in client.go
|
2026-06-13 22:24:10 +02:00 |
|
|
|
f99b30bf43
|
extract: add stream source resolution
|
2026-06-13 22:24:06 +02:00 |
|
|
|
21a1965fdd
|
extract: add availability parsing
|
2026-06-13 22:24:02 +02:00 |
|
|
|
fdb79633df
|
extract: add search and provider-id resolution
|
2026-06-13 22:23:58 +02:00 |
|
|
|
4876995652
|
extract: add decrypt and deobfuscation helpers
|
2026-06-13 22:23:53 +02:00 |
|
|
|
263bfafd04
|
style: use http status constant
|
2026-06-13 21:32:23 +02:00 |
|
|
|
ea411e5feb
|
perf: preallocate fetchedAnimes in fetchBaselineAnime
|
2026-06-13 21:30:49 +02:00 |
|
|
|
ef1cd20f0b
|
refactor: remove animeschedule.net integration
|
2026-06-13 21:22:56 +02:00 |
|
|
|
36c0e87ae8
|
feat: add watch order mode toggle
|
2026-06-12 13:39:50 +02:00 |
|
|
|
164232cf0d
|
fix: prefer original over japanese in jikan displaytitle
|
2026-06-12 13:17:51 +02:00 |
|
|
|
ed90b5c7aa
|
fix: remove nil error return
|
2026-06-11 14:51:57 +02:00 |
|
|
|
7968fb57f6
|
refactor: split parseProviderResponse into smaller helpers
|
2026-06-11 14:35:31 +02:00 |
|
|
|
ba578d969a
|
refactor: split seedRandomPool to reduce gocognit
|
2026-06-11 14:33:29 +02:00 |
|
|
|
5998b59e81
|
refactor: extract helpers from fetchWithRetry to reduce gocognit
|
2026-06-11 14:32:02 +02:00 |
|
|
|
c5acc63370
|
refactor: extract helpers from FetchWeek to reduce gocognit
|
2026-06-11 14:29:59 +02:00 |
|
|
|
76af597f4d
|
refactor: shorten TestBuildSourceReferences below funlen threshold
|
2026-06-11 13:03:19 +02:00 |
|
|
|
0227c8688b
|
refactor: extract duplicate table-test loop into helper
|
2026-06-11 13:02:06 +02:00 |
|
|
|
55095791c7
|
refactor: reduce cyclomatic complexity of parseM3U8
|
2026-06-11 12:40:41 +02:00 |
|
|
|
983d805240
|
refactor: extract string slice helper in allanime client
|
2026-06-11 12:38:38 +02:00 |
|
|
|
0beec5fd56
|
refactor: reduce cyclomatic complexity of resolveSourceReferences
|
2026-06-11 12:36:35 +02:00 |
|
|
|
650fac1c90
|
refactor: reduce graphqlRequestWithHash complexity
|
2026-06-11 12:35:11 +02:00 |
|
|
|
870f8086e2
|
refactor: extract show resolution helpers from GetStreams
|
2026-06-11 12:33:12 +02:00 |
|
|
|
7af597d8fc
|
refactor: reduce DurationSeconds complexity with token parsing
|
2026-06-11 12:31:33 +02:00 |
|
|
|
02bbc6c4d4
|
refactor: use url.Values in allanime graphql request
|
2026-06-11 12:29:23 +02:00 |
|
|
|
5ada1f72e4
|
feat: add shared query param helpers for jikan
|
2026-06-11 12:27:56 +02:00 |
|
|
|
4b95f85d4d
|
chore: remove stray blank line in test
|
2026-06-11 12:19:59 +02:00 |
|
|
|
c36f02862d
|
refactor: split getFullRelations into smaller helpers
|
2026-06-11 12:19:43 +02:00 |
|