dify/web/app/components/workflow/nodes
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
..
__tests__ test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
_base Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
agent chore(dify-ui): update tooltip and infotip migration (#35543) 2026-04-24 06:36:48 +00:00
answer feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
assigner Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
code refactor: migrate from PortalToFollowElem to Popover component across various components (#35454) 2026-04-21 10:09:22 +00:00
data-source refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
data-source-empty refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
document-extractor feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
end feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
http Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
human-input refactor: migrate from PortalToFollowElem to Popover component across various components (#35454) 2026-04-21 10:09:22 +00:00
if-else refactor: migrate base/select to dify-ui/select (#35487) 2026-04-22 09:35:57 +00:00
iteration refactor: migrate base/select to dify-ui/select (#35487) 2026-04-22 09:35:57 +00:00
iteration-start feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
knowledge-base chore(dify-ui): update tooltip and infotip migration (#35543) 2026-04-24 06:36:48 +00:00
knowledge-retrieval Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
list-operator refactor: migrate base/select to dify-ui/select (#35487) 2026-04-22 09:35:57 +00:00
llm chore(dify-ui): update tooltip and infotip migration (#35543) 2026-04-24 06:36:48 +00:00
loop refactor: migrate base/select to dify-ui/select (#35487) 2026-04-22 09:35:57 +00:00
loop-end chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
loop-start feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
parameter-extractor Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
question-classifier feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
start refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
template-transform feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
tool chore(dify-ui): update tooltip and infotip migration (#35543) 2026-04-24 06:36:48 +00:00
trigger-plugin refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
trigger-schedule refactor: migrate base/select to dify-ui/select (#35487) 2026-04-22 09:35:57 +00:00
trigger-webhook Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
variable-assigner refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
components.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
constants.ts chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
index.tsx feat: evaluation (#35353) 2026-04-17 16:37:21 +08:00
utils.ts fix: element of Array[string] and Array[number] and size attribution (#23074) 2025-07-30 15:21:50 +08:00