dify/api/extensions
Stephen Zhou 0564b75187
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/tests/unit_tests/commands/test_generate_swagger_specs.py
#	api/tests/unit_tests/controllers/console/app/test_agent_manage_guard.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	packages/dify-ui/src/alert-dialog/index.tsx
#	web/app/components/datasets/external-api/external-api-modal/index.tsx
#	web/app/components/datasets/list/dataset-card/components/operations-dropdown.tsx
#	web/features/new-rag/document-list.tsx
#	web/features/new-rag/sources-page.tsx
2026-08-24 11:03:38 +08:00
..
logstore test: centralize typed runtime config overrides (#40857) 2026-08-20 13:30:04 +00:00
otel fix(api): restore deadlock-safe identity logging 2026-08-14 11:21:46 +08:00
storage Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-17 09:50:10 +08:00
__init__.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
ext_app_metrics.py chore: Remove pyright in favor of pyrefly (#36154) 2026-05-14 05:49:08 +00:00
ext_application_services.py refactor(api): standardize session factory wiring (#41085) 2026-08-24 01:57:17 +00:00
ext_blueprints.py fix(knowledge-fs): wire document download actions 2026-08-11 17:28:20 +08:00
ext_celery.py fix(knowledge-fs): finalize async source imports 2026-08-20 12:01:24 +08:00
ext_code_based_extension.py refactor: assembling the app features in modular way (#9129) 2024-11-30 23:05:22 +08:00
ext_commands.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
ext_compress.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
ext_database.py chore: Remove pyright in favor of pyrefly (#36154) 2026-05-14 05:49:08 +00:00
ext_enterprise_telemetry.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
ext_fastopenapi.py refactor(api): merge ping and version endpoints into system (#40058) 2026-08-10 08:50:40 +00:00
ext_forward_refs.py feat(api): automatically NODE_TYPE_CLASSES_MAPPING generation from node class definitions (#28525) 2025-12-01 14:14:19 +08:00
ext_hosting_provider.py refactor: assembling the app features in modular way (#9129) 2024-11-30 23:05:22 +08:00
ext_import_modules.py chore: Remove pyright in favor of pyrefly (#36154) 2026-05-14 05:49:08 +00:00
ext_key_provider.py feat: support azure keyvault (#39933) 2026-08-07 00:42:13 +00:00
ext_knowledge_fs_observability.py Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
ext_logging.py chore: add missing @override decorato to api/extensions (#36941) 2026-06-03 05:25:08 +00:00
ext_login.py fix(api): restore deadlock-safe identity logging 2026-08-14 11:21:46 +08:00
ext_logstore.py fix(logstore): prevent SQL injection, fix serialization issues, and optimize initialization (#30697) 2026-01-14 10:21:26 +08:00
ext_mail.py chore: drop unnecessary | None on LLMError and Mail.send (#36147) 2026-05-14 03:22:00 +00:00
ext_migrate.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
ext_oauth_bearer.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
ext_orjson.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
ext_otel.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
ext_proxy_fix.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
ext_redis.py feat: redis support keepalive and retry more error (#38973) 2026-07-15 06:20:19 +00:00
ext_request_logging.py feat: add x-trace-id to http responses and logs (#29015) 2025-12-02 17:22:34 +08:00
ext_sentry.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
ext_session_factory.py refactor: add type to test (#30873) 2026-05-07 03:46:23 +00:00
ext_set_secretkey.py fix(security): harden self-hosted SECRET_KEY bootstrap (#36049) 2026-05-12 05:35:24 +00:00
ext_socketio.py fix(socketio): omit socket_timeout from RedisManager pub/sub options (#39587) 2026-07-30 00:50:21 +00:00
ext_storage.py chore(api): cloud use presigned download url on api site (#39436) 2026-07-23 03:34:49 +00:00
ext_timezone.py refactor: assembling the app features in modular way (#9129) 2024-11-30 23:05:22 +08:00
ext_warnings.py refactor: assembling the app features in modular way (#9129) 2024-11-30 23:05:22 +08:00
redis_names.py feat: support configurable redis key prefix (#35139) 2026-04-14 09:31:41 +00:00
workflow_warm_shutdown.py feat(api): abort active workflow runs during Celery warm shutdown (#38220) 2026-07-03 04:51:53 +00:00