dify/api/tests/unit_tests/repositories
Byron.wang c4ea406586
refactor(api): decouple system features and web adapters (#40772)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-09-01 11:50:52 +00:00
..
__init__.py feat: add a abstract layer for WorkflowNodeExcetion (#18026) 2025-04-17 12:48:52 +09:00
test_account_activation_repository.py refactor(api): extract account activation application service (#40421) 2026-08-18 05:27:40 +00:00
test_account_repository.py refactor(api): extract email registration application service (#41108) 2026-08-31 03:22:01 +00:00
test_app_definition_query_repository_agent.py test: migrate agent surface sessions and ORM models to SQLite (#40602) 2026-08-15 09:53:48 +00:00
test_app_definition_query_repository.py refactor(api): extract web app runtime bootstrap (#40949) 2026-08-20 05:05:31 +00:00
test_app_site_command_repository.py refactor(api): extract console app site command boundary (#41216) 2026-08-26 06:31:06 +00:00
test_data_source_api_key_auth_repository.py refactor(api): decouple data source API key auth flow (#40452) 2026-08-18 04:30:17 +00:00
test_data_source_oauth_binding_repository.py refactor(api): thin OAuth controllers and extract application services (#40692) 2026-08-26 07:33:37 +00:00
test_installation_state_repository.py refactor(api): standardize session factory wiring (#41085) 2026-08-24 01:57:17 +00:00
test_oauth_server_repository.py refactor(api): thin OAuth controllers and extract application services (#40692) 2026-08-26 07:33:37 +00:00
test_recommended_app_catalog_repository.py perf(api): batch recommended app catalog lookups (#41218) 2026-08-25 03:23:52 +00:00
test_sqlalchemy_api_workflow_run_repository.py test: migrate API workflow pause ORM models to real entities (#40669) 2026-08-13 03:03:10 +00:00
test_sqlalchemy_execution_extra_content_repository.py chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247) 2026-07-03 03:45:21 +00:00
test_step_by_step_tour_repository.py refactor(api): decouple onboarding and notification services (#40759) 2026-08-31 04:37:07 +00:00
test_tag_repository.py feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
test_trial_app_query_repository.py refactor(api): extract recommended app query service (#40207) 2026-08-20 08:45:47 +00:00
test_trial_app_usage_repository.py refactor(api): isolate trial app usage writes (#40208) 2026-08-20 13:13:42 +00:00
test_web_passport_repository.py refactor(api): decouple system features and web adapters (#40772) 2026-09-01 11:50:52 +00:00
test_webapp_access_query_repository.py refactor(api): extract web app access queries (#40482) 2026-08-19 10:34:36 +00:00
test_workflow_collaboration_repository.py fix: prevent hidden-tab collaboration leader from saving stale drafts (#38997) 2026-07-20 06:58:01 +00:00
test_workflow_run_archive_repository.py refactor(api): extract workflow run archive application service (#41253) 2026-08-27 02:41:43 +00:00
test_workspace_member_query_repository.py refactor(api): extract workspace member listing into layered service (#39974) 2026-08-06 01:08:39 +00:00