mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat: 新增 Python 3.14t 自由线程镜像 (#6434)
* fix(resource): select free-threaded extension ABI * chore(deps): require moviepilot-rust 0.2.9 * perf: add free-threaded runtime comparison * feat: add free-threaded runtime profile * chore(deps): require moviepilot-rust 0.3.0 * test: isolate system endpoint import graph * fix(docker): preserve runtime profile during recovery * feat(runtime): expose active GIL state * feat(plugin): log GIL fallback attribution * test: refresh runtime observability dependency baseline * fix(plugin): validate the active uv runtime profile * test(runtime): expand free-threaded benchmark evidence * docs(runtime): define v3t governance gates * test(runtime): separate rust benchmark modes * docs: sync free-threaded architecture baseline * perf: add PostgreSQL driver comparison * docs(runtime): record final free-threaded evidence * fix(runtime): converge dual-profile dependency verification * fix(runtime): scope Python 3.14 warning filter * fix(runtime): match actual oss2 syntax warning * docs(runtime): refresh free-threaded benchmark evidence * test(architecture): refresh runtime dependency baseline * ci: skip unused Trivy Java database * build: exclude local verification artifacts * docs(runtime): refresh PostgreSQL driver benchmarks * docs(runtime): record plugin restore acceptance * docs(runtime): record amd64 candidate acceptance * ci: pin beta image publisher action * test(architecture): merge runtime dependency baseline * feat(runtime): expose Python GIL status * docs(runtime): document Python runtime status fields
This commit is contained in:
+20
-3
@@ -13,8 +13,8 @@
|
||||
"runtime_to_db": [],
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6564,
|
||||
"edge_sha256": "333de3c1ef3f7e49be96dda288a0f382bcd19a853817708453d67557d138aa80",
|
||||
"edge_count": 6579,
|
||||
"edge_sha256": "87982f9e351a23cb949bcb8a978b9c1eced6260d6c19761fccc9557b79ac90d3",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -62,6 +62,7 @@
|
||||
"app.adapters.external.market -> app.foundation.version",
|
||||
"app.adapters.external.market -> app.runtime",
|
||||
"app.adapters.external.market -> app.runtime.cache",
|
||||
"app.adapters.external.market -> app.runtime.dependencies",
|
||||
"app.adapters.external.market -> app.runtime.execution",
|
||||
"app.adapters.external.market -> app.runtime.log",
|
||||
"app.adapters.external.market -> app.runtime.observability",
|
||||
@@ -134,6 +135,8 @@
|
||||
"app.adapters.system.host -> app.foundation.environment",
|
||||
"app.adapters.system.host -> app.schemas",
|
||||
"app.adapters.system.host -> app.schemas.dashboard",
|
||||
"app.adapters.system.package -> app.runtime",
|
||||
"app.adapters.system.package -> app.runtime.dependencies",
|
||||
"app.adapters.system.plugin.dependency -> app.adapters",
|
||||
"app.adapters.system.plugin.dependency -> app.adapters.external",
|
||||
"app.adapters.system.plugin.dependency -> app.adapters.external.market",
|
||||
@@ -163,6 +166,8 @@
|
||||
"app.adapters.system.resource -> app.runtime.config",
|
||||
"app.adapters.system.resource -> app.runtime.log",
|
||||
"app.adapters.system.resource -> app.runtime.settings",
|
||||
"app.adapters.system.rust -> app.foundation",
|
||||
"app.adapters.system.rust -> app.foundation.environment",
|
||||
"app.adapters.system.rust -> app.runtime",
|
||||
"app.adapters.system.rust -> app.runtime.log",
|
||||
"app.adapters.system.rust -> app.runtime.settings",
|
||||
@@ -2292,6 +2297,7 @@
|
||||
"app.api.endpoints.system -> app.domain.metainfo",
|
||||
"app.api.endpoints.system -> app.foundation",
|
||||
"app.api.endpoints.system -> app.foundation.crypto",
|
||||
"app.api.endpoints.system -> app.foundation.environment",
|
||||
"app.api.endpoints.system -> app.foundation.url",
|
||||
"app.api.endpoints.system -> app.runtime",
|
||||
"app.api.endpoints.system -> app.runtime.config",
|
||||
@@ -3593,6 +3599,8 @@
|
||||
"app.db.engine -> app.db",
|
||||
"app.db.engine -> app.db.diagnostics",
|
||||
"app.db.engine -> app.db.worker",
|
||||
"app.db.engine -> app.foundation",
|
||||
"app.db.engine -> app.foundation.environment",
|
||||
"app.db.engine -> app.runtime",
|
||||
"app.db.engine -> app.runtime.config",
|
||||
"app.db.engine -> app.runtime.log",
|
||||
@@ -3927,6 +3935,8 @@
|
||||
"app.factory -> app.schemas.response",
|
||||
"app.factory -> app.startup",
|
||||
"app.factory -> app.startup.lifecycle",
|
||||
"app.foundation.text -> app.foundation",
|
||||
"app.foundation.text -> app.foundation.environment",
|
||||
"app.main -> app.adapters",
|
||||
"app.main -> app.adapters.system",
|
||||
"app.main -> app.adapters.system.host",
|
||||
@@ -5597,6 +5607,8 @@
|
||||
"app.runtime.config -> app.schemas.types",
|
||||
"app.runtime.debounce -> app.runtime",
|
||||
"app.runtime.debounce -> app.runtime.log",
|
||||
"app.runtime.dependencies -> app.foundation",
|
||||
"app.runtime.dependencies -> app.foundation.environment",
|
||||
"app.runtime.deprecation.policy -> app.runtime",
|
||||
"app.runtime.deprecation.policy -> app.runtime.deprecation",
|
||||
"app.runtime.deprecation.policy -> app.runtime.deprecation.notices",
|
||||
@@ -5749,6 +5761,7 @@
|
||||
"app.runtime.extensions.plugin.tools -> app.runtime.extensions.plugin.contracts",
|
||||
"app.runtime.extensions.plugin_manager -> app.foundation",
|
||||
"app.runtime.extensions.plugin_manager -> app.foundation.crypto",
|
||||
"app.runtime.extensions.plugin_manager -> app.foundation.environment",
|
||||
"app.runtime.extensions.plugin_manager -> app.foundation.singleton",
|
||||
"app.runtime.extensions.plugin_manager -> app.foundation.version",
|
||||
"app.runtime.extensions.plugin_manager -> app.runtime",
|
||||
@@ -6369,6 +6382,8 @@
|
||||
"app.startup.lifecycle -> app.chain.system",
|
||||
"app.startup.lifecycle -> app.db",
|
||||
"app.startup.lifecycle -> app.db.engine",
|
||||
"app.startup.lifecycle -> app.foundation",
|
||||
"app.startup.lifecycle -> app.foundation.environment",
|
||||
"app.startup.lifecycle -> app.runtime",
|
||||
"app.startup.lifecycle -> app.runtime.config",
|
||||
"app.startup.lifecycle -> app.runtime.health",
|
||||
@@ -6581,7 +6596,7 @@
|
||||
"app.workflow.actions.transfer_file -> app.workflow",
|
||||
"app.workflow.actions.transfer_file -> app.workflow.actions"
|
||||
],
|
||||
"module_count": 810,
|
||||
"module_count": 812,
|
||||
"modules": [
|
||||
"app",
|
||||
"app.adapters",
|
||||
@@ -7019,6 +7034,7 @@
|
||||
"app.db.worker",
|
||||
"app.doctor",
|
||||
"app.doctor.checks",
|
||||
"app.doctor.dependencies",
|
||||
"app.doctor.formatters",
|
||||
"app.doctor.models",
|
||||
"app.doctor.runner",
|
||||
@@ -7237,6 +7253,7 @@
|
||||
"app.runtime.config",
|
||||
"app.runtime.correlation",
|
||||
"app.runtime.debounce",
|
||||
"app.runtime.dependencies",
|
||||
"app.runtime.deprecation",
|
||||
"app.runtime.deprecation.notices",
|
||||
"app.runtime.deprecation.policy",
|
||||
|
||||
@@ -8700,6 +8700,11 @@
|
||||
"name": "TimerUtils",
|
||||
"target": "app.runtime.scheduling.TimerUtils"
|
||||
},
|
||||
{
|
||||
"kind": "import",
|
||||
"name": "convert",
|
||||
"target": "app.foundation.text.convert"
|
||||
},
|
||||
{
|
||||
"kind": "import",
|
||||
"name": "cut",
|
||||
|
||||
Reference in New Issue
Block a user