dify/api/tests/unit_tests
Harry 521b66c488 feat(app-bundle): implement app bundle import/export functionality
- Introduced AppBundleService for managing app bundle publishing and importing, integrating workflow and asset services.
- Added methods for exporting app bundles as ZIP files, including DSL and asset management.
- Implemented source zip extraction and validation to enhance asset import processes.
- Refactored asset packaging to utilize AssetZipPackager for improved performance and organization.
- Enhanced error handling for bundle format and security during import operations.
2026-01-22 22:46:57 +08:00
..
configs fix: add DB_TYPE environment variable to unit tests (#30660) 2026-01-07 10:16:17 +08:00
controllers feat: Download the uploaded files (#31068) 2026-01-19 16:48:13 +08:00
core feat(app-bundle): implement app bundle import/export functionality 2026-01-22 22:46:57 +08:00
extensions fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697) 2026-01-14 10:21:26 +08:00
factories
fields refactor: port api/fields/file_fields.py (#30638) 2026-01-06 22:55:58 +08:00
libs feat(sandbox): enhance sandbox management and tool artifact handling 2026-01-22 17:26:09 +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 feat: clear free plan workflow run logs (#29494) 2026-01-12 15:57:40 +08:00
services feat: Download the uploaded files (#31068) 2026-01-19 16:48:13 +08:00
tasks refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
tools feat: MCP tool adds support for embeddedResource (#30261) 2025-12-29 10:15:47 +08:00
utils refactor: unify structured output with pydantic model 2026-01-21 21:04:33 +08:00
.gitignore
__init__.py
conftest.py test: Consolidate API CI test runner (#29440) 2025-12-15 13:20:31 +08:00