dify/api/tests/unit_tests/tasks
2026-04-28 16:38:51 +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: address user input preparation in workflow app generator (#28410) 2025-11-20 02:09:40 +08:00
test_clean_dataset_task.py refactor: migrate session.query to select API in clean dataset task (#34815) 2026-04-09 05:46:36 +00:00
test_clean_document_task.py fix: keep cleanup tasks resilient to billing API failures (#35600) 2026-04-27 08:51:09 +00:00
test_dataset_indexing_task.py chore: fix use select style api in orm (#35531) 2026-04-24 08:35:20 +00:00
test_delete_account_task.py refactor: migrate session.query to select API in small task files batch (#34684) 2026-04-07 22:58:23 +00:00
test_document_indexing_sync_task.py refactor: migrate session.query to select API in document indexing sync task (#34813) 2026-04-09 05:44:13 +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_enterprise_telemetry_task.py feat: enterprise otel exporter (#33138) 2026-03-27 07:56:31 +00:00
test_evaluation_task.py feat: evaluation (#35251) 2026-04-15 16:09:40 +08:00
test_human_input_timeout_tasks.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
test_mail_human_input_delivery_task.py feat: apply markdown rendering to HITL email, sanitize email subject and body (#32305) 2026-03-16 16:52:46 +08:00
test_mail_send_task.py feat: allow pass hostname in docker env (#30975) 2026-01-14 19:30:37 +08:00
test_process_tenant_plugin_autoupgrade_check_task.py fix: download and upload package before invoking upgrade in auto-upgrade task (#35599) 2026-04-27 10:19:56 +00:00
test_remove_app_and_related_data_task.py refactor(tasks): migrate document_indexing_task and remove_app_and_related_data_task to SQLAlchemy 2.0 select() API (#34968) 2026-04-12 01:49:56 +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_trigger_processing_tasks.py refactor: quota v3 integration (#35436) 2026-04-27 01:49:40 +00:00
test_workflow_execute_task.py feat: add service api of HITL (#32826) 2026-04-24 06:37:10 +00:00
test_workflow_node_execution_tasks.py refactor(api): rename dify_graph to graphon (#34095) 2026-03-25 21:58:56 +08:00