dify/api/controllers/console/workspace
Stephen Zhou 574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/commands/system.py
#	api/controllers/console/init_validate.py
#	api/controllers/console/workspace/account.py
#	api/controllers/console/wraps.py
#	api/controllers/openapi/auth/data.py
#	api/core/hosting_configuration.py
#	api/core/provider_manager.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/services/workspace_service.py
#	api/tasks/workflow_cfs_scheduler/entities.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/openapi/auth/test_data.py
#	api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	dev/start-worker
#	packages/contracts/console.ts
#	packages/contracts/package.json
#	packages/iconify-collections/custom-public/icons.json
#	web/app/components/workflow/__tests__/index.spec.tsx
#	web/app/components/workflow/index.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
..
__init__.py refactor(api): migrate workspace account endpoints to BaseModel (#37954) 2026-07-06 06:57:40 +00:00
account.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
agent_providers.py refactor: fix OpenAPI contract generation schemas (#37387) 2026-06-12 14:25:53 +00:00
endpoint.py refactor: replace manual model_validate with @model_validate in workspace remaining controllers (#40239) 2026-08-09 08:23:51 +00:00
error.py chore: improve current workspace summary (#40121) 2026-08-07 03:08:55 +00:00
load_balancing_config.py chore: dep inject for model in workspace snippets, load balancing, and endpoint (#40161) 2026-08-07 13:22:02 +00:00
members.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
model_providers.py feat: optimize integrations initial loading (#40118) 2026-08-07 02:06:25 +00:00
models.py refactor: replace manual model_validate with @model_validate in workspace remaining controllers (#40239) 2026-08-09 08:23:51 +00:00
plugin.py refactor: replace manual model_validate with @model_validate in workspace plugin/tool controllers (#40238) 2026-08-09 06:13:24 +00:00
rbac.py Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-12 10:33:29 +08:00
snippets.py chore: dep inject for model in workspace snippets, load balancing, and endpoint (#40161) 2026-08-07 13:22:02 +00:00
tool_providers.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
trigger_providers.py refactor: replace manual model_validate with @model_validate in workspace remaining controllers (#40239) 2026-08-09 08:23:51 +00:00
workspace.py chore: improve current workspace summary (#40121) 2026-08-07 03:08:55 +00:00