JzoNg
|
e1e17d8a51
|
merge evaluation fe
|
2026-05-05 20:54:02 +08:00 |
|
JzoNg
|
f00f8e020f
|
Merge branch 'main' into jzh
|
2026-05-05 19:55:21 +08:00 |
|
yyh
|
87f87bc4a8
|
Merge branch 'feat/css-first' into deploy/dev
# Conflicts:
# eslint-suppressions.json
# web/app/components/datasets/create/step-two/components/__tests__/inputs.spec.tsx
# web/app/components/workflow/selection-contextmenu.tsx
|
2026-05-05 12:10:26 +08:00 |
|
Jingyi
|
b43ebf539d
|
fix: preserve single-run input variable types (#35710)
|
2026-05-04 15:07:21 +00:00 |
|
yyh
|
8f3e42e9c2
|
refactor(web): migrate workflow node actions menu (#35785)
|
2026-05-04 13:24:29 +00:00 |
|
yyh
|
1359c03216
|
refactor(web): migrate legacy tooltip to infotip (#35774)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-05-04 13:17:09 +00:00 |
|
aliworksx08
|
d92c336394
|
fix(web): secure external form help links (#35751)
|
2026-05-04 09:18:28 +00:00 |
|
yyh
|
88196c186e
|
refactor(web): workflow hotkeys and history state (#35736)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-30 09:43:16 +00:00 |
|
非法操作
|
dcf21a6a84
|
fix: prevent workflow node titles from overflowing (#35740)
|
2026-04-30 09:20:37 +00:00 |
|
JzoNg
|
39b4cb9008
|
Merge branch 'jzh' into deploy/dev
|
2026-04-30 16:52:23 +08:00 |
|
JzoNg
|
bacadc4d35
|
Merge branch 'main' into jzh
|
2026-04-30 16:51:33 +08:00 |
|
Joel
|
0ca339103f
|
fix: var reference picker can not choose sub vars (#35732)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-30 08:33:29 +00:00 |
|
JzoNg
|
b45f83492e
|
Merge branch 'main' into jzh
|
2026-04-30 15:31:04 +08:00 |
|
yyh
|
e4cf7f1c18
|
Merge branch 'codex/select' into deploy/dev
|
2026-04-30 14:17:28 +08:00 |
|
yyh
|
11c52e90f6
|
refactor(web/select): base selects to dify-ui (#35720)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-30 06:15:08 +00:00 |
|
JzoNg
|
2c4c7c2edd
|
Merge branch 'jzh' into deploy/dev
|
2026-04-30 13:27:14 +08:00 |
|
yyh
|
4e94683fd4
|
fix: native button
|
2026-04-30 13:25:27 +08:00 |
|
JzoNg
|
552f202ca8
|
Merge branch 'main' into jzh
|
2026-04-30 13:00:41 +08:00 |
|
yyh
|
fe2f7a8920
|
refactor(web): migrate short tooltips to dify-ui (#35715)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-30 03:29:17 +00:00 |
|
JzoNg
|
a0d8e84667
|
merge evaluation fe
|
2026-04-29 15:42:20 +08:00 |
|
JzoNg
|
f5955489ec
|
Merge branch 'main' into jzh
|
2026-04-29 15:34:27 +08:00 |
|
yyh
|
0e55dcb297
|
refactor(web): migrate rich tooltip overlays (#35675)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-29 06:44:39 +00:00 |
|
JzoNg
|
fcd2b5fef4
|
merge evaluation fe
|
2026-04-28 16:38:51 +08:00 |
|
JzoNg
|
d95d4335bf
|
fix(web): snippet can use input fields
|
2026-04-28 15:30:35 +08:00 |
|
JzoNg
|
c55105bff3
|
fix(web): snippet add
|
2026-04-28 14:58:43 +08:00 |
|
JzoNg
|
f93b769894
|
Merge branch 'jzh' into deploy/dev
|
2026-04-27 15:51:00 +08:00 |
|
JzoNg
|
47050b8d15
|
merge evaluation-fe
|
2026-04-27 14:36:32 +08:00 |
|
非法操作
|
4036515abe
|
fix: improve variable picker text width allocation (#35587)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
|
2026-04-27 06:07:03 +00:00 |
|
非法操作
|
7bcedcbaab
|
fix: right click node not display the node detail panel (#35554)
|
2026-04-24 08:31:19 +00:00 |
|
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 |
|
yyh
|
ec450eb7f9
|
chore(dify-ui): update tooltip and infotip migration (#35543)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-24 06:36:48 +00:00 |
|
Joel
|
38fc2a6574
|
feat: support key up and down to select variable item (#35527)
|
2026-04-24 02:32:06 +00:00 |
|
Coding On Star
|
0c8dec3315
|
fix: update node handle opacity and pointer events behavior in components and tests (#35525)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
|
2026-04-23 09:24:19 +00:00 |
|
Coding On Star
|
2a3deee385
|
refactor: enhance node handle components with opacity transitions and add tests for visibility behavior (#35494)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-22 10:50:44 +00:00 |
|
Coding On Star
|
4c908c8f39
|
refactor: migrate base/select to dify-ui/select (#35487)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-22 09:35:57 +00:00 |
|
Coding On Star
|
d65a6b4810
|
refactor: migrate from PortalToFollowElem to Popover component across various components (#35454)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-21 10:09:22 +00:00 |
|
Joel
|
48d23cd744
|
feat: support slash variable filtering in prompt editor (#35460)
|
2026-04-21 07:57:16 +00:00 |
|
yyh
|
c2a5962023
|
feat(dify-ui): add PreviewCard primitive (#35434)
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-21 04:05:22 +00:00 |
|
JzoNg
|
89200fc1ce
|
merge main
|
2026-04-20 18:00:24 +08:00 |
|
FFXN
|
83743d5af0
|
feat: evaluation (#35419)
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hj24 <mambahj24@gmail.com>
Co-authored-by: hj24 <huangjian@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
|
2026-04-20 15:43:22 +08:00 |
|
yyh
|
c7641bb1ce
|
refactor(web): unify app-shell bootstrap on TanStack Query + Next.js route conventions (#35394)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-20 02:52:08 +00:00 |
|
yyh
|
0c8acd402a
|
chore(web): drop delay={0} from tooltip triggers and retype DocName (#35382)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-18 11:21:07 +00:00 |
|
yyh
|
96122692cb
|
fix(web): keep workflow panel operator anchor mounted during menu close animation (#35363)
|
2026-04-17 09:10:10 +00:00 |
|
yyh
|
dfcc0f8863
|
refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-17 08:46:11 +00:00 |
|
Coding On Star
|
eaddd4a132
|
fix(web): stabilize workflow node panel operator dropdown trigger (#35352)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jerryzai <jerryzh8710@protonmail.com>
Co-authored-by: NVIDIAN <speedy.hpc@hotmail.com>
Co-authored-by: ai-hpc <ai-hpc@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Junghwan <70629228+shaun0927@users.noreply.github.com>
Co-authored-by: HeYinKazune <70251095+HeYin-OS@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-04-17 07:27:22 +00:00 |
|
Coding On Star
|
b6c7581a31
|
refactor(web): replace portal component with DropdownMenu in various components (#35319)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jerryzai <jerryzh8710@protonmail.com>
Co-authored-by: NVIDIAN <speedy.hpc@hotmail.com>
Co-authored-by: ai-hpc <ai-hpc@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: Junghwan <70629228+shaun0927@users.noreply.github.com>
Co-authored-by: HeYinKazune <70251095+HeYin-OS@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-04-17 05:53:51 +00:00 |
|
Stephen Zhou
|
6ca066983d
|
chore: auto fix for tailwind rules (#35332)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-16 17:11:06 +00:00 |
|
Stephen Zhou
|
4289cb2634
|
chore: workspace level typecheck (#35329)
|
2026-04-16 14:42:04 +00:00 |
|
yyh
|
c966e281d4
|
refactor(web): align UI component APIs with shadcn v4 best practices (#35328)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-16 13:30:12 +00:00 |
|
Stephen Zhou
|
abb84f1c38
|
chore: enable noUncheckedIndexedAccess (#35178)
|
2026-04-16 13:01:35 +00:00 |
|