InfinityPacer
|
d24c52ea97
|
fix(plugin): 按绑定仓库处理插件更新 (#6472)
|
2026-08-26 21:35:16 +08:00 |
|
jxxghp
|
0a5b6a637d
|
fix(site): recognize Gazelle login state (#6464)
|
2026-08-26 21:09:19 +08:00 |
|
jxxghp
|
88703d645a
|
fix(subscribe): clean deleted rule group references
|
2026-08-26 20:58:15 +08:00 |
|
InfinityPacer
|
7c81fb357f
|
fix(plugin): 收敛市场安装与运行态错误处理 (#6470)
|
2026-08-26 18:00:49 +08:00 |
|
jxxghp
|
9dbe424c3d
|
refactor(config): retire RuntimeSettingsCompat host usage
|
2026-08-26 15:55:21 +08:00 |
|
jxxghp
|
cdab54254d
|
fix(architecture): satisfy ruff/mypy ratchets for media auxiliary
e02418bac 把新导入放在 settings = RuntimeSettingsCompat() 之后,
导致 5 个模块 E402 诊断超出只降不增基线;同时 media_auxiliary
把工厂函数 MetaInfo 误用作返回类型标注。将新增导入移回赋值语句
之前,返回类型修正为 MetaBase。
|
2026-08-26 14:33:36 +08:00 |
|
jxxghp
|
df2ce103e1
|
fix(architecture): move media auxiliary mixin into _base package
media_auxiliary 作为模块共享 Mixin 放在 app/modules 顶层会被视为
业务模块,导致 anilist/bangumi/douban/imdb/themoviedb 跨模块直接
依赖,违反模块间禁止导入的架构约束。移入模块共享样板包
app/modules/_base(模块发现跳过)并同步依赖基线。
|
2026-08-26 14:07:08 +08:00 |
|
jxxghp
|
e02418bace
|
feat(media): aggregate aliases from enabled metadata sources
|
2026-08-26 13:45:03 +08:00 |
|
InfinityPacer
|
ac2a2b1129
|
feat(plugin): persist declared metadata snapshots (#6467)
|
2026-08-26 13:15:12 +08:00 |
|
jxxghp
|
bd0795082a
|
test(governance): satisfy reliability gates
|
2026-08-26 12:50:55 +08:00 |
|
jxxghp
|
362f606751
|
feat(governance): unify durable event retention
|
2026-08-26 12:45:44 +08:00 |
|
InfinityPacer
|
71db425c07
|
feat(plugin): 建立可信来源准入与安装恢复 (#6462)
|
2026-08-26 07:52:00 +08:00 |
|
jxxghp
|
3272f72823
|
fix(ci): sort GPW parser imports
|
2026-08-26 07:10:33 +08:00 |
|
jxxghp
|
a706474310
|
fix(site): adapt GPW Gazelle seeding
|
2026-08-26 07:05:53 +08:00 |
|
jxxghp
|
33a367ebf9
|
fix(ci): stabilize event and web agent checks
|
2026-08-26 07:04:04 +08:00 |
|
jxxghp
|
df6f86ec3d
|
fix(subscription): isolate statistic report failures
|
2026-08-26 07:01:41 +08:00 |
|
jxxghp
|
5493732d9f
|
fix: 清洗豆瓣季年份空值
|
2026-08-26 06:56:29 +08:00 |
|
ngcat
|
a79e00f1e9
|
fix(subscribe): map v2 tmdbid source to media_id (#6460)
|
2026-08-26 06:43:01 +08:00 |
|
ngcat
|
c0222ee7d1
|
fix(fsproxy): wait on Windows pipes without select() (#6459)
|
2026-08-26 06:42:11 +08:00 |
|
jxxghp
|
3ba4027d84
|
feat(events): expose typed payload snapshots
|
2026-08-25 22:32:33 +08:00 |
|
InfinityPacer
|
a5444f7c91
|
fix(update): preserve proxy for prepared releases (#6457)
|
2026-08-25 21:23:28 +08:00 |
|
jxxghp
|
7c1e8b768d
|
fix(music): 收紧歌词模型类型边界
|
2026-08-25 21:15:35 +08:00 |
|
InfinityPacer
|
ef90d16bfd
|
fix: 修复插件身份代码质量门禁 (#6456)
|
2026-08-25 21:14:18 +08:00 |
|
jxxghp
|
1b3056a793
|
fix(ci): 修正音乐测试与导入排序门禁
|
2026-08-25 21:08:25 +08:00 |
|
jxxghp
|
574c50586e
|
feat(music): 完善歌词与专辑目录整理
|
2026-08-25 21:02:26 +08:00 |
|
InfinityPacer
|
f28e8b1538
|
feat(plugin): add source identity foundation (#6454)
|
2026-08-25 19:58:56 +08:00 |
|
jxxghp
|
b914e8b6e4
|
refactor: strengthen architecture CI gates and runtime contracts
|
2026-08-25 17:02:29 +08:00 |
|
jxxghp
|
605bf8174a
|
feat(filter): 支持音乐优先级规则组
|
2026-08-25 16:34:07 +08:00 |
|
 InfinityPacerandjxxghp
|
c727d9c9f1
|
test: 隔离单测中的站点原生资源 (#6452)
* test: isolate native site resources
* refactor(test): retain sites stub helper contract
* fix(test): preserve sites stub probe imports
---------
Co-authored-by: jxxghp <jxxghp@gmail.com>
|
2026-08-25 16:26:46 +08:00 |
|
InfinityPacer
|
f3622de82e
|
fix: 保持搜索线程任务的请求上下文 (#6451)
|
2026-08-25 16:06:17 +08:00 |
|
InfinityPacer
|
d58c8d2b17
|
feat: 完善数据库备份管理与版本读取 (#6450)
|
2026-08-25 16:05:45 +08:00 |
|
jxxghp
|
301d5e7dce
|
refactor(meta): make token parser state explicit
|
2026-08-25 09:03:24 +08:00 |
|
jxxghp
|
b7875341e3
|
fix(meta): satisfy parser type ratchet
|
2026-08-25 08:19:12 +08:00 |
|
jxxghp
|
8e99abd678
|
refactor(meta): stabilize recognition contract
|
2026-08-25 08:12:04 +08:00 |
|
jxxghp
|
49c61813b3
|
refactor: reuse search chain across subscription loop
|
2026-08-25 06:59:18 +08:00 |
|
jxxghp
|
30b2e9ac9c
|
refactor: extract download selection rules into application layer
|
2026-08-25 06:59:18 +08:00 |
|
jxxghp
|
3ce8168b8d
|
refactor: extract subscription priority rules into application layer
|
2026-08-25 06:59:18 +08:00 |
|
jxxghp
|
ab3ca482ac
|
refactor: declare stop signal and plugin settlement in lifecycle manifest
|
2026-08-25 06:59:18 +08:00 |
|
jxxghp
|
1f076eba04
|
refactor: use injected eventmanager in chain instance methods
|
2026-08-25 06:59:18 +08:00 |
|
jxxghp
|
9c44eeb493
|
refactor: route tmdb supplement through module dispatch
|
2026-08-25 06:59:18 +08:00 |
|
jxxghp
|
0489bb1f43
|
refactor: remove duplicated transfer format init and identical search branches
|
2026-08-25 06:59:18 +08:00 |
|
 InfinityPacerandjxxghp
|
be7dfd77a3
|
fix(runtime): 收敛模块关闭线程所有权 (#6443)
* fix(runtime): bound module shutdown owners
* fix(runtime): declare blocking shutdown owners
---------
Co-authored-by: jxxghp <jxxghp@gmail.com>
|
2026-08-25 06:58:31 +08:00 |
|
InfinityPacer
|
6c334f7b9b
|
fix(runtime): 收敛跨线程任务提交终态 (#6446)
|
2026-08-25 06:43:37 +08:00 |
|
InfinityPacer
|
adbeff95d0
|
fix(plugin): serialize dynamic route projection (#6441)
|
2026-08-25 06:40:43 +08:00 |
|
jxxghp
|
880a1064e2
|
fix(recommend): use album chart for music recommendations
|
2026-08-24 22:31:34 +08:00 |
|
jxxghp
|
3db6e803f3
|
fix(plugin): isolate virtual instance logs
|
2026-08-24 21:18:10 +08:00 |
|
InfinityPacer
|
b2a817f6d1
|
fix(agent): close cancellation lifecycle races (#6440)
|
2026-08-24 21:06:10 +08:00 |
|
InfinityPacer
|
f65e16ff4e
|
fix(testing): configure shared plugin test runtime (#6438)
|
2026-08-24 20:13:09 +08:00 |
|
InfinityPacer
|
34f59bc9f4
|
fix(plugin): filter declared uv dependency exclusions (#6437)
|
2026-08-24 20:06:57 +08:00 |
|
jxxghp
|
13c84d3d03
|
fix(ci): align update contracts
|
2026-08-24 18:13:03 +08:00 |
|