dify/api/tests/integration_tests
-LAN- 42877985db
Merge remote-tracking branch 'origin/main' into optional-plugin-invoke
# Conflicts:
#	api/tests/unit_tests/controllers/console/app/test_message.py
#	api/tests/unit_tests/controllers/console/app/test_statistic.py
#	api/tests/unit_tests/controllers/console/app/test_workflow_draft_variable.py
#	api/tests/unit_tests/controllers/console/auth/test_data_source_bearer_auth.py
#	api/tests/unit_tests/controllers/console/auth/test_data_source_oauth.py
#	api/tests/unit_tests/controllers/console/auth/test_oauth_server.py
2026-03-24 15:33:05 +08:00
..
controllers/console refactor: use EnumText for Conversation/Message invoke_from and from_source (#33832) 2026-03-21 11:47:48 +09:00
core feat: extract model runtime 2026-03-20 23:18:36 +08:00
factories feat: add file access controller 2026-03-20 23:19:51 +08:00
libs refactor: use EnumText for ApiToken.type (#33961) 2026-03-24 02:46:06 +09:00
model_runtime/__mock refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
plugin more httpx (#25651) 2025-09-22 23:07:09 +08:00
services chore: save changes 2026-03-20 23:18:40 +08:00
storage ruff check preview (#25653) 2025-09-16 12:58:12 +08:00
tasks refactor: use EnumText(StorageType) for UploadFile.storage_type (#33728) 2026-03-19 15:15:32 +09:00
tools use model_validate (#26182) 2025-10-10 17:30:13 +09:00
utils chore: apply flake8-pytest-style linter rules (#8307) 2024-09-12 18:09:16 +08:00
vdb feat: Add Hologres as a VDB & FullText DB choice (#32830) 2026-03-15 20:55:02 +08:00
workflow chore: save changes 2026-03-20 23:18:40 +08:00
.env.example feat: Add Hologres as a VDB & FullText DB choice (#32830) 2026-03-15 20:55:02 +08:00
.gitignore Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
__init__.py feat: server multi models support (#799) 2023-08-12 00:57:00 +08:00
conftest.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00