dify/api/tests/unit_tests
Novice a883b74272
fix: update core.file imports to core.workflow.file after merge
The File class and related modules were moved from core.file to
core.workflow.file in the sandboxed-agent branch. This commit
updates all remaining references including test mock/patch paths,
Switch component defaultValue→value changes, and account setting
tab constant updates.

Made-with: Cursor
2026-03-19 18:05:55 +08:00
..
commands fix(api): make DB migration Redis lock TTL configurable and prevent LockNotOwnedError from masking failures (#32299) 2026-02-14 14:55:05 +08:00
configs feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
controllers refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
core fix: update core.file imports to core.workflow.file after merge 2026-03-19 18:05:55 +08:00
extensions Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 17:00:56 +08:00
factories refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
fields refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00
libs Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-11 12:44:05 +08:00
models test: migrate Dataset/Document property tests to testcontainers (#32487) 2026-02-24 01:23:48 +09:00
oss feat: support tencent cos custom domain (#30193) 2025-12-29 15:41:02 +08:00
repositories test: update unit tests for system message handling and workflow collaboration serices 2026-03-19 17:19:56 +08:00
services Merge commit '657eeb65' into sandboxed-agent-rebase 2026-03-19 17:38:56 +08:00
tasks refactor: document_indexing_sync_task split db session (#32129) 2026-02-09 17:12:16 +08:00
tools feat: extract mcp tool usage (#31802) 2026-02-09 09:52:14 +08:00
utils test: update unit tests for system message handling and workflow collaboration serices 2026-03-19 17:19:56 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
.gitignore Enhance Code Consistency Across Repository with .editorconfig (#19023) 2025-04-29 18:04:33 +08:00
conftest.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00