dify/api/tests/unit_tests/tasks
GareArc 36ff9b447d
Merge origin/release/e-1.12.1 into 1.12.1-otel-ee
Sync enterprise 1.12.1 changes:
- feat: implement heartbeat mechanism for database migration lock
- refactor: replace AutoRenewRedisLock with DbMigrationAutoRenewLock
- fix: improve logging for database migration lock release
- fix: make flask upgrade-db fail on error
- fix: include sso_verified in access_mode validation
- fix: inherit web app permission from original app
- fix: make e-1.12.1 enterprise migrations database-agnostic
- fix: get_message_event_type return wrong message type
- refactor: document_indexing_sync_task split db session
- fix: trigger output schema miss
- test: remove unrelated enterprise service test

Conflict resolution:
- Combined OTEL telemetry imports with tool signature import in easy_ui_based_generate_task_pipeline.py
2026-03-01 00:18:46 -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: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_dataset_indexing_task.py refactor: partition Celery task sessions into smaller, discrete execu… (#32085) 2026-02-08 21:05:03 +08:00
test_delete_account_task.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_document_indexing_sync_task.py refactor: document_indexing_sync_task split db session (#32129) 2026-02-09 17:16:17 +08:00
test_duplicate_document_indexing_task.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_enterprise_telemetry_task.py feat(telemetry): add enterprise OTEL telemetry with gateway, traces, metrics, and logs 2026-02-05 23:10:30 -08:00
test_mail_send_task.py feat: allow pass hostname in docker env (#30975) 2026-01-14 19:30:37 +08:00
test_remove_app_and_related_data_task.py fix: fix delete_draft_variables_batch cycle forever (#31934) 2026-02-04 19:42:50 +08:00