dify/api/controllers/console/explore
Asuka Minato f0d02b4b91
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: split changes for api/controllers/console/explore/message.py (#29890)
2025-12-26 11:02:12 +08:00
..
audio.py refactor: port reqparse to BaseModel (#28993) 2025-12-08 15:31:19 +09:00
completion.py refactor: split changes for api/controllers/console/explore/completio… (#29894) 2025-12-19 17:51:13 +08:00
conversation.py refactor: split changes for api/controllers/console/explore/conversat… (#29893) 2025-12-22 09:40:41 +08:00
error.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
installed_app.py refactor: split changes for api/controllers/console/explore/installed… (#29891) 2025-12-22 09:40:32 +08:00
message.py refactor: split changes for api/controllers/console/explore/message.py (#29890) 2025-12-26 11:02:12 +08:00
parameter.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
recommended_app.py refactor: port reqparse to Pydantic model (#28949) 2025-12-05 13:05:53 +09:00
saved_message.py refactor: split changes for api/controllers/console/explore/saved_mes… (#29889) 2025-12-26 11:00:31 +08:00
workflow.py refactor: port reqparse to BaseModel (#28993) 2025-12-08 15:31:19 +09:00
wraps.py refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00