dify/api/tests/unit_tests/core
Harry 0da4d64d38 feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager
- Simplified the SandboxLayer initialization by removing unused parameters and consolidating sandbox creation logic.
- Integrated SandboxManager for better lifecycle management of sandboxes during workflow execution.
- Updated error handling to ensure proper initialization and cleanup of sandboxes.
- Enhanced CommandNode to retrieve sandboxes from SandboxManager, improving sandbox availability checks.
- Added unit tests to validate the new sandbox management approach and ensure robust error handling.
2026-01-09 11:23:03 +08:00
..
agent/output_parser
app feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager 2026-01-09 11:23:03 +08:00
datasource fix: handle missing credential_id (#30051) 2025-12-24 11:21:51 +08:00
file fix: File model add known extra fields, fix issue about the tool of… (#27607) 2025-11-04 09:57:25 +08:00
helper feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
logging feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
mcp feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
model_runtime
moderation Feat/ implement test script of content moderation (#28923) 2025-11-30 12:43:58 +08:00
ops fix(ops): correct LangSmith dotted_order timestamp format (#30022) 2025-12-23 19:00:17 +08:00
plugin feat: complete test script of plugin manager (#28967) 2025-12-02 11:25:08 +08:00
prompt
rag fix: #30511 [Bug] knowledge_retrieval_node fails when using Rerank Model: "Working outside of application context" and add regression test (#30549) 2026-01-05 15:02:21 +08:00
repositories
schemas
tools fix: fix mime type is none (#29579) 2025-12-15 10:09:11 +08:00
variables fix(api): SegmentType.is_valid() raises AssertionError for SegmentType.GROUP (#28249) 2025-11-21 16:43:09 +09:00
virtual_environment feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager 2026-01-09 11:23:03 +08:00
workflow feat(sandbox-layer): refactor sandbox management and integrate with SandboxManager 2026-01-09 11:23:03 +08:00
__init__.py
test_file.py
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