dify/web/features/system-features
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
..
__tests__ refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
bootstrap-boundary.tsx refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
client.ts refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
README.md refactor(web): align query client ownership (#40024) 2026-08-05 07:02:09 +00:00
server.ts refactor(web): align query client ownership (#40024) 2026-08-05 07:02:09 +00:00
state.ts Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-06 10:46:15 +08:00

System Features

Loads deployment-wide capabilities for server prefetching, client hydration, and application bootstrap.

Internal Modules

  • bootstrap-boundary.tsx
  • client.ts
  • server.ts
  • state.ts

External Modules

  • app/get-query-client
  • app/components/full-screen-loading
  • service/client
  • service/server
  • utils/client
  • utils/query-atoms