dify/api/tests/test_containers_integration_tests/services
Novice cccff6768a
Merge commit '9c339239' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/README.md
#	api/controllers/console/app/workflow_draft_variable.py
#	api/core/agent/cot_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/prompt/advanced_prompt_transform.py
#	api/core/workflow/nodes/base/node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/llm/node.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/nodes/question_classifier/question_classifier_node.py
#	api/core/workflow/runtime/graph_runtime_state.py
#	api/extensions/storage/base_storage.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/account/oauth/authorize/page.tsx
#	web/app/components/app/configuration/config-var/config-modal/field.tsx
#	web/app/components/base/alert.tsx
#	web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx
#	web/app/components/base/chat/chat/answer/more.tsx
#	web/app/components/base/chat/chat/answer/operation.tsx
#	web/app/components/base/chat/chat/answer/workflow-process.tsx
#	web/app/components/base/chat/chat/citation/index.tsx
#	web/app/components/base/chat/chat/citation/popup.tsx
#	web/app/components/base/chat/chat/citation/progress-tooltip.tsx
#	web/app/components/base/chat/chat/citation/tooltip.tsx
#	web/app/components/base/chat/chat/question.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/view-form-dropdown.tsx
#	web/app/components/base/markdown-blocks/form.tsx
#	web/app/components/base/prompt-editor/plugins/hitl-input-block/component-ui.tsx
#	web/app/components/base/tag-management/panel.tsx
#	web/app/components/base/tag-management/trigger.tsx
#	web/app/components/header/account-setting/index.tsx
#	web/app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx
#	web/app/signin/utils/post-login-redirect.ts
#	web/eslint-suppressions.json
#	web/package.json
#	web/pnpm-lock.yaml
2026-03-23 09:00:45 +08:00
..
tools feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
workflow refactor(workflow): decouple start node external dependencies (#32793) 2026-03-02 02:01:41 +08:00
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
dataset_collection_binding.py test: migrate dataset collection binding SQL tests to testcontainers (#32539) 2026-02-25 14:15:07 +09:00
dataset_service_update_delete.py test: migrate dataset service update-delete SQL tests to testcontainers (#32548) 2026-02-25 15:07:28 +09:00
document_service_status.py test: migrate document_service_status SQL tests to testcontainers (#32536) 2026-02-28 01:50:55 +09:00
test_account_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_advanced_prompt_template_service.py chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
test_agent_service.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +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: add comprehensive unit tests for SegmentService - Fix: #28656 (#28568) 2025-11-26 09:43:00 +08:00
test_app_dsl_service.py refactor: port AppModelConfig (#30919) 2026-01-24 10:25:51 +08:00
test_app_generate_service.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +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 feat: get plan bulk with cache (#30339) 2025-12-30 09:27:46 +08:00
test_conversation_service.py fix(api): enforce ownership check for conversation delete (#32686) 2026-03-01 17:53:37 +08:00
test_dataset_service_get_segments.py test: migrate test_dataset_service_get_segments SQL tests to testcontainers (#32544) 2026-02-26 02:12:41 +09:00
test_dataset_service_retrieval.py test: migrate dataset service retrieval SQL tests to testcontainers (#32528) 2026-02-25 18:13:07 +09:00
test_dataset_service_update_dataset.py refactor(workflow): inject credential/model access ports into LLM nodes (#32569) 2026-02-27 14:36:41 +08:00
test_dataset_service.py test: migrate test_dataset_service SQL tests to testcontainers (#32535) 2026-02-27 22:40:20 +09:00
test_delete_archived_workflow_run.py test: migrate delete_archived_workflow_run SQL tests to testcontainers (#32549) 2026-02-25 05:18:52 +09:00
test_document_service_display_status.py test: migrate test_document_service_display_status SQL tests to testcontainers (#32545) 2026-02-25 05:13:22 +09:00
test_end_user_service.py test: migrate end user service SQL tests to testcontainers (#32530) 2026-02-25 04:49:49 +09:00
test_feature_service.py Merge remote-tracking branch 'myori/main' into feat/collaboration2 2026-01-24 15:22:07 +08:00
test_feedback_service.py fix: fix feedback like or dislike not display in logs (#28652) 2025-11-26 13:59:47 +08:00
test_file_service.py feat: implement file extension blacklist for upload security (#27540) 2025-11-04 15:45:22 +08:00
test_human_input_delivery_test.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_message_service_execution_extra_content.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_message_service_extra_contents.py test: migrate message extra contents tests to testcontainers (#32532) 2026-02-25 04:51:14 +09:00
test_message_service.py try ast-grep (#24149) 2025-08-19 13:41:52 +08:00
test_messages_clean_service.py fix: message clean service ut (#31038) 2026-01-15 15:13:25 +08:00
test_metadata_service.py fix: metadata batch edit silently fails due to split transactions and swallowed exceptions (#32041) 2026-02-12 12:59:59 +08:00
test_model_load_balancing_service.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_model_provider_service.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_restore_archived_workflow_run.py test: migrate restore_archived_workflow_run SQL tests to testcontainers (#32590) 2026-02-26 03:24:58 +09:00
test_saved_message_service.py feature: add test containers base tests for saved message service (#24259) 2025-08-21 09:34:49 +08:00
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 use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
test_webapp_auth_service.py test: align file preview mimetype expectation (#32688) 2026-02-27 15:27:30 +08:00
test_webhook_service.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
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 refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
test_workflow_run_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_workflow_service.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_workspace_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00