dify/api/tests/test_containers_integration.../tasks
Stream 197ba5f6ef
Merge branch 'main' into deploy/dev
# Conflicts:
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/app/apps/pipeline/pipeline_generator.py
#	api/core/entities/mcp_provider.py
#	api/core/helper/marketplace.py
#	api/models/workflow.py
#	api/services/tools/tools_transform_service.py
#	api/tasks/document_indexing_task.py
#	api/tests/test_containers_integration_tests/core/__init__.py
#	api/tests/test_containers_integration_tests/tasks/test_document_indexing_task.py
#	dev/start-worker
#	docker/.env.example
#	web/app/components/base/chat/embedded-chatbot/hooks.tsx
#	web/app/components/workflow/hooks/use-workflow.ts
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
#	web/global.d.ts
#	web/pnpm-lock.yaml
#	web/service/use-plugins.ts
2025-11-06 15:58:41 +08:00
..
__init__.py Feature add test containers add document to index (#25251) 2025-09-05 19:20:37 +08:00
test_add_document_to_index_task.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_batch_clean_document_task.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_batch_create_segment_to_index_task.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_clean_dataset_task.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_clean_notion_document_task.py feat: add test containers based tests for clean notion document task (#25385) 2025-09-09 11:02:19 +08:00
test_create_segment_to_index_task.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_deal_dataset_vector_index_task.py feat: add test containers based tests for deal dataset vector index (#25545) 2025-09-11 21:12:53 +08:00
test_delete_segment_from_index_task.py Refactor account models to use SQLAlchemy 2.0 dataclass mapping (#26415) 2025-10-10 17:12:12 +09:00
test_disable_segment_from_index_task.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_disable_segments_from_index_task.py Refactor account models to use SQLAlchemy 2.0 dataclass mapping (#26415) 2025-10-10 17:12:12 +09:00
test_document_indexing_task.py Merge branch 'main' into deploy/dev 2025-11-06 15:58:41 +08:00
test_enable_segments_to_index_task.py remove .value (#26633) 2025-10-11 09:08:29 +08:00
test_mail_account_deletion_task.py remove .value (#26633) 2025-10-11 09:08:29 +08:00
test_mail_change_mail_task.py remove .value (#26633) 2025-10-11 09:08:29 +08:00
test_mail_email_code_login_task.py Feature add test containers mail email code login task (#26580) 2025-10-05 12:44:40 +08:00
test_mail_inner_task.py Feature add test containers mail inner task (#26622) 2025-10-07 12:48:11 +08:00
test_mail_invite_member_task.py remove .value (#26633) 2025-10-11 09:08:29 +08:00
test_mail_owner_transfer_task.py Feature add test containers mail owner transfer task (#26854) 2025-10-14 10:01:47 +08:00
test_mail_register_task.py Feature: add test containers based tests for mail register tasks (#27040) 2025-10-17 14:29:56 +08:00
test_rag_pipeline_run_tasks.py refactor: implement tenant self queue for rag tasks 2025-10-28 14:39:54 +08:00