dify/api/controllers/console/app
Asuka Minato 247069c7e9
Some checks are pending
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
refactor: port reqparse to Pydantic model (#28913)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-11-30 16:09:42 +09:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
agent.py api -> console_ns (#28246) 2025-11-24 10:04:11 +08:00
annotation.py fix: Failed to load API definition (#28509) 2025-11-24 21:44:09 +09:00
app_import.py fix: Failed to load API definition (#28509) 2025-11-24 21:44:09 +09:00
app.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
audio.py api -> console_ns (#28246) 2025-11-24 10:04:11 +08:00
completion.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
conversation_variables.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
conversation.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
error.py Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
generator.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
mcp_server.py fix: Failed to load API definition (#28509) 2025-11-24 21:44:09 +09:00
message.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
model_config.py api -> console_ns (#28246) 2025-11-24 10:04:11 +08:00
ops_trace.py api -> console_ns (#28246) 2025-11-24 10:04:11 +08:00
site.py fix: Failed to load API definition (#28509) 2025-11-24 21:44:09 +09:00
statistic.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
workflow_app_log.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
workflow_draft_variable.py fix: Failed to load API definition (#28509) 2025-11-24 21:44:09 +09:00
workflow_run.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
workflow_statistic.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
workflow_trigger.py fix: querying webhook trigger issue (#28753) 2025-11-27 10:56:21 +08:00
workflow.py refactor: port reqparse to Pydantic model (#28913) 2025-11-30 16:09:42 +09:00
wraps.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00