dify/api/tests/unit_tests/extensions
Harry 806016244f refactor(storage): integrate SilentStorage for improved file handling
- Replaced direct storage references with SilentStorage in various components to enhance fallback mechanisms.
- Updated storage key formats for sandbox archives and files to improve clarity and consistency.
- Refactored related classes and methods to utilize the new SandboxFilePath structure.
- Adjusted unit tests to reflect changes in the StorageTicket model and its serialization methods.
2026-01-30 02:36:18 +08:00
..
logstore fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697) 2026-01-14 10:21:26 +08:00
otel fix(tests): remove unnecessary noqa directive from test function 2026-01-26 01:12:07 +08:00
storage refactor(storage): integrate SilentStorage for improved file handling 2026-01-30 02:36:18 +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