dify/api/controllers/console/app
Junyan Qin d92946e241 Merge remote-tracking branch 'origin/main' into deploy/dev
# Conflicts:
#	api/core/app/entities/task_entities.py
#	api/core/llm_generator/llm_generator.py
#	api/core/llm_generator/output_parser/suggested_questions_after_answer.py
#	api/core/llm_generator/prompts.py
#	api/models/comment.py
#	api/services/workflow_event_snapshot_service.py
#	api/tests/test_containers_integration_tests/repositories/test_sqlalchemy_api_workflow_run_repository.py
#	api/tests/unit_tests/core/llm_generator/test_llm_generator.py
#	api/tests/unit_tests/services/workflow/test_workflow_event_snapshot_service.py
#	eslint-suppressions.json
#	web/app/components/app/app-publisher/index.tsx
#	web/app/components/datasets/settings/permission-selector/index.tsx
#	web/app/components/plugins/plugin-page/plugin-tasks/__tests__/index.spec.tsx
#	web/app/components/workflow/block-selector/blocks.tsx
#	web/app/components/workflow/block-selector/main.tsx
#	web/i18n/ar-TN/app-debug.json
#	web/i18n/de-DE/app-debug.json
#	web/i18n/en-US/workflow.json
#	web/i18n/es-ES/app-debug.json
#	web/i18n/fa-IR/app-debug.json
#	web/i18n/fr-FR/app-debug.json
#	web/i18n/hi-IN/app-debug.json
#	web/i18n/id-ID/app-debug.json
#	web/i18n/it-IT/app-debug.json
#	web/i18n/ja-JP/app-debug.json
#	web/i18n/ko-KR/app-debug.json
#	web/i18n/nl-NL/app-debug.json
#	web/i18n/pl-PL/app-debug.json
#	web/i18n/pt-BR/app-debug.json
#	web/i18n/ro-RO/app-debug.json
#	web/i18n/ru-RU/app-debug.json
#	web/i18n/sl-SI/app-debug.json
#	web/i18n/th-TH/app-debug.json
#	web/i18n/tr-TR/app-debug.json
#	web/i18n/uk-UA/app-debug.json
#	web/i18n/vi-VN/app-debug.json
#	web/i18n/zh-Hans/workflow.json
#	web/i18n/zh-Hant/app-debug.json
2026-04-24 16:27:59 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py refactor: replace bare dict with AdvancedPromptTemplateArgs TypedDict (#35056) 2026-04-13 13:05:23 +00:00
agent.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
annotation.py refactor: replace bare dict with TypedDicts in annotation_service (#34998) 2026-04-13 03:46:33 +00:00
app_import.py fix: import DSL and copy app not work (#35239) 2026-04-15 04:43:22 +00:00
app.py Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
audio.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
completion.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
conversation_variables.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
conversation.py refactor(api): migrate console conversation responses to BaseModel (#35294) 2026-04-16 05:11:21 +00:00
error.py feat: optimize http status code (#31430) 2026-01-24 10:16:16 +08:00
generator.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
mcp_server.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
message.py feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
model_config.py refactor: replace inline api.model with Pydantic BaseModel in model_config (#34930) 2026-04-11 00:53:13 +00:00
ops_trace.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
site.py refactor: migrate app site from marshal_with/api.model to Pydantic BaseModel (#34933) 2026-04-13 05:18:16 +00:00
statistic.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
workflow_app_log.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
workflow_comment.py feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
workflow_draft_variable.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
workflow_run.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
workflow_statistic.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
workflow_trigger.py refactor(api): migrate console workflow-trigger responses to BaseModel (#35200) 2026-04-14 19:52:17 +00:00
workflow.py feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
wraps.py refactor(api): tighten login and wrapper typing (#34447) 2026-04-02 09:36:58 +00:00