dify/api/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
__init__.py Implement application updates 2026-08-03 05:01:00 -04:00
_audit.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
_contract.py feat: unified ErrorBody contract for /openapi/v1 and difyctl (#37285) 2026-06-11 10:26:27 +00:00
_errors.py Implement application updates 2026-08-03 05:01:00 -04:00
_input_schema.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
_meta.py refactor(openapi): unify request validation behind @accepts/@returns decorators (#37216) 2026-06-10 03:02:24 +00:00
_models.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
_version_gate.py Implement application updates 2026-08-03 05:01:00 -04:00
account.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
app_dsl.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
app_run.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
apps_permitted_external.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
apps.py chore: bump pyrefly version (#39876) 2026-08-03 05:59:01 +00:00
files.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
human_input_form.py refactor(openapi): resource-oriented paths for /openapi/v1 + difyctl version gate (#38367) 2026-07-08 02:22:59 +00:00
index.py refactor(openapi): unify request validation behind @accepts/@returns decorators (#37216) 2026-06-10 03:02:24 +00:00
knowledge_fs.py Implement application updates 2026-08-03 05:01:00 -04:00
oauth_device_sso.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
oauth_device.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
workflow_events.py refactor(api): enforce enums over string literals on openapi surface (#38009) 2026-06-26 05:48:21 +00:00
workspaces.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00