dify/api/controllers/common
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
..
agent_app_parameters.py fix: gate Agent access until first publish (#40105) 2026-08-06 12:36:24 +00:00
app_access.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
controller_schemas.py docs: enrich generated service API descriptions (#37615) 2026-06-18 08:43:39 +00:00
errors.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
fields.py refactor(api): migrate workspace model endpoints to BaseModel (#37963) 2026-07-09 04:05:32 +00:00
file_response.py chore: normalize frozenset literals and myscale typing (#34327) 2026-03-31 08:21:22 +00:00
helpers.py fix(api): preserve remote file URL query params (#36478) 2026-05-22 01:45:20 +00:00
human_input.py docs: enrich generated service API descriptions (#37615) 2026-06-18 08:43:39 +00:00
schema.py feat(dataset): filter New RAG spaces by creator 2026-08-05 13:46:06 +08:00
session.py ci: replace custom noqa markers with guard ignores (#39679) 2026-07-28 08:52:12 +00:00
wraps.py feat: gate agent management behind the agent.manage permission (#39330) 2026-07-23 07:34:07 +00:00