dify/api/tests/unit_tests/tasks
Stephen Zhou 574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/commands/system.py
#	api/controllers/console/init_validate.py
#	api/controllers/console/workspace/account.py
#	api/controllers/console/wraps.py
#	api/controllers/openapi/auth/data.py
#	api/core/hosting_configuration.py
#	api/core/provider_manager.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/services/workspace_service.py
#	api/tasks/workflow_cfs_scheduler/entities.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/openapi/auth/test_data.py
#	api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	dev/start-worker
#	packages/contracts/console.ts
#	packages/contracts/package.json
#	packages/iconify-collections/custom-public/icons.json
#	web/app/components/workflow/__tests__/index.spec.tsx
#	web/app/components/workflow/index.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
..
__init__.py feat(api): auto-delete WorkflowDraftVariable when app is deleted (#23737) 2025-08-13 11:13:08 +08:00
test_async_workflow_tasks.py fix(api/tasks): use f-string for raise messages in resume_workflow_ex… (#37607) 2026-07-06 02:36:14 +00:00
test_batch_clean_document_task.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_clean_dataset_task.py test: use SQLite sessions in clean dataset (#39051) 2026-08-06 04:49:10 +00:00
test_clean_document_task.py test: use SQLite sessions in tasks (#39076) 2026-07-30 05:18:19 +00:00
test_collect_agent_resources_task.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
test_community_telemetry_task.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_dataset_indexing_task.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_document_indexing_sync_task.py test: use SQLite sessions in tasks (#39117) 2026-07-16 10:17:26 +00:00
test_document_indexing_update_task.py test: migrate document indexing task sessions to SQLite (#40092) 2026-08-07 03:45:56 +00:00
test_duplicate_document_indexing_task.py test: migrate duplicate_document_indexing_task SQL tests to testcontainers (#32540) 2026-03-05 02:35:24 +09:00
test_enable_segment_index_tasks.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_enterprise_telemetry_task.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_human_input_timeout_tasks.py test: use sqlite3 session in test_human_input_timeout_tasks (#38703) 2026-07-29 05:49:56 +00:00
test_initialize_created_app_rbac_access_task.py test: Type test (#40371) 2026-08-10 02:13:17 +00:00
test_install_default_plugins_task.py feat: default plugins for new user (#39167) 2026-07-17 02:49:58 +00:00
test_knowledge_fs_initial_source_preview_tasks.py feat(knowledge-fs): support datasource-driven source previews 2026-08-12 08:33:52 +08:00
test_knowledge_fs_initial_source_tasks.py feat(knowledge-fs): support datasource-driven source previews 2026-08-12 08:33:52 +08:00
test_knowledge_fs_lifecycle_tasks.py feat(knowledge): stage document uploads before admission 2026-08-10 10:58:17 -04:00
test_mail_human_input_delivery_task.py test: use SQLite sessions in unit misc (#39119) 2026-07-21 03:20:59 +00:00
test_mail_send_task.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_ops_trace_task.py feat: improve phoenix workflow tracing (#35605) 2026-05-11 08:37:17 +00:00
test_process_tenant_plugin_autoupgrade_check_task.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
test_refresh_billing_vector_space_task.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
test_remove_app_and_related_data_task.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
test_resume_agent_app_task.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
test_retry_document_indexing_task.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_segment_index_cleanup_tasks.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_summary_queue_isolation.py feat(tasks): isolate summary generation to dedicated dataset_summary queue (#32972) 2026-03-06 14:35:28 +08:00
test_sync_website_document_indexing_task.py fix(api): bind dataset operations to owners (#40149) 2026-08-11 16:37:14 +00:00
test_trigger_processing_tasks.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_workflow_execute_task.py test: migrate retention and task sessions to SQLite (#40090) 2026-08-11 07:05:36 +00:00
test_workflow_node_execution_identity.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
test_workflow_node_execution_tasks.py refactor(api): rename dify_graph to graphon (#34095) 2026-03-25 21:58:56 +08:00