Merge upstream/v3 into codex/feat/plugin-data-query-sdk-v3

This commit is contained in:
InfinityPacer
2026-08-28 00:43:57 +08:00
49 changed files with 5423 additions and 1143 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{
"application": {
"covered_lines": 10098,
"percent": 78.74,
"statements": 12825
"covered_lines": 10068,
"percent": 78.81,
"statements": 12775
},
"domain": {
"covered_lines": 3392,
+2 -2
View File
@@ -1442,7 +1442,7 @@
}
},
"edge_count": 6940,
"edge_sha256": "8ff91be099f1230655ceeb006bd1bf604063054ddb0721b3e887c956ea1251fb",
"edge_sha256": "9e3e8485c94c46a75eb577ccfc24708c80d4296b6422ec66ab9f23ef9964568f",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -4454,7 +4454,6 @@
"app.application.transfer.workflow -> app.adapters.system",
"app.application.transfer.workflow -> app.adapters.system.host",
"app.application.transfer.workflow -> app.application",
"app.application.transfer.workflow -> app.application.agent",
"app.application.transfer.workflow -> app.application.transfer",
"app.application.transfer.workflow -> app.application.transfer.execution",
"app.application.transfer.workflow -> app.domain",
@@ -5201,6 +5200,7 @@
"app.db.adapters.transfer.execution -> app.application",
"app.db.adapters.transfer.execution -> app.application.transfer",
"app.db.adapters.transfer.execution -> app.application.transfer.execution",
"app.db.adapters.transfer.execution -> app.application.transfer.workflow",
"app.db.adapters.transfer.execution -> app.db",
"app.db.adapters.transfer.execution -> app.db.models",
"app.db.adapters.transfer.execution -> app.db.models.transferexecutionstep",
+3 -3
View File
@@ -1568,19 +1568,19 @@
"union-attr": 2
},
"app/chain/transfer.py": {
"arg-type": 57,
"arg-type": 53,
"assignment": 25,
"attr-defined": 4,
"func-returns-value": 1,
"misc": 2,
"no-any-return": 3,
"no-any-return": 2,
"no-untyped-call": 8,
"no-untyped-def": 12,
"operator": 3,
"return-value": 2,
"truthy-function": 5,
"type-arg": 10,
"union-attr": 33,
"union-attr": 31,
"var-annotated": 4
},
"app/chain/user.py": {