dify/api/tests/unit_tests/core
Novice cccff6768a
Merge commit '9c339239' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/README.md
#	api/controllers/console/app/workflow_draft_variable.py
#	api/core/agent/cot_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/prompt/advanced_prompt_transform.py
#	api/core/workflow/nodes/base/node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/llm/node.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/nodes/question_classifier/question_classifier_node.py
#	api/core/workflow/runtime/graph_runtime_state.py
#	api/extensions/storage/base_storage.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/account/oauth/authorize/page.tsx
#	web/app/components/app/configuration/config-var/config-modal/field.tsx
#	web/app/components/base/alert.tsx
#	web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx
#	web/app/components/base/chat/chat/answer/more.tsx
#	web/app/components/base/chat/chat/answer/operation.tsx
#	web/app/components/base/chat/chat/answer/workflow-process.tsx
#	web/app/components/base/chat/chat/citation/index.tsx
#	web/app/components/base/chat/chat/citation/popup.tsx
#	web/app/components/base/chat/chat/citation/progress-tooltip.tsx
#	web/app/components/base/chat/chat/citation/tooltip.tsx
#	web/app/components/base/chat/chat/question.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/view-form-dropdown.tsx
#	web/app/components/base/markdown-blocks/form.tsx
#	web/app/components/base/prompt-editor/plugins/hitl-input-block/component-ui.tsx
#	web/app/components/base/tag-management/panel.tsx
#	web/app/components/base/tag-management/trigger.tsx
#	web/app/components/header/account-setting/index.tsx
#	web/app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx
#	web/app/signin/utils/post-login-redirect.ts
#	web/eslint-suppressions.json
#	web/package.json
#	web/pnpm-lock.yaml
2026-03-23 09:00:45 +08:00
..
agent fix: update core.file imports to core.workflow.file after merge 2026-03-19 18:05:55 +08:00
app Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
app_assets refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
datasource refactor: decouple the business logic from datasource_node (#32515) 2026-02-27 18:49:14 +08:00
file fix: update remaining core.file imports missed in previous commit 2026-03-23 08:39:48 +08:00
helper test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
llm_generator/output_parser fix: update remaining core.file imports missed in previous commit 2026-03-23 08:39:48 +08:00
logging test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
mcp refactor(workflow): decouple start node external dependencies (#32793) 2026-03-02 02:01:41 +08:00
model_runtime fix: some Qwen3 models only support streaming output. (#32766) 2026-03-01 15:42:44 +08:00
moderation test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
ops fix: map all NodeType values to span kinds in Arize Phoenix tracing (#32059) 2026-03-02 14:54:26 +08:00
plugin test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
prompt test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
rag test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
repositories test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
sandbox refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
schemas test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
skill refactor: redesign skill compilation and document assembly process 2026-03-10 17:12:14 +08:00
tools fix(api): include file marker for workflow tool file outputs (#32114) 2026-02-10 16:51:12 +08:00
variables Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
virtual_environment refactor: a lot of optimization and enhancement 2026-03-12 18:23:16 +08:00
workflow Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_file.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
test_model_manager.py fix RetrievalMethod StrEnum (#26768) 2025-10-13 10:29:37 +08:00
test_provider_configuration.py chore: remove icon_large of models (#30466) 2026-01-03 02:35:17 +09:00
test_provider_manager.py more typed orm (#28519) 2025-11-24 10:50:20 +08:00
test_trigger_debug_event_selectors.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00