dify/api/tests/unit_tests/models
Stephen Zhou 30ed0907f3
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/site.py
#	api/controllers/console/datasets/datasets.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/rag/rerank/rerank_model.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_oauth_server.py
#	api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py
#	api/tests/unit_tests/tasks/test_batch_clean_document_task.py
#	packages/contracts/generated/api/service/orpc.gen.ts
#	web/app/components/datasets/rename-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/model-selector/popup-layout.tsx
#	web/features/tag-management/components/tag-search-content.tsx
2026-08-27 10:06:48 +08:00
..
__init__.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 2025-06-24 09:05:29 +08:00
test_account_models.py test: centralize app and account config overrides (#40860) 2026-08-25 06:19:35 +00:00
test_agent_config_entities.py refactor(agent): simplify Agent v2 output contract (#41062) 2026-08-21 11:55:25 +00:00
test_agent.py feat(agent-v2): sync nightly updates to main (2026-06-25) (#37915) 2026-06-26 13:13:35 +00:00
test_app_models.py test: migrate app model sessions and ORM models to SQLite (#40530) 2026-08-18 12:22:33 +00:00
test_base.py feat(api): Introduce workflow pause state management (#27298) 2025-10-30 14:41:09 +08:00
test_comment_models.py refactor: pass session to workflow comment account accessors (#41117) 2026-08-24 03:20:32 +00:00
test_conversation_variable.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
test_dataset_models.py test: migrate residual model sessions and ORM models to SQLite (#40531) 2026-08-18 12:23:02 +00:00
test_end_user_type.py fix(api): tolerate legacy service_api end-user type on load (#38271) 2026-07-02 05:34:36 +00:00
test_enums_creator_user_role.py fix(api): make CreatorUserRole accept both end-user and end_user (#33638) 2026-03-18 14:54:12 +08:00
test_file_input_compat.py chore: add Type to test (#37191) 2026-06-19 16:44:20 +00:00
test_knowledge_fs_cleanup.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
test_knowledge_fs_cutover.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
test_knowledge_fs.py feat(knowledge): stage document uploads before admission 2026-08-10 10:58:17 -04:00
test_model.py fix(model): re-sign bare/backticked tool file URLs in answer (#40799) 2026-08-25 02:04:21 +00:00
test_plugin_entities.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
test_provider_models.py refactor: use EnumText for Provider.quota_type and consolidate ProviderQuotaType (#34299) 2026-03-31 00:29:57 +00:00
test_recipient_type_label.py fix(hitl): stop confusing 404 when resuming forms via CLI (#37556) 2026-06-22 06:11:27 +00:00
test_snippet.py test: use sqlite3 session in test_snippet (#38691) 2026-07-27 01:53:52 +00:00
test_tool_models.py refactor: use EnumText for ApiToolProvider.schema_type_str and Docume… (#33983) 2026-03-24 13:27:50 +09:00
test_trigger_models.py refactor(models): dep-inject Session on remaining @property accessors (#40797) 2026-08-18 07:23:09 +00:00
test_types.py feat: add new agent (#36284) 2026-05-19 10:43:23 +00:00
test_web_models.py refactor(models): dep-inject Session on remaining @property accessors (#40797) 2026-08-18 07:23:09 +00:00
test_workflow_feature_compatibility.py test: move pure integration cases to unit tests (#40705) 2026-08-25 06:19:48 +00:00
test_workflow_models.py refactor: move SegmentAttachmentBinding and UploadFile to TypeBase (#30218) 2026-04-27 14:01:50 +00:00
test_workflow_node_execution_offload.py test: use sqlite3 session in test_workflow_node_execution_offload (#38728) 2026-07-25 14:23:32 +00:00
test_workflow.py fix: update secret environment variable description (#41309) 2026-08-26 10:08:30 +00:00