mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
|
Some checks are pending
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
This commit: 1. Convert `pause_reason` to `pause_reasons` in `GraphExecution` and relevant classes. Change the field from a scalar value to a list that can contain multiple `PauseReason` objects, ensuring all pause events are properly captured. 2. Introduce a new `WorkflowPauseReason` model to record reasons associated with a specific `WorkflowPause`. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| tools | ||
| workflow | ||
| __init__.py | ||
| segment_service.py | ||
| services_test_help.py | ||
| test_account_service.py | ||
| test_app_task_service.py | ||
| test_billing_service.py | ||
| test_clear_free_plan_tenant_expired_logs.py | ||
| test_conversation_service.py | ||
| test_dataset_permission.py | ||
| test_dataset_service_batch_update_document_status.py | ||
| test_dataset_service_create_dataset.py | ||
| test_dataset_service_delete_dataset.py | ||
| test_dataset_service_retrieval.py | ||
| test_dataset_service_update_dataset.py | ||
| test_document_indexing_task_proxy.py | ||
| test_document_service_display_status.py | ||
| test_metadata_bug_complete.py | ||
| test_metadata_nullable_bug.py | ||
| test_metadata_partial_update.py | ||
| test_rag_pipeline_task_proxy.py | ||
| test_schedule_service.py | ||
| test_variable_truncator.py | ||
| test_webhook_service.py | ||
| test_workflow_run_service_pause.py | ||