lyzno1
852d851996
fix(workflow): add empty array validation for required checklist fields in trigger plugin
...
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
The checkValid function was not properly validating required checklist fields when they had empty array values. This caused required fields to pass validation even when no options were selected.
Added array length check to the constant type validation to ensure required checklist fields must have at least one selected option.
2025-10-29 12:36:43 +08:00
lyzno1
f06dc3ef90
fix: localize workflow block search filters
2025-10-29 11:55:30 +08:00
lyzno1
f9df61e648
feat: add inline code copy styling for variable inspect webhook url
2025-10-29 10:14:50 +08:00
lyzno1
6e76e02dba
fix: trigger plugin help link
2025-10-29 09:35:45 +08:00
zhsama
dc24450e29
feat(workflow): add webhook debug URL display in variable inspection
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
2025-10-29 04:38:27 +08:00
zhsama
8bcecce627
feat(workflow): add toast notifications for warning nodes during execution
2025-10-29 01:40:27 +08:00
zhsama
66cb963df3
feat(workflow): enhance validation by integrating warning nodes into last run checks.
2025-10-29 01:28:31 +08:00
zhsama
a264a609db
feat(workflow): integrate workflow run validation before execution
2025-10-29 00:36:48 +08:00
zhsama
13bc68a646
feat(trigger): enhance runScheduleSingleRun to handle API response
2025-10-29 00:07:08 +08:00
zhsama
720480d05e
chore(tests): remove deprecated test files for schedule and webhook triggers
2025-10-28 22:42:29 +08:00
zhsama
0b1015e221
feat(workflow): enhance variable inspector to support schedule trigger events with next execution time display
2025-10-28 14:12:20 +08:00
lyzno1
c4996f9563
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-28 11:28:06 +08:00
Wu Tianwei
0e62a66cc2
feat: Introduce RAG tool recommendations and refactor related components for improved plugin management ( #27259 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-28 10:22:16 +08:00
yangzheli
a7c855cab8
fix(workflow): resolve note node copy/duplicate errors ( #27528 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-10-28 09:26:12 +08:00
yessenia
850c5fec32
fix(trigger): invalid subscription
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
2025-10-27 21:27:08 +08:00
zhsama
5df94fd866
fix(workflow): enhance node-run to include schedule triggers
2025-10-27 19:44:26 +08:00
Novice
b6e0abadab
feat: add flatten_output configuration to iteration node ( #27502 )
2025-10-27 16:04:24 +08:00
GuanMu
43bcf40f80
refactor: update installed app component to handle missing params and improve type safety ( #27331 )
2025-10-27 14:38:58 +08:00
lyzno1
440262a51b
fix: serialize workflow draft sync operations ( #27487 )
2025-10-27 13:29:40 +08:00
lyzno1
b94ad084c3
feat: surface featured trigger recommendations in start tab ( #27319 )
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
2025-10-27 11:33:02 +08:00
zhsama
6098dc0242
feat(workflow): enhance listening descriptions for plugin and webhook triggers
2025-10-24 16:18:07 +08:00
zhsama
29ec3c7d5c
feat(workflow): update listening descriptions when trigger nodes start test-run
2025-10-24 15:32:23 +08:00
zhsama
4597ab4efb
Merge branch 'refs/heads/main' into feat/trigger
2025-10-24 14:44:15 +08:00
lyzno1
1dddcf1194
fix(workflow): resolve occasional issues with syncing historical states or clearing DSL in draft mode ( #27391 )
2025-10-24 12:33:14 +08:00
yessenia
8a8c0703b1
feat: add datasource node readme
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
2025-10-24 11:46:58 +08:00
lyzno1
9fffa9a996
refactor(workflow): clean up entry node status and colocate store types
2025-10-24 10:20:38 +08:00
lyzno1
aee9a8366f
refactor: move marketplace footer outside scroll containers
2025-10-24 10:07:02 +08:00
yessenia
4b4ec3438f
feat: add plugin readme
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
2025-10-24 01:18:58 +08:00
zhsama
9aa43c9165
feat(workflow): enhance trigger node handling with event listening and state management
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
2025-10-23 18:21:22 +08:00
zhsama
4ae23ed0f9
feat(workflow): remove unused trigger status logic and simplify entry node status handling
2025-10-23 18:19:06 +08:00
zhsama
42a9a88ae2
refactor(trigger-plugin): enhance variable type resolution and encapsulate output variable logic in a dedicated function
2025-10-23 16:01:18 +08:00
zhsama
aea3fc6281
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-10-23 15:33:31 +08:00
zhsama
bcdc11396a
refactor(trigger-plugin): streamline variable type resolution and output variable construction
2025-10-23 15:33:19 +08:00
lyzno1
37e75f7791
Ensure workflow tools tab always shows marketplace footer
2025-10-23 13:08:59 +08:00
lyzno1
7ada2385b3
feat: add toggle behavior for featured tools
2025-10-23 12:27:42 +08:00
lyzno1
a77aab96f5
fix: align all workflow trigger docs link
2025-10-23 12:17:27 +08:00
lyzno1
863b4f8fe9
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-23 11:54:35 +08:00
Wu Tianwei
95ce224df0
fix: enhance checklist functionality with embedding and rerank model lists ( #27312 )
2025-10-23 11:33:58 +08:00
yessenia
06d1a2e2fd
feat(trigger): remove Redundant comp & triggers api no cache
2025-10-23 10:57:41 +08:00
lyzno1
d478f62b49
Optimize workflow tool sync after plugin install ( #27280 )
2025-10-23 09:58:54 +08:00
lyzno1
52b180104a
Limit workflow tool/trigger search to provider and item names
2025-10-22 16:53:23 +08:00
yessenia
caf0bf34dd
fix(trigger): add event node status & min-height in modal
2025-10-22 15:31:03 +08:00
lyzno1
181a1ae7f3
fix: hover tooltip
2025-10-22 15:09:01 +08:00
lyzno1
e18ecead2c
fix: hide All tools when searching
2025-10-22 15:07:46 +08:00
lyzno1
36a26adab2
fix: install from marketplace
2025-10-22 14:59:49 +08:00
zhsama
bc2edf5107
refactor(workflow): replace fetch function with base/post in use-one-step-run and use-workflow-run hooks in polling
2025-10-22 14:55:57 +08:00
lyzno1
50bbac5973
Add double-arrow icon swap on featured tools “Show more” hover
2025-10-22 14:47:19 +08:00
lyzno1
45b221659b
Tighten featured tools header arrow and add “All tools” section divider
2025-10-22 14:41:18 +08:00
lyzno1
16957f14f1
fix: featured icons
2025-10-22 14:33:00 +08:00
lyzno1
0d7dde0639
Align featured tool hover layout and widen action dropdown
2025-10-22 14:19:22 +08:00