dify/api/tests/test_containers_integration_tests/services
QuantumGhost 03e3acfc71
feat(api): Human Input Node (backend part) (#31646)
The backend part of the human in the loop (HITL) feature and relevant architecture / workflow engine changes.

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
Co-authored-by: CrabSAMA <40541269+CrabSAMA@users.noreply.github.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
2026-01-30 10:18:49 +08:00
..
tools feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
workflow
__init__.py
test_account_service.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
test_advanced_prompt_template_service.py
test_agent_service.py refactor: port AppModelConfig (#30919) 2026-01-24 10:25:51 +08:00
test_annotation_service.py refactor(db): enforce non-null message annotation questions (#27915) 2026-01-21 17:54:59 +08:00
test_api_based_extension_service.py
test_app_dsl_service.py refactor: port AppModelConfig (#30919) 2026-01-24 10:25:51 +08:00
test_app_generate_service.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
test_app_service.py fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries. (#30450) 2026-01-06 09:56:30 +08:00
test_billing_service.py
test_feature_service.py refactor: optimize system features response payload for unauthenticated clients (#31392) 2026-01-23 12:12:11 +08:00
test_feedback_service.py
test_file_service.py
test_human_input_delivery_test.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
test_message_service_execution_extra_content.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
test_message_service.py
test_messages_clean_service.py fix: message clean service ut (#31038) 2026-01-15 15:13:25 +08:00
test_metadata_service.py
test_model_load_balancing_service.py
test_model_provider_service.py
test_saved_message_service.py
test_tag_service.py fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries. (#30450) 2026-01-06 09:56:30 +08:00
test_trigger_provider_service.py fix(api): surface subscription deletion errors to users (#30333) 2026-01-05 11:02:04 +08:00
test_web_conversation_service.py
test_webapp_auth_service.py
test_webhook_service.py
test_workflow_app_service.py fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries. (#30450) 2026-01-06 09:56:30 +08:00
test_workflow_draft_variable_service.py
test_workflow_run_service.py feat(api): Human Input Node (backend part) (#31646) 2026-01-30 10:18:49 +08:00
test_workflow_service.py refactor: port AppModelConfig (#30919) 2026-01-24 10:25:51 +08:00
test_workspace_service.py