Commit Graph
953 Commits
Author SHA1 Message Date
jxxghp 640f6dfdca refactor: centralize startup system configuration 2026-08-22 23:39:34 +08:00
jxxghp e602c23668 refactor: clear public entrypoint complexity debt 2026-08-22 23:28:30 +08:00
jxxghp 56cb7294eb refactor: extract cache network and compatibility entrypoints 2026-08-22 23:13:59 +08:00
jxxghp 3a43b1be3e fix: satisfy pylint changed-file gate 2026-08-22 22:39:42 +08:00
jxxghp 16f7d65640 refactor: complete chain entrypoint slicing 2026-08-22 22:31:24 +08:00
jxxghp cc967741d8 refactor: split media server sync phases 2026-08-22 22:12:00 +08:00
jxxghp b3573e930a refactor: extract direct batch download candidates 2026-08-22 21:55:16 +08:00
jxxghp 7611cc8ea8 refactor: isolate transfer identity stage 2026-08-22 21:38:11 +08:00
jxxghp b45597866b refactor: split subscription creation stages 2026-08-22 21:07:18 +08:00
jxxghp a380cf6d49 refactor: migrate auth runtime configuration 2026-08-22 20:53:53 +08:00
jxxghp 33ca1f824f refactor: extract download success settlement 2026-08-22 20:46:48 +08:00
jxxghp 8d0a694816 refactor: migrate passkey runtime configuration 2026-08-22 20:35:27 +08:00
jxxghp 047c88997a refactor: migrate cleanup policy configuration 2026-08-22 20:30:51 +08:00
jxxghp 3181c01125 refactor: migrate rss helper configuration 2026-08-22 20:26:51 +08:00
jxxghp 46ef5749db refactor: split torrent cache refresh stages 2026-08-22 20:23:46 +08:00
jxxghp 250270d97c refactor: migrate torrent helper configuration 2026-08-22 20:13:28 +08:00
jxxghp 9804bd4df7 test: adapt episode format config fixture 2026-08-22 20:09:57 +08:00
jxxghp fc6c6433aa Merge remote-tracking branch 'origin/v3' into v3
# Conflicts:
#	tests/fixtures/architecture/dependency-baseline.json
2026-08-22 20:08:35 +08:00
jxxghp 160094cd74 refactor: migrate image configuration to runtime snapshot 2026-08-22 20:02:32 +08:00
InfinityPacer f85087cafc test: 强化 async 阻塞门禁真实性 (#6398) 2026-08-22 19:28:48 +08:00
InfinityPacer f2a23b0377 feat(doctor): add database backup recovery guidance (#6397) 2026-08-22 19:28:20 +08:00
InfinityPacer 50ac120123 ci: time-bound vulnerability exceptions (#6396) 2026-08-22 19:28:02 +08:00
jxxghp 1bb6e36e8c refactor: complete runtime configuration migration 2026-08-22 19:07:07 +08:00
InfinityPacer d131f8d571 feat(network): migrate async HTTP client to HTTPX2 (#6394) 2026-08-22 16:48:23 +08:00
InfinityPacer dfc047b880 ci: 建立镜像发布前供应链门禁 (#6393) 2026-08-22 16:03:33 +08:00
jxxghp be18cace1f refactor: finish transactional runtime migration 2026-08-22 15:18:16 +08:00
jxxghp dac8436f4a chore: refresh canonical import dependency baseline 2026-08-22 13:40:57 +08:00
InfinityPacer 4566407462 fix(docker): isolate pending recovery control generation (#6391) 2026-08-22 13:36:39 +08:00
jxxghp 63184a49c5 fix(ci): use canonical imports in changed files 2026-08-22 13:35:57 +08:00
jxxghp 4e9eea13fd test: inject agent protocol config snapshots 2026-08-22 13:30:20 +08:00
jxxghp 4fbe19a49c chore: refresh host architecture baseline 2026-08-22 13:28:23 +08:00
jxxghp 3fc593f5f6 feat: wire agent runtime metrics 2026-08-22 13:26:22 +08:00
jxxghp 996a1a0705 refactor: expand api and chain config snapshots 2026-08-22 13:22:33 +08:00
jxxghp 7bc5e01afd refactor: expand async and type safety gates 2026-08-22 13:21:52 +08:00
jxxghp 677f6a66c2 refactor: complete host module and event contracts 2026-08-22 13:21:52 +08:00
jxxghp e61b5168ad refactor: move workflow execution writes to uow 2026-08-22 13:21:52 +08:00
jxxghp fa2bf1fe4d refactor: expand chain runtime config snapshot 2026-08-22 13:21:52 +08:00
InfinityPacer 9cc2bdbce1 fix: 避免 Web Agent 语音转写阻塞事件循环 (#6389) 2026-08-22 13:16:15 +08:00
jxxghp 0ad8f73812 fix(ci): use canonical agent imports in tests 2026-08-22 12:22:13 +08:00
InfinityPacer ed3c0541c7 fix(agent): 收敛超时与取消后的副作用生命周期 (#6388) 2026-08-22 12:11:15 +08:00
jxxghp c765604b36 feat(notification): add DingTalk robot channel 2026-08-22 12:02:24 +08:00
jxxghp 30ebf98fbb feat(transfer): aggregate failure notifications by media 2026-08-22 11:46:41 +08:00
jxxghp 2d982f08fa fix(search): disambiguate yearless same-title resources 2026-08-22 11:35:01 +08:00
jxxghp 5d98f397cb fix(ci): use canonical config event import 2026-08-22 11:27:41 +08:00
jxxghp 1a7c3cfff8 feat(media): add native IMDb source module 2026-08-22 11:22:59 +08:00
jxxghp b8c79e1a1e fix: 修复用户异步删除和 OTP 更新 2026-08-22 10:25:35 +08:00
jxxghp 508bf0bc38 fix(ci): restore lint and architecture gates 2026-08-22 10:23:18 +08:00
jxxghp 9273d68aa7 feat(telegram): support rich Agent messages 2026-08-22 10:11:18 +08:00
InfinityPacer 1c07333909 fix: 收敛 Agent 会话队列与 worker 关闭 (#6386) 2026-08-22 10:09:01 +08:00
InfinityPacer 813ea77bc4 fix(agent): use async subscription data access (#6385) 2026-08-22 09:56:02 +08:00