This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/uv/pytest-9.0.3
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git
discard 22fcafc chore(deps-dev): bump pytest from 8.4.0 to 9.0.3
add 9f211dc fix(semantic): accept exact model revision metadata
add b8d3143 fix(semantic): isolate MetricFlow sidecar environment (#210)
add 5fc06df fix(cluster): honor read-only active task fallbacks (#211)
add 97ebfac fix(cluster): require recorded history evidence (#212)
add 7f88318 chore(deps-dev): bump pytest from 8.4.0 to 9.0.3
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (22fcafc)
\
N -- N -- N refs/heads/dependabot/uv/pytest-9.0.3 (7f88318)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 14 ++
docs/integrations/metricflow.md | 5 +-
doris_mcp_server/semantic/loader.py | 3 +-
doris_mcp_server/semantic/metricflow.py | 12 +-
doris_mcp_server/semantic/models.py | 2 +
doris_mcp_server/semantic/runtime.py | 3 +-
doris_mcp_server/tools/capability_detector.py | 133 +++++++++++++++--
doris_mcp_server/tools/domain_catalog.py | 19 ++-
doris_mcp_server/utils/cluster_runtime.py | 15 ++
test/integration/test_real_doris_transports.py | 196 +++++++++++++++++++++++--
test/semantic/test_metricflow_runtime.py | 55 +++++--
test/semantic/test_ossie_loader.py | 45 +++++-
test/semantic/test_semantic_runtime.py | 24 ++-
test/tools/test_capability_detector.py | 84 ++++++++++-
test/tools/test_domain_catalog.py | 60 ++++++++
test/utils/test_cluster_runtime.py | 65 ++++++++
16 files changed, 684 insertions(+), 51 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]