mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: route browser auth settings through runtime
This commit is contained in:
@@ -9,11 +9,9 @@
|
||||
"root": "app"
|
||||
},
|
||||
"settings_imports": {
|
||||
"count": 105,
|
||||
"count": 103,
|
||||
"files": [
|
||||
"app/adapters/network/browser.py",
|
||||
"app/adapters/system/fsproxy.py",
|
||||
"app/adapters/web/security/access.py",
|
||||
"app/agent/capabilities/adapter.py",
|
||||
"app/agent/llm/capability.py",
|
||||
"app/agent/llm/helper.py",
|
||||
|
||||
+3
-3
@@ -14,7 +14,7 @@
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6421,
|
||||
"edge_sha256": "0bbd08d44dc572b174f49e5a08ad2191e8b256ecceb0f7a765e82d3cddf10853",
|
||||
"edge_sha256": "889385bbfbe3634711d921dc76afe38bbfc3ea7c672663e67ae6453aad19af4c",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -97,9 +97,9 @@
|
||||
"app.adapters.network.browser -> app.adapters.network",
|
||||
"app.adapters.network.browser -> app.adapters.network.http",
|
||||
"app.adapters.network.browser -> app.runtime",
|
||||
"app.adapters.network.browser -> app.runtime.config",
|
||||
"app.adapters.network.browser -> app.runtime.log",
|
||||
"app.adapters.network.browser -> app.runtime.managed_resources",
|
||||
"app.adapters.network.browser -> app.runtime.settings",
|
||||
"app.adapters.network.cloudflare -> app.runtime",
|
||||
"app.adapters.network.cloudflare -> app.runtime.log",
|
||||
"app.adapters.network.doh -> app.foundation",
|
||||
@@ -168,8 +168,8 @@
|
||||
"app.adapters.web.metrics -> app.runtime.observability",
|
||||
"app.adapters.web.security.access -> app.runtime",
|
||||
"app.adapters.web.security.access -> app.runtime.cache",
|
||||
"app.adapters.web.security.access -> app.runtime.config",
|
||||
"app.adapters.web.security.access -> app.runtime.log",
|
||||
"app.adapters.web.security.access -> app.runtime.settings",
|
||||
"app.adapters.web.security.access -> app.schemas",
|
||||
"app.adapters.web.security.access -> app.schemas.token",
|
||||
"app.agent.callback -> app.agent",
|
||||
|
||||
Reference in New Issue
Block a user