dify/api/core/sandbox
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
..
bash fix: update core.file imports to core.workflow.file after merge 2026-03-19 18:05:55 +08:00
entities fix: centralize sandbox temp path management 2026-03-12 16:03:01 +08:00
initializer refactor: a lot of optimization and enhancement 2026-03-12 18:23:16 +08:00
inspector refactor: a lot of optimization and enhancement 2026-03-12 18:23:16 +08:00
services refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
storage fix: update NoopSandboxStorage to return True for mount and unmount methods 2026-03-17 16:50:55 +08:00
utils feat(sandbox): add AppAssetsInitializer and refactor VMFactory to VMBuilder 2026-01-15 00:13:52 +08:00
__init__.py refactor: a lot of optimization and enhancement 2026-03-12 18:23:16 +08:00
builder.py refactor: a lot of optimization and enhancement 2026-03-12 18:23:16 +08:00
sandbox.py fix: namespace sandbox temp paths by sandbox ID to prevent cross-session collisions 2026-03-11 19:19:17 +08:00