npc0-hue
|
f26fe2f4d2
|
Merge tag '1.8.1' into merge-tag-1.8.1
# Conflicts:
# .gitignore
# README.md
# api/.env.example
# api/Dockerfile
# api/commands.py
# api/configs/app_config.py
# api/controllers/console/__init__.py
# api/controllers/console/apikey.py
# api/controllers/console/app/statistic.py
# api/controllers/service_api/app/app.py
# api/controllers/service_api/app/audio.py
# api/controllers/service_api/app/completion.py
# api/controllers/service_api/app/conversation.py
# api/controllers/service_api/app/file.py
# api/controllers/service_api/app/message.py
# api/controllers/service_api/app/workflow.py
# api/controllers/service_api/wraps.py
# api/controllers/web/completion.py
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/agent_chat/app_generator.py
# api/core/app/apps/workflow/app_generator.py
# api/core/app/apps/workflow/generate_task_pipeline.py
# api/core/app/task_pipeline/workflow_cycle_manage.py
# api/core/helper/code_executor/code_executor.py
# api/core/tools/builtin_tool/providers/code/tools/simple_code.py
# api/core/workflow/nodes/code/code_node.py
# api/docker/entrypoint.sh
# api/events/event_handlers/__init__.py
# api/extensions/ext_celery.py
# api/extensions/ext_commands.py
# api/models/model.py
# api/models/workflow.py
# api/poetry.lock
# api/pyproject.toml
# api/services/app_service.py
# api/services/feature_service.py
# api/services/workspace_service.py
# web/.env.example
# web/Dockerfile
# web/app/(commonLayout)/apps/Apps.tsx
# web/app/components/apps/app-card.tsx
# web/app/components/base/chat/embedded-chatbot/index.tsx
# web/app/components/base/mermaid/index.tsx
# web/app/components/develop/index.tsx
# web/app/components/develop/secret-key/secret-key-modal.tsx
# web/app/components/develop/secret-key/style.module.css
# web/app/components/develop/template/template.zh.mdx
# web/app/components/explore/app-list/index.tsx
# web/app/components/explore/category.tsx
# web/app/components/explore/sidebar/index.tsx
# web/app/components/header/account-dropdown/index.tsx
# web/app/components/header/index.tsx
# web/app/components/share/utils.ts
# web/app/layout.tsx
# web/app/signin/components/mail-and-password-auth.tsx
# web/app/signin/normal-form.tsx
# web/app/signin/page.module.css
# web/context/app-context.tsx
# web/i18n/i18next-config.ts
# web/i18n/ja-JP/login.ts
# web/i18n/ko-KR/login.ts
#
if dify_config.WORKFLOW_LOG_CLEANUP_ENABLED:
# 2:00 AM every day
imports.append("schedule.clean_workflow_runlogs_precise")
beat_schedule["clean_workflow_runlogs_precise"] = {
"task": "schedule.clean_workflow_runlogs_precise.clean_workflow_runlogs_precise",
"schedule": crontab(minute="0", hour="2"),
} web/package.json
# web/pnpm-lock.yaml
# web/types/feature.ts
|
2025-09-25 15:55:13 +08:00 |
|
crazywoola
|
32a3402a2f
|
fix: unclosing tag (#24733)
|
2025-08-28 23:59:04 +08:00 |
|
ZalterCitty
|
92eefbc6d2
|
chore: fix some api desc (#24715)
Co-authored-by: zhuqingchao <zhuqingchao@xiaomi.com>
|
2025-08-28 20:47:12 +08:00 |
|
Nite Knite
|
22922d3984
|
refactor(api-access): refactor code group (#24565)
Refactor CodeGroup component on the API Access page.
Fix example tab switching.
|
2025-08-26 18:25:08 +08:00 |
|
lyzno1
|
b54c6759db
|
fix: correct File Preview API position in Japanese advanced chat template (#23645)
|
2025-08-10 11:17:38 +08:00 |
|
lyzno1
|
1c992f5f91
|
feat: add Service API file preview endpoint (#23534)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-07 21:44:29 +08:00 |
|
lyzno1
|
ac1c4f8ea5
|
Enhance API documentation TOC with modern design and improved UX (#23490)
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-06 14:45:06 +08:00 |
|
qiaofenlin
|
b108f213b1
|
feat: support workflow version specification in workflow and chat APIs (#23188)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-03 16:27:12 +08:00 |
|
Alex Chim
|
17c9afedfb
|
[Enhancement] Allow modify conversation variable via api (#23112)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-01 09:34:56 +08:00 |
|
qfl
|
4ed8876348
|
feat(trace): support external trace id propagation (#22623)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-22 15:17:43 +08:00 |
|
lyzno1
|
3e65c32fba
|
fix: complete file_upload schema in OpenAPI templates (#22700) (#22719)
|
2025-07-21 17:43:49 +08:00 |
|
jiangbo721
|
24dd7d1315
|
fix(docs): unify workflow_run_id style with other languages (#22642)
Co-authored-by: 刘江波 <jiangbo721@163.com>
|
2025-07-18 21:09:53 +08:00 |
|
kawabata-mcl
|
dbc66d23cb
|
fix(docs): correct workflow API parameter name from workflow_id to workflow_run_id (#22587)
|
2025-07-18 09:31:33 +08:00 |
|
crazywoola
|
21727d4e61
|
fix: wrong translation (#21311)
|
2025-06-21 11:51:52 +08:00 |
|
-LAN-
|
c8e594682f
|
fix(workflow_run): sequence_number race. (#21228)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-06-19 17:53:49 +08:00 |
|
Ganondorf
|
b885ccd94e
|
Add Filter of Get Workflow Logs (#21172)
Co-authored-by: lizb <lizb@sugon.com>
|
2025-06-19 10:10:16 +08:00 |
|
Alter-xyz
|
5a852dd156
|
docs: conv and user_id (#21004)
|
2025-06-13 15:07:30 +02:00 |
|
quicksand
|
a35f01e058
|
chore: app info add author_name (#20973)
|
2025-06-13 10:17:35 +02:00 |
|
kenwoodjw
|
00ea85cbe5
|
fix: autocorrect everything in web (#20605)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-06-04 14:12:24 +08:00 |
|
NFish
|
efa346fa18
|
E-300 (#19726)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Hash Brown <hi@xzd.me>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: Byron.wang <byron@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: Alexi.F <654973939@qq.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: kautsar_masuara <61046989+izon-masuara@users.noreply.github.com>
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
Co-authored-by: Xin Zhang <sjhpzx@gmail.com>
Co-authored-by: kelvintsim <83445753+kelvintsim@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Zixuan Cheng <61724187+Theysua@users.noreply.github.com>
|
2025-05-20 12:07:50 +08:00 |
|
yeyunwen
|
32c86881b3
|
docs: Optimize Response data array object indentation for the /messages interface (#19922)
|
2025-05-20 10:23:48 +08:00 |
|
非法操作
|
7bf7dac6df
|
chore: improve some doc (#19881)
|
2025-05-18 21:42:03 +08:00 |
|
yeyunwen
|
b45ca51a26
|
docs: Add text_to_speech left out in the API response (#19862)
|
2025-05-18 12:59:15 +08:00 |
|
lexmin0412
|
04e45b784a
|
Add /site API (#19631)
|
2025-05-14 10:43:36 +08:00 |
|
-LAN-
|
177fdca00d
|
fix(vector_service): Fixes type hinting and removes unnecessary ignores (#19574)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-13 11:29:02 +08:00 |
|
Ganondorf
|
504d152bbe
|
add endpoint of get feedbacks (#18697)
Co-authored-by: lizb <lizb@sugon.com>
|
2025-05-13 10:35:14 +08:00 |
|
kenwoodjw
|
bc0ac17d01
|
fix delete api response (#19480)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-05-10 18:17:05 +08:00 |
|
步浪
|
6e4cd92a5e
|
Fix doc bug workflow (#19269)
Co-authored-by: liuwangwang <liuwangwang@hikvision.com.cn>
|
2025-05-06 15:11:08 +08:00 |
|
小马哥
|
94ac330591
|
fix: annotation update need use http put method and annotation-reply api doc parms wrong (#18891)
|
2025-04-27 16:13:36 +08:00 |
|
Alex Chim
|
addab84401
|
Resolves #18536 Retreive conversation variables (#18581)
|
2025-04-25 11:52:25 +08:00 |
|
crazywoola
|
5dfbfd4e88
|
fix: doc error
|
2025-04-19 12:18:42 +08:00 |
|
devxing
|
308d32208b
|
fix: curl request address (#18320)
Co-authored-by: devxing <devxing@gmail.com>
|
2025-04-17 19:50:20 +08:00 |
|
crazywoola
|
e6e1b3505f
|
fix: Access the text-generation app's API doc error (#18278)
|
2025-04-17 15:17:22 +08:00 |
|
kenwoodjw
|
01704a4c1b
|
fix ChatCompletionResponse docs (#17534)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
|
2025-04-07 17:42:05 +08:00 |
|
zxhlyh
|
e350511102
|
fix: chat api doc (#17515)
|
2025-04-07 12:32:15 +08:00 |
|
Jasonfish
|
fd443941a2
|
feat(improve-api-endpoints): Added Datasets and Annotation APIs (#12237)
|
2025-04-07 10:36:58 +08:00 |
|
jiangbo721
|
a1aa325ce3
|
Chore/code format and Repair commit_id 3254018d more deleted codes and Fix naming error ambiguity between workflow_run_id and workflow_id (#17075)
Co-authored-by: 刘江波 <jiangbo721@163.com>
|
2025-03-29 14:15:53 +08:00 |
|
tyounami
|
fb11264f42
|
docs: correct type desc (#17043)
Co-authored-by: bo.zhao <bo.zhao@iglooinsure.com>
|
2025-03-28 19:24:45 +08:00 |
|
過世秋風
|
377d11d13b
|
fix: WorkflowRunDetailApi created_at、finished_at types changed to timestamps (#16821)
|
2025-03-27 17:23:30 +08:00 |
|
リイノ Lin
|
285314da1c
|
fix: update workflow doc (#16251)
|
2025-03-20 09:28:42 +08:00 |
|
Mars
|
1fab02c25a
|
fix:message api doc (#15568)
Co-authored-by: mars <linjx2@by-health.com>
|
2025-03-12 12:38:23 +08:00 |
|
aplio
|
45874c699d
|
Nitpick/fix typos in document (#13413)
|
2025-02-08 20:33:45 +08:00 |
|
aplio
|
87e2048f1b
|
nitpick: fix small typos in template.en.mdx (#13156)
|
2025-02-03 11:03:11 +08:00 |
|
非法操作
|
f4ee50a7ad
|
chore: improve app doc (#12490)
|
2025-01-08 18:37:12 +08:00 |
|
yagiyuki
|
4584eb3058
|
Add custom to file types (#11966)
Co-authored-by: yagiyuki <yagiyuki>
|
2024-12-23 13:53:46 +08:00 |
|
liuhaoran
|
6b49889041
|
fix: messagefeedbackapi support content (#11716)
Signed-off-by: weiyang <24080293@smb956101.com>
Co-authored-by: weiyang <24080293@smb956101.com>
|
2024-12-22 10:45:55 +08:00 |
|
Benjamin
|
558ab25f51
|
fix: imperfect service-api introduction text (#11782)
|
2024-12-18 13:43:34 +08:00 |
|
Hiroshi Fujita
|
dfa9a91906
|
(doc) fix: update cURL examples to include Authorization header (#11750)
|
2024-12-17 17:44:40 +08:00 |
|
Junyan Qin
|
8ecb9aaa91
|
fix: remove unnecessary curly braces in wf api doc (#11658)
|
2024-12-15 17:12:26 +08:00 |
|
kurokobo
|
a86f1eca79
|
docs: add api docs for /v1/info (#11269)
|
2024-12-03 09:14:13 +08:00 |
|