dify/api/tests/unit_tests/core
copilot-swe-agent[bot] 215d3ed42d
Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation
# Conflicts:
#	.vite-hooks/pre-commit
#	api/controllers/console/__init__.py
#	api/core/agent/base_agent_runner.py
#	api/core/app/app_config/easy_ui_based_app/model_config/converter.py
#	api/core/app/apps/agent_chat/app_runner.py
#	api/core/entities/provider_configuration.py
#	api/core/helper/moderation.py
#	api/core/model_manager.py
#	api/core/rag/embedding/cached_embedding.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/core/rag/splitter/fixed_text_splitter.py
#	api/core/workflow/nodes/datasource/datasource_node.py
#	api/core/workflow/nodes/knowledge_index/knowledge_index_node.py
#	api/models/human_input.py
#	api/providers/trace/trace-tencent/src/dify_trace_tencent/span_builder.py
#	api/services/workflow_service.py
#	api/tasks/trigger_processing_tasks.py
#	api/tests/integration_tests/core/workflow/nodes/datasource/test_datasource_node_integration.py
#	api/tests/integration_tests/workflow/nodes/test_http.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/core/prompt/test_agent_history_prompt_transform.py
#	api/tests/unit_tests/core/variables/test_segment.py
#	api/tests/unit_tests/core/workflow/graph_engine/test_mock_factory.py
#	api/tests/unit_tests/core/workflow/nodes/answer/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/datasource/test_datasource_node.py
#	api/tests/unit_tests/core/workflow/nodes/http_request/test_http_request_node.py
#	api/tests/unit_tests/core/workflow/nodes/human_input/test_email_delivery_config.py
#	api/tests/unit_tests/services/workflow/test_workflow_human_input_delivery.py
#	web/app/(commonLayout)/layout.tsx
#	web/app/components/app/configuration/dataset-config/params-config/weighted-score.tsx
#	web/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx
#	web/app/components/app/workflow-log/__tests__/list.spec.tsx
#	web/app/components/apps/__tests__/list.spec.tsx
#	web/app/components/apps/list.tsx
#	web/app/components/base/chat/chat-with-history/header/operation.tsx
#	web/app/components/base/chat/chat-with-history/sidebar/operation.tsx
#	web/app/components/header/account-setting/data-source-page-new/operator.tsx
#	web/app/components/header/account-setting/members-page/operation/index.tsx
#	web/app/components/plugins/marketplace/sort-dropdown/__tests__/index.spec.tsx
#	web/app/components/plugins/marketplace/sort-dropdown/index.tsx
#	web/app/components/plugins/plugin-page/plugin-tasks/index.tsx
#	web/app/components/workflow/header/__tests__/test-run-menu.spec.tsx
#	web/app/components/workflow/header/test-run-menu.tsx
#	web/app/components/workflow/nodes/_base/components/next-step/operator.tsx
#	web/app/components/workflow/nodes/_base/components/panel-operator/index.tsx
#	web/app/components/workflow/nodes/assigner/components/__tests__/operation-selector.spec.tsx
#	web/app/components/workflow/nodes/assigner/components/operation-selector.tsx
#	web/app/components/workflow/operator/__tests__/more-actions.spec.tsx
#	web/app/components/workflow/operator/zoom-in-out.tsx
#	web/app/components/workflow/panel/version-history-panel/context-menu/menu-item.tsx
#	web/app/components/workflow/selection-contextmenu.tsx
#	web/eslint-suppressions.json

Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
2026-04-20 07:03:29 +00:00
..
agent feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
app Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
base feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
callback_handler refactor: core/tools, agent, callback_handler, encrypter, llm_generator, plugin, inner_api (#34205) 2026-03-28 10:14:43 +00:00
datasource Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
entities chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
evaluation feat: evaluation (#35251) 2026-04-15 16:09:40 +08:00
extension test: add test for core extension, external_data_tool and llm generator (#32468) 2026-03-12 11:44:38 +08:00
external_data_tool refactor: replace bare dict with dict[str, Any] in enterprise telemetry, external data tool, and moderation tests (#35185) 2026-04-14 17:51:02 +00:00
file chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
helper chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
llm_generator feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
logging test: added for core logging and core mcp (#32478) 2026-03-12 11:44:56 +08:00
mcp Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
memory feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
model_runtime chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
moderation refactor: replace bare dict with dict[str, Any] in enterprise telemetry, external data tool, and moderation tests (#35185) 2026-04-14 17:51:02 +00:00
ops feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
plugin Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
prompt Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
rag Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
repositories Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
schemas test: added for core module moderation, repositories, schemas (#32514) 2026-03-22 23:57:12 +08:00
telemetry feat: enterprise otel exporter (#33138) 2026-03-27 07:56:31 +00:00
tools feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
trigger feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
variables Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
workflow Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_file.py Merge remote-tracking branch 'origin/deploy/dev' into feat/evaluation 2026-04-20 07:03:29 +00:00
test_model_manager.py Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
test_provider_configuration.py Merge deploy/dev into feat/evaluation - resolve merge conflicts 2026-04-17 08:29:13 +00:00
test_provider_manager.py feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
test_trigger_debug_event_selectors.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00