jxxghp
4dd2d7fed2
refactor: use explicit runtime facade getters
2026-08-24 03:56:54 +08:00
jxxghp
371383f0a8
refactor: unify host threadpool boundary
2026-08-24 03:28:10 +08:00
jxxghp
7f09927c47
refactor: own shutdown lifecycle boundaries
2026-08-23 20:20:26 +08:00
InfinityPacer
c6ffc309d4
fix(persistence): separate retryable rejection errors ( #6423 )
2026-08-23 20:10:59 +08:00
jxxghp
0459b6a662
Merge remote-tracking branch 'origin/v3' into v3
...
# Conflicts:
# tests/fixtures/architecture/dependency-baseline.json
2026-08-23 14:57:03 +08:00
InfinityPacer
d2b72f5729
fix(database): decouple worker errors from application
2026-08-23 14:26:42 +08:00
jxxghp
f1e542bef0
refactor: govern background tasks and query ownership
2026-08-23 13:24:04 +08:00
InfinityPacer
fc677a2bba
feat(database): bound async configuration writes
2026-08-23 02:29:40 +08:00
InfinityPacer
3d7fb44dc7
refactor(database): isolate configuration transactions
2026-08-23 02:29:22 +08:00
jxxghp
1bb6e36e8c
refactor: complete runtime configuration migration
2026-08-22 19:07:07 +08:00
jxxghp
7b9499fc5b
feat(plugin): add virtual plugin instances
2026-08-22 09:40:38 +08:00
jxxghp
9df599f502
refactor: split api dependencies by domain
2026-08-21 21:09:57 +08:00
InfinityPacer
b9bbc8913c
fix: 完善插件恢复与运行态收敛 ( #6376 )
2026-08-21 18:09:29 +08:00
jxxghp
c2a27f7c71
refactor: 收口订阅与插件应用边界
2026-08-18 13:54:17 +08:00
jxxghp
8472bcff43
refactor: 收口 V3 分层架构与插件兼容边界
2026-08-18 13:22:02 +08:00
jxxghp
5128ae9e1e
refactor: 推进后端分层架构治理
2026-08-18 00:29:14 +08:00
jxxghp
7e851dbfa7
refactor(chain): 处理链功能域 mixin 化,清理未使用导入并根治兼容层循环导入
...
- ChainBase 拆分为 RecognitionMixin/MessageProcessingMixin/NotificationMixin
- TransferChain 拆分为 7 个功能 mixin(_mixins.py),SubscribeChain 音乐订阅域拆出 _music.py
- 斜杠命令交互四件套收敛为 InteractionChainMixin 委托,会话管理器移至 application 层,chain 层不再 re-export
- 模块基础类收敛到 app/modules/_base(notification/mediaserver 语义重命名)
- 清理 app/chain/__init__.py 24 个未使用导入,修正 49 处测试 patch 目标到实际命名空间
- 兼容层 legacy 符号不再并入 __all__,根治 schemas 初始化反向拉起 application.transfer 的循环导入
- 修复 bangumi 集数为字符串时 set_bangumi_info 抛 TypeError
- 新增重复代码等架构门禁测试;capability 清单校验排除下划线内部目录
2026-08-16 16:30:16 +08:00
Aqr-K
8a11214a43
refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 ( #6320 )
2026-08-15 06:58:38 +08:00
jxxghp
369d7d6448
refactor: reorganize backend module boundaries
2026-08-14 19:53:33 +08:00
jxxghp
7b3444c366
refactor backend module architecture
2026-08-14 15:45:38 +08:00
jxxghp
baf8850d63
refactor(api): standardize responses and restore media config contracts
2026-08-12 23:15:13 +08:00
jxxghp
987c1722d7
feat(api): add unified v2 response layer
2026-08-06 17:32:33 +08:00
jxxghp
48852350a0
feat(plugin): add centralized rating APIs
2026-07-31 13:41:29 +08:00
qqcomeup
099ef7d5bf
fix: avoid blocking plugin release history refresh ( #6084 )
2026-07-08 12:51:24 +08:00
InfinityPacer
2764742b86
fix(plugin): reset stopped plugin config and data ( #6031 )
2026-06-30 22:37:07 +08:00
InfinityPacer
84eee40e81
fix(plugin): optimize release cache loading ( #5966 )
2026-06-18 18:52:28 +08:00
InfinityPacer
69ed70cc66
feat(plugin): support installing release versions ( #5964 )
2026-06-18 15:47:07 +08:00
InfinityPacer
93056ed1ff
feat(plugin): add pre-reset plugin data event ( #5957 )
2026-06-17 06:34:15 +08:00
jxxghp
ed1e31d379
fix: 兼容插件仪表盘空返回
2026-06-13 22:54:35 +08:00
jxxghp
dc2b6910a4
fix: restrict sensitive system endpoints
2026-06-09 21:45:51 +08:00
jxxghp
1c41d9f253
feat: add plugin history endpoint to fetch remote update details
2026-06-02 07:12:13 +08:00
jxxghp
0e5c592862
refactor: centralize MoviePilot server helper
2026-05-27 12:56:45 +08:00
TimoYoung
a6826e6a4e
fix: merge plugin form defaults with stored config to prevent v-show ReferenceError ( #5824 )
2026-05-23 19:04:44 +08:00
jxxghp
c52ccaf75f
feat: add plugin system version compatibility checks
2026-05-20 19:55:44 +08:00
DDSRem
5a585839ba
chore: remove unused imports and fix function name conflicts ( #5764 )
...
- Remove unused imports in anthropic.py, tmdbv3api/__init__.py, tv.py, test files
- Rename conflicting function names in subscribe.py and webhook.py
- Clean up unused re-exports in tmdbv3api/__init__.py (15 unused exports)
- Apply consistent formatting across API endpoints
2026-05-13 18:59:03 +08:00
InfinityPacer
4a4d93e7f9
refactor(plugin): expose plugin list processing helper
2026-04-19 07:07:00 +08:00
InfinityPacer
3a93efb082
refactor(plugin): centralize local install dispatch
2026-04-19 07:07:00 +08:00
InfinityPacer
73cdd297b1
refactor(plugin): align local repo naming
2026-04-19 07:07:00 +08:00
InfinityPacer
6fa48afa34
feat(plugin): support local plugin sources
2026-04-19 07:07:00 +08:00
DDSRem
fd6c9d5d34
feat(plugin): 聚合插件侧栏导航
...
- PluginManager.get_plugin_sidebar_nav:已启用 Vue 插件且实现 get_sidebar_nav
- schemas.PluginSidebarNavItem 与 verify_token 鉴权接口
2026-04-09 08:03:30 +08:00
jxxghp
78b8b30351
rollback aiopathlib
2026-03-24 09:06:44 +08:00
jxxghp
e82494c444
feat(agent): support skills
2026-03-24 08:48:27 +08:00
jxxghp
96395c1469
feat: 增强插件静态文件API安全性
2026-03-14 21:12:54 +08:00
jxxghp
59a54d4f04
fix plugin cache
2025-09-08 13:27:32 +08:00
jxxghp
724c15a68c
add 插件内存统计API
2025-08-22 09:46:11 +08:00
jxxghp
1ab2da74b9
use apipathlib
2025-08-17 09:00:02 +08:00
jxxghp
2a84e3a606
feat: 插件异步安装
2025-08-10 10:10:30 +08:00
jxxghp
0c8fd5121a
fix async apis
2025-08-01 14:19:34 +08:00
jxxghp
1e61e60d73
feat:插件查询协程处理
2025-07-31 16:58:54 +08:00
Attente
332b154f15
fix(api): 适配 FastAPI 请求参数兼容性问题
...
修复系统配置和用户配置接口无法正常工作的问题。
2025-06-29 05:31:25 +08:00