InfinityPacer
|
d11c2fb301
|
fix(agent): isolate web and storage blocking I/O
|
2026-08-23 13:06:30 +08:00 |
|
jxxghp
|
43c173a0e7
|
Merge pull request #6410 from InfinityPacer/codex/replay/g3a
|
2026-08-23 12:51:24 +08:00 |
|
jxxghp
|
c301b40c9d
|
Merge pull request #6409 from InfinityPacer/codex/feat/agentchat-async-persistence
|
2026-08-23 12:50:34 +08:00 |
|
InfinityPacer
|
e8cfe272c4
|
fix(async): offload file metadata checks
|
2026-08-23 12:06:52 +08:00 |
|
InfinityPacer
|
bbf62a0b40
|
fix(lifecycle): bound shutdown cancellation
|
2026-08-23 12:00:54 +08:00 |
|
InfinityPacer
|
4a891f7f69
|
test: refresh agent chat architecture baseline
|
2026-08-23 11:45:16 +08:00 |
|
InfinityPacer
|
50e3b43660
|
test(agent): cover closed database worker registration
|
2026-08-23 11:44:18 +08:00 |
|
InfinityPacer
|
cc8e4bc510
|
fix(agent): map closed database worker to 503
|
2026-08-23 11:44:18 +08:00 |
|
InfinityPacer
|
e0f70fa920
|
fix(agent): close chat lifecycle safely
|
2026-08-23 11:44:18 +08:00 |
|
InfinityPacer
|
1e2d0d3b07
|
fix(agent): bound chat shutdown cancellation
|
2026-08-23 11:44:18 +08:00 |
|
InfinityPacer
|
0ba4a7e5e3
|
fix(agent): close async chat persistence lifecycle
|
2026-08-23 11:44:18 +08:00 |
|
InfinityPacer
|
6f5ee96152
|
test: refresh dependency baseline for agent chat
|
2026-08-23 11:43:48 +08:00 |
|
InfinityPacer
|
598c004efe
|
fix(agent): bound session persistence admission
|
2026-08-23 11:43:07 +08:00 |
|
InfinityPacer
|
8d05c6d8bf
|
fix(agent): serialize session persistence writes
|
2026-08-23 11:43:07 +08:00 |
|
InfinityPacer
|
d724dfa3f9
|
test(agent): verify snapshot survives stream close
|
2026-08-23 11:43:07 +08:00 |
|
InfinityPacer
|
9c4bead782
|
fix(agent): keep ORM results inside database worker
|
2026-08-23 11:43:07 +08:00 |
|
InfinityPacer
|
f560c19d65
|
fix(agent): keep chat reads on native async path
|
2026-08-23 11:43:07 +08:00 |
|
InfinityPacer
|
21ce70fbfc
|
refactor(agent): route chat persistence through database worker
|
2026-08-23 11:43:07 +08:00 |
|
jxxghp
|
56293bc82a
|
Merge pull request #6407 from InfinityPacer/codex/replay/g2b1
|
2026-08-23 11:42:11 +08:00 |
|
InfinityPacer
|
bb2a5d38c8
|
fix(workflow): route async cache deletion through database worker
|
2026-08-23 11:14:31 +08:00 |
|
jxxghp
|
88045fc652
|
Merge pull request #6406 from jxxghp/fix/site-connectivity-explicit-transactions
Fix/site connectivity explicit transactions
|
2026-08-23 10:40:18 +08:00 |
|
jxxghp
|
921db2d046
|
Merge pull request #6405 from jxxghp/fix/ci-pylint-agent-import
fix(ci): use concrete agent imports in search test
|
2026-08-23 10:39:35 +08:00 |
|
jxxghp
|
cd2d1517a6
|
refactor(site): route runtime queries through explicit repository
|
2026-08-23 10:36:09 +08:00 |
|
jxxghp
|
a8b3dd3988
|
fix(site): use explicit transactions for connectivity paths
|
2026-08-23 10:33:14 +08:00 |
|
jxxghp
|
38ddb59879
|
fix(ci): use concrete agent imports in search test
|
2026-08-23 10:33:00 +08:00 |
|
jxxghp
|
e16c28099b
|
fix(ci): keep trivy cache out of docker image
|
2026-08-23 10:17:27 +08:00 |
|
jxxghp
|
cb06be7685
|
fix(ci): use concrete agent imports in search test
|
2026-08-23 09:52:06 +08:00 |
|
jxxghp
|
00bf7885c1
|
Merge pull request #6401 from InfinityPacer/codex/arch/config-database-worker
feat(database): 配置快照异步端口与有界 worker
|
2026-08-23 09:35:42 +08:00 |
|
jxxghp
|
fc6cc990ad
|
Merge remote-tracking branch 'origin/v3' into pr-6401-resolve
# Conflicts:
# app/startup/modules_initializer.py
# tests/test_configuration_ports.py
|
2026-08-23 09:32:02 +08:00 |
|
OneMoon
|
7205f8d9e2
|
fix(search): include plugin resources without indexers (#6399)
|
2026-08-23 09:21:04 +08:00 |
|
SayItDitto
|
b1a55b76e5
|
feat: 用户数据解析器自动探测 + Gazelle/NexusProject 变种兼容 (#6403)
|
2026-08-23 09:13:55 +08:00 |
|
SayItDitto
|
0c05b260ea
|
fix: CloakBrowser 获取页面源码在 CF 质询页超时 (#6402)
|
2026-08-23 09:11:53 +08:00 |
|
jxxghp
|
557f2f18a9
|
fix: 修复运行时配置递归与插件兼容入口
|
2026-08-23 08:57:39 +08:00 |
|
InfinityPacer
|
4145979e22
|
fix(config): bind runtime service to legacy settings
|
2026-08-23 04:57:12 +08:00 |
|
InfinityPacer
|
97fb7e6526
|
chore: sync database worker branch with upstream v3
|
2026-08-23 04:48:50 +08:00 |
|
InfinityPacer
|
aa65e3ace7
|
fix(ci): align architecture baseline and test imports
|
2026-08-23 04:40:04 +08:00 |
|
InfinityPacer
|
373b4d00d5
|
Merge commit 'ca66b39b7ee36803864142c954b7f0ca0afbb7ac' into codex/arch/config-database-worker
|
2026-08-23 04:38:18 +08:00 |
|
jxxghp
|
4d1be26a31
|
docs: close debt governance status
|
2026-08-23 04:01:02 +08:00 |
|
jxxghp
|
ba7ab398a8
|
refactor: inject runtime settings compatibility service
|
2026-08-23 03:52:47 +08:00 |
|
jxxghp
|
4a28364b4e
|
fix: isolate runtime settings compatibility import
|
2026-08-23 03:48:11 +08:00 |
|
jxxghp
|
e15c4668bd
|
fix: preserve runtime settings and user config compatibility
|
2026-08-23 03:40:47 +08:00 |
|
jxxghp
|
48e3eb08ec
|
refactor: finish startup settings migration
|
2026-08-23 03:31:10 +08:00 |
|
jxxghp
|
baf4e883b2
|
refactor: route storage adapter settings through runtime
|
2026-08-23 03:25:08 +08:00 |
|
jxxghp
|
a42d0dc112
|
refactor: route startup and cli settings through runtime
|
2026-08-23 03:22:46 +08:00 |
|
jxxghp
|
c89066d96f
|
refactor: route media source settings through runtime
|
2026-08-23 03:20:03 +08:00 |
|
jxxghp
|
061a92eab0
|
refactor: route chat and subtitle settings through runtime
|
2026-08-23 03:17:40 +08:00 |
|
jxxghp
|
55c80c87da
|
refactor: route indexer module settings through runtime
|
2026-08-23 03:15:21 +08:00 |
|
jxxghp
|
dd6405389c
|
refactor: route storage module settings through runtime
|
2026-08-23 03:12:51 +08:00 |
|
jxxghp
|
ac32adc7b6
|
refactor: route media and chat module settings through runtime
|
2026-08-23 03:09:59 +08:00 |
|
jxxghp
|
4098cc1eec
|
refactor: route music module settings through runtime
|
2026-08-23 03:03:26 +08:00 |
|