dify/api/core/sandbox
Harry 3f5f893e6c feat: add exists method to sandbox sources for existence checks
- Implemented the `exists` method in `SandboxFileSource` and its subclasses to verify the availability of sandbox sources.
- Updated `SandboxFileService` to utilize the new `exists` method for improved error handling when listing files and downloading files.
- Removed the previous check for storage existence in `archive_source.py` and replaced it with the new method.
2026-01-30 17:34:40 +08:00
..
bash feat: pull variable add sandbox file support 2026-01-30 11:21:08 +08:00
entities feat(sandbox): add file extension attribute to SandboxFileNode and update related logic 2026-01-27 15:58:14 +08:00
initializer refactor all 2026-01-30 02:36:18 +08:00
inspector feat: add exists method to sandbox sources for existence checks 2026-01-30 17:34:40 +08:00
services fix(asset_download_service): suppress error output during download command execution 2026-01-23 17:06:11 +08:00
storage refactor all 2026-01-30 02:36:18 +08:00
utils feat(sandbox): add AppAssetsInitializer and refactor VMFactory to VMBuilder 2026-01-15 00:13:52 +08:00
__init__.py feat(sandbox-zip-service): using sandbox to zip files 2026-01-27 14:19:27 +08:00
builder.py Revert "refactor: replace threading with gevent primitives for cooperative scheduling" 2026-01-28 13:51:48 +08:00
manager.py feat(sandbox-zip-service): using sandbox to zip files 2026-01-27 14:19:27 +08:00
sandbox.py Revert "refactor: replace threading with gevent primitives for cooperative scheduling" 2026-01-28 13:51:48 +08:00