dify/api/tests/test_containers_integration_tests/services
Novice 89b76d6c33
Merge commit '657eeb65' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/core/agent/cot_chat_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/memory/token_buffer_memory.py
#	api/core/variables/segments.py
#	api/core/workflow/file/file_manager.py
#	api/core/workflow/nodes/agent/agent_node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/workflow_entry.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/components/app/app-publisher/index.tsx
#	web/app/components/app/overview/settings/index.tsx
#	web/app/components/apps/app-card.tsx
#	web/app/components/apps/index.tsx
#	web/app/components/apps/list.tsx
#	web/app/components/base/chat/chat-with-history/header-in-mobile.tsx
#	web/app/components/base/features/new-feature-panel/conversation-opener/modal.tsx
#	web/app/components/base/features/new-feature-panel/file-upload/setting-content.tsx
#	web/app/components/base/features/new-feature-panel/moderation/moderation-setting-modal.tsx
#	web/app/components/base/features/new-feature-panel/text-to-speech/param-config-content.tsx
#	web/app/components/base/message-log-modal/index.tsx
#	web/app/components/base/switch/index.tsx
#	web/app/components/base/tab-slider-plain/index.tsx
#	web/app/components/explore/try-app/app-info/index.tsx
#	web/app/components/plugins/plugin-detail-panel/tool-selector/components/reasoning-config-form.tsx
#	web/app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/required-switch.tsx
#	web/app/components/workflow/nodes/llm/panel.tsx
#	web/contract/router.ts
#	web/eslint-suppressions.json
#	web/i18n/fa-IR/workflow.json
2026-03-19 17:38:56 +08:00
..
tools feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
workflow use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08: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 refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +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 feat: Human Input Node (#32060) 2026-02-09 14:57:23 +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_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.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 remove .value (#26633) 2025-10-11 09:08:29 +08:00
test_model_provider_service.py chore: remove icon_large of models (#30466) 2026-01-03 02:35:17 +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 feat: use id for webapp (#27576) 2025-10-29 01:45:40 -07:00
test_webhook_service.py refactor(typing): Fixup typing A2 - workflow engine & nodes (#31723) 2026-01-31 18:00:56 +09: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 feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
test_workflow_run_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_workflow_service.py refactor: port AppModelConfig (#30919) 2026-01-24 10:25:51 +08:00
test_workspace_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00