mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
chore: refresh architecture baselines for extracted modules
This commit is contained in:
+23
-4
@@ -13,8 +13,8 @@
|
||||
"runtime_to_db": [],
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6603,
|
||||
"edge_sha256": "70ed941e5ae3893b29167aa191357df42847de4547ce4a0b8d29acf38bbf924d",
|
||||
"edge_count": 6620,
|
||||
"edge_sha256": "da3e1ea903ff03ab300e43cd517e141365c65bf0304c091c22ff989ec8b9e1ae",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -2563,6 +2563,11 @@
|
||||
"app.application.directory -> app.schemas.file",
|
||||
"app.application.directory -> app.schemas.system",
|
||||
"app.application.directory -> app.schemas.types",
|
||||
"app.application.download.selection -> app.domain",
|
||||
"app.application.download.selection -> app.domain.context",
|
||||
"app.application.download.selection -> app.schemas",
|
||||
"app.application.download.selection -> app.schemas.media",
|
||||
"app.application.download.selection -> app.schemas.mediaserver",
|
||||
"app.application.download.tasks -> app.schemas",
|
||||
"app.application.download.tasks -> app.schemas.transfer",
|
||||
"app.application.download.tasks -> app.schemas.types",
|
||||
@@ -2864,6 +2869,17 @@
|
||||
"app.application.subscription.mutation -> app.application.outbox",
|
||||
"app.application.subscription.mutation -> app.schemas",
|
||||
"app.application.subscription.mutation -> app.schemas.event",
|
||||
"app.application.subscription.priority -> app.application",
|
||||
"app.application.subscription.priority -> app.application.subscription",
|
||||
"app.application.subscription.priority -> app.application.subscription.contract",
|
||||
"app.application.subscription.priority -> app.domain",
|
||||
"app.application.subscription.priority -> app.domain.context",
|
||||
"app.application.subscription.priority -> app.domain.meta",
|
||||
"app.application.subscription.priority -> app.domain.meta.metabase",
|
||||
"app.application.subscription.priority -> app.schemas",
|
||||
"app.application.subscription.priority -> app.schemas.mediaserver",
|
||||
"app.application.subscription.priority -> app.schemas.subscribe",
|
||||
"app.application.subscription.priority -> app.schemas.types",
|
||||
"app.application.subscription.query -> app.domain",
|
||||
"app.application.subscription.query -> app.domain.context",
|
||||
"app.application.subscription.query -> app.domain.meta",
|
||||
@@ -3091,6 +3107,7 @@
|
||||
"app.chain.download -> app.application.configuration",
|
||||
"app.chain.download -> app.application.directory",
|
||||
"app.chain.download -> app.application.download",
|
||||
"app.chain.download -> app.application.download.selection",
|
||||
"app.chain.download -> app.application.download.tasks",
|
||||
"app.chain.download -> app.application.torrent",
|
||||
"app.chain.download -> app.chain",
|
||||
@@ -3372,6 +3389,7 @@
|
||||
"app.chain.subscribe -> app.application.subscription.complete",
|
||||
"app.chain.subscribe -> app.application.subscription.contract",
|
||||
"app.chain.subscribe -> app.application.subscription.delete",
|
||||
"app.chain.subscribe -> app.application.subscription.priority",
|
||||
"app.chain.subscribe -> app.application.subscription.query",
|
||||
"app.chain.subscribe -> app.application.subscription.write",
|
||||
"app.chain.subscribe -> app.application.torrent",
|
||||
@@ -3477,7 +3495,6 @@
|
||||
"app.chain.transfer -> app.foundation.singleton",
|
||||
"app.chain.transfer -> app.runtime",
|
||||
"app.chain.transfer -> app.runtime.config",
|
||||
"app.chain.transfer -> app.runtime.events",
|
||||
"app.chain.transfer -> app.runtime.log",
|
||||
"app.chain.transfer -> app.runtime.progress",
|
||||
"app.chain.transfer -> app.runtime.reload",
|
||||
@@ -6620,7 +6637,7 @@
|
||||
"app.workflow.actions.transfer_file -> app.workflow",
|
||||
"app.workflow.actions.transfer_file -> app.workflow.actions"
|
||||
],
|
||||
"module_count": 813,
|
||||
"module_count": 815,
|
||||
"modules": [
|
||||
"app",
|
||||
"app.adapters",
|
||||
@@ -6883,6 +6900,7 @@
|
||||
"app.application.database",
|
||||
"app.application.directory",
|
||||
"app.application.download",
|
||||
"app.application.download.selection",
|
||||
"app.application.download.tasks",
|
||||
"app.application.downloader",
|
||||
"app.application.formatting",
|
||||
@@ -6951,6 +6969,7 @@
|
||||
"app.application.subscription.delete",
|
||||
"app.application.subscription.identity",
|
||||
"app.application.subscription.mutation",
|
||||
"app.application.subscription.priority",
|
||||
"app.application.subscription.query",
|
||||
"app.application.subscription.search",
|
||||
"app.application.subscription.write",
|
||||
|
||||
@@ -6423,7 +6423,7 @@
|
||||
}
|
||||
},
|
||||
"run_module": {
|
||||
"call_count": 260,
|
||||
"call_count": 261,
|
||||
"dynamic_call_count": 0,
|
||||
"dynamic_calls": [],
|
||||
"method_count": 211,
|
||||
@@ -7651,6 +7651,11 @@
|
||||
"count": 1,
|
||||
"mode": "sync"
|
||||
},
|
||||
{
|
||||
"caller": "app.chain.media",
|
||||
"count": 1,
|
||||
"mode": "sync"
|
||||
},
|
||||
{
|
||||
"caller": "app.chain.musicbrainz",
|
||||
"count": 1,
|
||||
|
||||
Reference in New Issue
Block a user