Twitch-VOD-Manager/src/main/domain
xRangerDE dc2b609132 feat(discovery): Helix top-clips-crawler module + rangeLastDays helper (9 tests)
Pillar 7 (Auto-Discovery) addition. Pure module — fetchImpl injizierbar fuer
Tests. Helix /clips endpoint, supports broadcaster_id + first (clamped 1-100) +
started_at/ended_at. Returns sorted-desc by view_count. snake_case Helix-
Felder werden auf camelCase im Public-Interface gemappt.

219 unit tests. IPC wiring + Auto-Discovery-Scheduler kommt post-5.1.0-alpha.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 00:00:38 +02:00
..
.gitkeep scaffold: src/main/{infra,domain} directory tree for v5 split 2026-05-11 21:40:52 +02:00
archive-files-store.test.ts feat(archive): archive-files-store CRUD + summaryByStreamer (10 tests) 2026-05-11 23:53:54 +02:00
archive-files-store.ts feat(archive): archive-files-store CRUD + summaryByStreamer (10 tests) 2026-05-11 23:53:54 +02:00
chunk-index-store.test.ts feat(resume): chunk-index-store CRUD (8 tests) 2026-05-11 22:19:50 +02:00
chunk-index-store.ts feat(resume): chunk-index-store CRUD (8 tests) 2026-05-11 22:19:50 +02:00
config-normalize.test.ts refactor: extract config normalizers to src/main/domain/config-normalize + 47 tests 2026-05-11 21:48:58 +02:00
config-normalize.ts refactor: extract config normalizers to src/main/domain/config-normalize + 47 tests 2026-05-11 21:48:58 +02:00
i18n-backend.test.ts refactor: extract BACKEND_MESSAGES + tBackend to src/main/domain/i18n-backend + 8 tests 2026-05-11 21:46:12 +02:00
i18n-backend.ts refactor: extract BACKEND_MESSAGES + tBackend to src/main/domain/i18n-backend + 8 tests 2026-05-11 21:46:12 +02:00
integrity-check.test.ts feat(integrity): ffprobe JSON parser + verdict assessor (12 tests) 2026-05-11 23:52:48 +02:00
integrity-check.ts feat(integrity): ffprobe JSON parser + verdict assessor (12 tests) 2026-05-11 23:52:48 +02:00
migrator.test.ts feat(db): JSON to SQLite migrator (idempotent, fail-soft, 8 tests) 2026-05-11 22:04:25 +02:00
migrator.ts feat(db): JSON to SQLite migrator (idempotent, fail-soft, 8 tests) 2026-05-11 22:04:25 +02:00
pkce.test.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
pkce.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
token-store.test.ts feat(auth): token-store CRUD on oauth_accounts (encrypted, 11 tests) 2026-05-11 22:13:37 +02:00
token-store.ts feat(auth): token-store CRUD on oauth_accounts (encrypted, 11 tests) 2026-05-11 22:13:37 +02:00
top-clips-crawler.test.ts feat(discovery): Helix top-clips-crawler module + rangeLastDays helper (9 tests) 2026-05-12 00:00:38 +02:00
top-clips-crawler.ts feat(discovery): Helix top-clips-crawler module + rangeLastDays helper (9 tests) 2026-05-12 00:00:38 +02:00
twitch-oauth.test.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
twitch-oauth.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
update-version-utils.test.ts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00
update-version-utils.ts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00