dify/api/tests/test_containers_integration.../services
Asuka Minato 8a2b208299
Refactor account models to use SQLAlchemy 2.0 dataclass mapping (#26415)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-10 17:12:12 +09:00
..
tools feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
workflow Fix basedpyright type errors (#25435) 2025-09-10 01:54:26 +08:00
__init__.py Feat add testcontainers test for account service (#23380) 2025-08-05 20:15:39 +08:00
test_account_service.py Refactor account models to use SQLAlchemy 2.0 dataclass mapping (#26415) 2025-10-10 17:12:12 +09: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 more assert (#24996) 2025-09-08 09:59:43 +08:00
test_annotation_service.py more assert (#24996) 2025-09-08 09:59:43 +08:00
test_api_based_extension_service.py try ast-grep (#24149) 2025-08-19 13:41:52 +08:00
test_app_dsl_service.py Export DSL from history (#24939) 2025-09-02 21:36:52 +08:00
test_app_generate_service.py chore: Avoid directly using OpenAI dependencies (#26590) 2025-10-06 10:40:38 +08:00
test_app_service.py more assert (#24996) 2025-09-08 09:59:43 +08:00
test_feature_service.py feat: add testcontainers based tests for feature service (#24026) 2025-08-19 09:32:47 +08:00
test_file_service.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
test_message_service.py try ast-grep (#24149) 2025-08-19 13:41:52 +08:00
test_metadata_service.py chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
test_model_load_balancing_service.py update sql in batch (#24801) 2025-09-10 13:00:17 +08:00
test_model_provider_service.py Fix login tokens and fix task clean_messages create_time. (#24574) 2025-08-27 13:32:18 +08: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 update sql in batch (#24801) 2025-09-10 13:00:17 +08:00
test_web_conversation_service.py update sql in batch (#24801) 2025-09-10 13:00:17 +08:00
test_webapp_auth_service.py bugfix: The randomly generated email by Faker actually corresponded to an existing account in the test database, causing the test to fail. (#25646) 2025-09-14 18:41:35 +08:00
test_workflow_app_service.py hotfix: add test containers based tests for workflow app service (#24501) 2025-08-26 09:24:45 +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 hotfix: add test containers based tests for workflow run service (#24602) 2025-08-27 10:24:34 +08:00
test_workflow_service.py Refactor account models to use SQLAlchemy 2.0 dataclass mapping (#26415) 2025-10-10 17:12:12 +09:00
test_workspace_service.py feat: add test containers based tests for workspace service (#24752) 2025-08-29 12:10:13 +08:00