dify/api/tests/unit_tests/controllers/openapi/auth
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
..
__init__.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
test_composition.py feat: guard openapi with rbac (#37752) 2026-06-22 09:35:33 +00:00
test_conditions.py feat: guard openapi with rbac (#37752) 2026-06-22 09:35:33 +00:00
test_data.py refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
test_flow.py feat(openapi): redesign auth pipeline with per-token-type routing (#36693) 2026-05-27 12:45:30 +00:00
test_pipeline.py fix(api): enforce workspace membership + role checks in auth pipeline (#36931) 2026-06-03 07:31:47 +00:00
test_prepare.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
test_verify.py test: use real ORM models in app and API tests (#40020) 2026-08-06 04:36:58 +00:00