dify/api/services
Stream 197ba5f6ef
Merge branch 'main' into deploy/dev
# Conflicts:
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/app/apps/pipeline/pipeline_generator.py
#	api/core/entities/mcp_provider.py
#	api/core/helper/marketplace.py
#	api/models/workflow.py
#	api/services/tools/tools_transform_service.py
#	api/tasks/document_indexing_task.py
#	api/tests/test_containers_integration_tests/core/__init__.py
#	api/tests/test_containers_integration_tests/tasks/test_document_indexing_task.py
#	dev/start-worker
#	docker/.env.example
#	web/app/components/base/chat/embedded-chatbot/hooks.tsx
#	web/app/components/workflow/hooks/use-workflow.ts
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
#	web/global.d.ts
#	web/pnpm-lock.yaml
#	web/service/use-plugins.ts
2025-11-06 15:58:41 +08:00
..
auth Issue 23579 (#26777) 2025-10-13 10:16:12 +08:00
enterprise feat: use id for webapp (#27576) 2025-10-29 01:45:40 -07:00
entities fix RetrievalMethod StrEnum (#26768) 2025-10-13 10:29:37 +08:00
errors feat: implement file extension blacklist for upload security (#27540) 2025-11-04 15:45:22 +08:00
plugin rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
rag_pipeline Merge branch 'main' into deploy/dev 2025-11-06 15:58:41 +08:00
recommend_app change all to httpx (#26119) 2025-10-10 23:41:16 +08:00
tools Merge branch 'main' into deploy/dev 2025-11-06 15:58:41 +08:00
workflow use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
__init__.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
account_service.py Merge branch 'feat/mcp-06-18' into deploy/dev 2025-10-23 17:20:21 +08:00
advanced_prompt_template_service.py chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
agent_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
annotation_service.py feat: enhance annotation API to support optional message_id and content fields (#27460) 2025-11-04 14:11:09 +08:00
api_based_extension_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_dsl_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
app_generate_service.py refactor: replace hardcoded user plan strings with CloudPlan enum (#27675) 2025-11-03 11:51:09 +08:00
app_model_config_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
audio_service.py fix: remove unnecessary Flask context preservation to avoid circular import in audio service (#27380) 2025-10-24 10:41:14 +08:00
billing_service.py refactor: replace hardcoded user plan strings with CloudPlan enum (#27675) 2025-11-03 11:51:09 +08:00
chatflow_history_service.py feat: update MemoryListApi response format with ChatflowConversationMetadata 2025-09-28 22:36:10 +08:00
chatflow_memory_service.py Merge branch 'feat/mcp-06-18' into deploy/dev 2025-10-20 10:58:27 +08:00
clear_free_plan_tenant_expired_logs.py refactor: replace hardcoded user plan strings with CloudPlan enum (#27675) 2025-11-03 11:51:09 +08:00
code_based_extension_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
conversation_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
credit_pool_service.py [autofix.ci] apply automated fixes (attempt 2/3) 2025-10-09 02:51:51 +00:00
dataset_service.py Merge branch 'main' into deploy/dev 2025-11-06 15:58:41 +08:00
datasource_provider_service.py fix 27003 (#27005) 2025-10-17 09:10:16 +08:00
document_indexing_task_proxy.py fix lint errors 2025-10-29 15:16:39 +08:00
external_knowledge_service.py fix: external knowledge url check ssrf (#26789) 2025-10-13 11:19:00 +08:00
feature_service.py Merge branch 'main' into deploy/dev 2025-11-06 15:58:41 +08:00
file_service.py feat: implement file extension blacklist for upload security (#27540) 2025-11-04 15:45:22 +08:00
hit_testing_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
knowledge_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
message_service.py Ensure suggested questions parser returns typed sequence (#27104) 2025-10-20 13:01:09 +08:00
metadata_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
model_load_balancing_service.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
model_provider_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
oauth_server.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
operation_service.py more httpx (#25651) 2025-09-22 23:07:09 +08:00
ops_service.py feat: add Tencent Cloud APM tracing integration (#25657) 2025-10-14 10:21:17 +08:00
recommended_app_service.py Separate object attributes before session 2025-10-11 09:54:20 +08:00
saved_message_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
tag_service.py one example of Session (#24135) 2025-09-24 03:32:48 +08:00
variable_truncator.py fix(api): Disable SSE events truncation for service api (#27484) 2025-10-27 21:15:44 +08:00
vector_service.py remove .value (#26633) 2025-10-11 09:08:29 +08:00
web_conversation_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
webapp_auth_service.py refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00
website_service.py refactor: Update Firecrawl to use v2 API (#24734) 2025-10-15 10:48:54 +08:00
workflow_app_service.py fix: use account id in workflow app log filter (#26811) 2025-10-14 14:32:40 +08:00
workflow_comment_service.py ruff format 2025-09-10 14:25:37 +08:00
workflow_draft_variable_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
workflow_run_service.py feat(api): Introduce workflow pause state management (#27298) 2025-10-30 14:41:09 +08:00
workflow_service.py Merge branch 'feat/mcp-06-18' into deploy/dev 2025-10-20 10:58:27 +08:00
workspace_service.py add credit next_credit_reset_date 2025-10-11 11:45:24 +08:00