dify/api/tests
Harry 248fa38c34 refactor(storage): unified storage cache layer and preasign interface
- Updated storage wrappers to utilize a new base class, StorageWrapper, for better delegation of methods.
- Introduced SilentStorage to handle read operations gracefully by returning empty values instead of raising exceptions.
- Enhanced CachedPresignStorage to support batch caching of download URLs, improving performance.
- Refactored FilePresignStorage to support both presigned URLs and signed proxy URLs for downloads.
- Updated AppAssetService to utilize the new storage structure, ensuring consistent asset management.
2026-01-23 17:01:10 +08:00
..
fixtures refactor: rename mention node to nested_node for generic sub-graph support 2026-01-22 13:15:13 +08:00
integration_tests refactor: Move workflow node factory to app workflow (#31385) 2026-01-22 18:08:21 +08:00
test_containers_integration_tests refactor(db): enforce non-null message annotation questions (#27915) 2026-01-22 16:13:10 +08:00
unit_tests refactor(storage): unified storage cache layer and preasign interface 2026-01-23 17:01:10 +08:00
__init__.py