dify/api/tests/test_containers_integration...
QuantumGhost 1c1f124891
Enhanced GraphEngine Pause Handling (#28196)
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>
2025-11-26 19:59:34 +08:00
..
core Enhanced GraphEngine Pause Handling (#28196) 2025-11-26 19:59:34 +08:00
factories chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
libs/broadcast_channel/redis feat: support redis 7.0 shared pub and sub (#28333) 2025-11-21 10:33:52 +08:00
services fix: fix feedback like or dislike not display in logs (#28652) 2025-11-26 13:59:47 +08:00
tasks more typed orm (#28577) 2025-11-24 21:01:46 +08:00
workflow Feat add testcontainers test (#23269) 2025-08-04 19:27:36 +08:00
__init__.py Feat add testcontainers test (#23269) 2025-08-04 19:27:36 +08:00
conftest.py Feature add test containers mail email code login task (#26580) 2025-10-05 12:44:40 +08:00
test_workflow_pause_integration.py Enhanced GraphEngine Pause Handling (#28196) 2025-11-26 19:59:34 +08:00