dify/api/commands
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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
account.py fix: catch ValueError instead of bare except in account CLI commands (#40356) 2026-08-10 03:18:33 +00:00
data_migrate.py feat: support dataset permission migrate to rbac (#38166) 2026-06-30 06:43:46 +00:00
data_migration.py chore: clean Db session from service (#38227) 2026-07-08 03:07:27 +00:00
knowledge_fs.py feat(knowledge-fs): automate greenfield workspace cutover 2026-07-28 09:12:50 -04:00
plugin.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
rbac.py feat: create app init rbac scope to all and add workspace members. (#38636) 2026-07-10 09:31:41 +00:00
retention.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
storage.py refactor: migrate db.session.query to select in infra layer (#33694) 2026-03-19 15:48:29 +09:00
system.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
vector.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00