dify/api/tests/unit_tests
Harry f52fb919d1 refactor(storage): remove signer, using general file storage
- Removed unused app asset download and upload endpoints, along with sandbox archive and file download endpoints.
- Updated imports in the file controller to reflect the removal of these endpoints.
- Simplified the generator.py file by consolidating the code context field definition.
- Enhanced the storage layer with a unified presign wrapper for better handling of presigned URLs.
2026-01-29 23:01:12 +08:00
..
configs fix: add DB_TYPE environment variable to unit tests (#30660) 2026-01-07 10:16:17 +08:00
controllers feat: use xdist to make make test faster (#30824) 2026-01-29 18:17:40 +08:00
core refactor(storage): remove signer, using general file storage 2026-01-29 23:01:12 +08:00
extensions fix(tests): remove unnecessary noqa directive from test function 2026-01-26 01:12:07 +08:00
factories hotfix: fix _extract_filename for rfc 5987 (#26230) 2025-11-27 10:54:00 +08:00
fields refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00
libs Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-23 18:04:32 +08:00
models chore: remove unused link icon type (#30469) 2026-01-06 10:10:06 +08:00
oss feat: support tencent cos custom domain (#30193) 2025-12-29 15:41:02 +08:00
repositories add unittests 2026-01-19 20:25:47 +08:00
services Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-29 21:25:28 +08:00
tasks feat: archive workflow run logs backend (#31310) 2026-01-23 13:11:56 +08:00
tools feat: MCP tool adds support for embeddedResource (#30261) 2025-12-29 10:15:47 +08:00
utils chore: improve assemble variable context generation 2026-01-28 15:34:28 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
.gitignore Enhance Code Consistency Across Repository with .editorconfig (#19023) 2025-04-29 18:04:33 +08:00
conftest.py feat: use xdist to make make test faster (#30824) 2026-01-29 18:17:40 +08:00