dify/api/tests/unit_tests/controllers/openapi
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
auth Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-07 09:55:10 +08:00
_mode_constants.py fix(app): derive get-app --mode whitelist from listable app types (#37761) 2026-06-23 04:40:05 +00:00
conftest.py feat: guard openapi with rbac (#37752) 2026-06-22 09:35:33 +00:00
test_account.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_app_describe_builder.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_app_describe_query.py
test_app_list_query.py fix(app): derive get-app --mode whitelist from listable app types (#37761) 2026-06-23 04:40:05 +00:00
test_app_payloads.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_app_run_dispatch.py
test_app_run_rate_limit.py feat: 429 rate-limit handling on the unified ErrorBody contract (openapi + difyctl) (#37313) 2026-06-12 06:35:15 +00:00
test_app_run_streaming.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
test_apps_permitted_external_query.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_audit_app_run.py chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
test_contract.py refactor(api): migrate response contract tooling to BaseModel (#37950) 2026-06-26 00:11:04 +00:00
test_cors.py
test_device_approve_deny.py
test_device_code.py
test_device_lookup.py
test_device_sso.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_device_token.py
test_error_contract.py Implement application updates 2026-08-03 05:01:00 -04:00
test_health.py
test_human_input_form.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
test_input_schema.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_knowledge_fs.py Implement application updates 2026-08-03 05:01:00 -04:00
test_meta_version.py chore: add Type to test (#37191) 2026-06-19 16:44:20 +00:00
test_models.py
test_oauth_sso_claims.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_oauth_sso_csrf.py
test_oauth_sso_host_header.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
test_pagination_envelope.py refactor(openapi/cli): split app usage-face from studio-app build-face (#37641) 2026-06-22 07:46:59 +00:00
test_supported_app_type.py fix(app): derive get-app --mode whitelist from listable app types (#37761) 2026-06-23 04:40:05 +00:00
test_version_gate.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
test_workflow_events_openapi.py test: use sqlite3 session in test_workflow_events_openapi (#38683) 2026-07-22 11:25:14 +00:00
test_workspaces_members.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_workspaces.py