dify/web/app/components/workflow/hooks
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__ Merge remote-tracking branch 'origin/main' into deploy/dev 2026-04-24 16:27:59 +08:00
use-workflow-run-event chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00
index.ts feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
use-auto-generate-webhook-url.ts feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
use-available-blocks.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
use-checklist.ts feat: evaluation (#35419) 2026-04-20 15:43:22 +08:00
use-collaborative-workflow.ts feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
use-config-vision.ts fix: fix when vision is disabled delete the configs (#30420) 2026-01-01 00:40:21 +08:00
use-DSL.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
use-dynamic-test-run-options.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
use-edges-interactions-without-sync.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-edges-interactions.helpers.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-edges-interactions.ts chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00
use-fetch-workflow-inspect-vars.ts chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00
use-helpline.ts chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00
use-inspect-vars-crud-common.ts chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00
use-inspect-vars-crud.ts chore(web): ignore system vars & conversation vars in rag-pipeline and snippet 2026-03-29 15:56:24 +08:00
use-leader-restore.ts refactor(web): unify app-shell bootstrap on TanStack Query + Next.js route conventions (#35394) 2026-04-20 02:52:08 +00:00
use-node-data-update.ts feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
use-node-plugin-installation.ts chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
use-nodes-available-var-list.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-nodes-interactions-without-sync.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-nodes-interactions.ts fix: improve note node (#35461) 2026-04-23 08:54:56 +00:00
use-nodes-meta-data.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-nodes-sync-draft.ts fix: adding a restore API for version control on workflow draft (#33582) 2026-03-20 14:54:23 +08:00
use-panel-interactions.ts refactor(web): unify app-shell bootstrap on TanStack Query + Next.js route conventions (#35394) 2026-04-20 02:52:08 +00:00
use-selection-interactions.ts feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
use-serial-async-callback.ts feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
use-set-workflow-vars-with-value.ts Chore/workflow last run (#21823) 2025-07-02 17:48:07 +08:00
use-shortcuts.ts feat: copy nodes cross apps (#33273) 2026-04-17 10:02:26 +00:00
use-tool-icon.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-workflow-canvas-maximize.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-workflow-comment.ts refactor(web): unify app-shell bootstrap on TanStack Query + Next.js route conventions (#35394) 2026-04-20 02:52:08 +00:00
use-workflow-history.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
use-workflow-interactions.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-workflow-mode.ts feat: workflow remove preview mode (#3941) 2024-04-28 17:09:56 +08:00
use-workflow-organize.helpers.ts build: include vinext in docker build (#34535) 2026-04-08 07:26:39 +00:00
use-workflow-organize.ts feat: collaboration (#30781) 2026-04-16 02:21:04 +00:00
use-workflow-panel-interactions.ts refactor(web): unify app-shell bootstrap on TanStack Query + Next.js route conventions (#35394) 2026-04-20 02:52:08 +00:00
use-workflow-refresh-draft.ts chore: slice workflow refresh draft hook (#19292) 2025-05-06 18:24:10 +08:00
use-workflow-run.ts Chore/slice workflow (#18351) 2025-04-18 13:59:12 +08:00
use-workflow-search.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
use-workflow-start-run.tsx feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
use-workflow-update.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-workflow-variables.ts feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
use-workflow-zoom.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-workflow.ts chore: enable noUncheckedIndexedAccess (#35178) 2026-04-16 13:01:35 +00:00