dify/api/tests/unit_tests/extensions
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
..
logstore fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697) 2026-01-14 10:21:26 +08:00
otel add service layer OTel Span (#28582) 2025-12-05 21:58:32 +08:00
storage refactor(storage): unified storage cache layer and preasign interface 2026-01-23 17:01:10 +08:00
test_celery_ssl.py fix: Incorrect REDIS ssl variable used for Celery causing Celery unable to start (#29605) 2025-12-31 10:26:28 +08:00
test_ext_request_logging.py feat: add x-trace-id to http responses and logs (#29015) 2025-12-02 17:22:34 +08:00
test_redis.py feat: add redis fallback mechanism #21043 (#21044) 2025-07-10 10:19:58 +08:00