zhsama
720480d05e
chore(tests): remove deprecated test files for schedule and webhook triggers
2025-10-28 22:42:29 +08:00
yessenia
71b1af69c5
feat(trigger): request condition param
2025-10-28 22:35:03 +08:00
Harry
18fd79fbe6
feat(trigger): add event_name to PluginTriggerMetadata for enhanced trigger handling
...
- Introduced event_name attribute in PluginTriggerMetadata to improve metadata clarity.
- Updated dispatch_triggered_workflow function to include event_name when dispatching triggered workflows.
2025-10-28 18:32:06 +08:00
Harry
c16421df27
refactor: improve trigger metadata handling and streamline workflow service
...
- Updated ScheduleTriggerDebugEventPoller to include an empty files list in workflow_args.
- Enhanced WorkflowAppService to handle trigger metadata more effectively, including a new method for processing metadata and removing the deprecated _safe_json_loads function.
- Adjusted PluginTriggerMetadata to use icon_filename and icon_dark_filename for better clarity.
- Simplified async workflow task parameters by changing triggered_from to trigger_from for consistency.
2025-10-28 17:50:06 +08:00
Harry
0d686fc6ae
refactor: streamline trigger event node metadata handling and update async workflow service for JSON serialization
...
- Removed unnecessary input data from the TriggerEventNode's metadata.
- Updated AsyncWorkflowService to use model_dump_json() for trigger metadata serialization.
- Added a comment in WorkflowAppService to address the large size of the workflow_app_log table and the use of an additional details field.
2025-10-28 17:50:06 +08:00
yessenia
db352c0a18
Merge branch 'main' into feat/trigger
2025-10-28 17:11:15 +08:00
yessenia
bf7b18d442
feat(trigger): dynamic options opt
2025-10-28 16:20:01 +08:00
lyzno1
7d56ca5294
fix: add time-picker placement prop
2025-10-28 15:49:10 +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
Joel
3395297c3e
chore: warning messages too long in model config caused ui issue ( #27542 )
2025-10-28 13:58:31 +08:00
zhaobingshuang
e60a7c7143
fix(command): The vdb migrate command cannot be stopped ( #27536 )
2025-10-28 11:56:06 +08:00
lyzno1
96f0d648fa
feat: invalidate trigger plugin queries after marketplace installs
2025-10-28 11:31:02 +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
Eric Guo
ff32dff163
Enabled cross-subdomain console sessions by making the cookie domain configurable and aligning the frontend so it reads the shared CSRF cookie. ( #27190 )
2025-10-28 10:04:24 +08:00
heyszt
543c5236e7
refactor:Decouple Domain Models from Direct Database Access ( #27316 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-28 09:59:30 +08:00
yalei
341b3ae7c9
Sync log detail drawer with conversation_id query parameter, so that we can share a specific conversation ( #27518 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-28 09:59:16 +08:00
quicksand
f01907aac2
fix: knowledge sync from website error ( #27534 )
2025-10-28 09:46:33 +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
crazywoola
29afc0657d
Fix/27468 in dify 192 the iframe embed cannot pass the user id in system variable ( #27524 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-28 09:19:54 +08:00
yessenia
850c5fec32
fix(trigger): invalid subscription
2025-10-27 21:27:08 +08:00
QuantumGhost
d9860b8907
fix(api): Disable SSE events truncation for service api ( #27484 )
...
Disable SSE events truncation for service api invocations to ensure backward compatibility.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-27 21:15:44 +08:00
zhsama
b1f79c34d1
fix(workflow): add support for schedule triggers in workflow run hook
2025-10-27 20:52:44 +08:00
yessenia
96a461646e
fix(trigger): readme portal zindex
2025-10-27 20:05:02 +08:00
zhsama
5df94fd866
fix(workflow): enhance node-run to include schedule triggers
2025-10-27 19:44:26 +08:00
Asuka Minato
dc1ae57dc6
example for 24421 doc ( #27511 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-27 17:39:52 +08:00
github-actions[bot]
d6bd2a9bdb
chore: translate i18n files and update type definitions ( #27503 )
...
Co-authored-by: Nov1c444 <66365942+Nov1c444@users.noreply.github.com>
2025-10-27 17:39:43 +08:00
lyzno1
e074ba84d1
fix(workflow): avoid nested buttons in subscription selector to stop hydration warning
2025-10-27 17:23:58 +08:00
zxhlyh
c9eed67cf6
Feat/mcp authentication ( #27508 )
2025-10-27 17:08:18 +08:00
Novice
0ded6303c1
feat: implement MCP specification 2025-06-18 ( #25766 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-27 17:07:51 +08:00
lyzno1
1335be8d60
Revert "feat: propagate trigger metadata for plugin icons across UI"
...
This reverts commit 3bd62f3fdf .
2025-10-27 17:06:40 +08:00
lyzno1
c79d75b32d
Revert "fix: display plugin trigger labels in logs using i18n metadata"
...
This reverts commit 651cc81cfe .
2025-10-27 17:06:35 +08:00
lyzno1
f18054847e
Revert "fix: workflow_trigger"
...
This reverts commit cc219cc81c .
2025-10-27 17:06:30 +08:00
lyzno1
b2b81f3822
Revert "fix: trigger by display translations"
...
This reverts commit 33daedd7aa .
2025-10-27 17:06:25 +08:00
yessenia
90753b2782
fix(trigger): readme style
2025-10-27 16:33:40 +08:00
hjlarry
c05fa9963a
fix plugin name incorrect encoded
2025-10-27 16:08:47 +08:00
Novice
b6e0abadab
feat: add flatten_output configuration to iteration node ( #27502 )
2025-10-27 16:04:24 +08:00
Harry
9de7a7d48f
fix(trigger): update outputs in TriggerEventNode to use inputs directly
2025-10-27 15:35:09 +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
yessenia
29cddc449f
fix(trigger): add clickOutsideNotClose prop
2025-10-27 14:30:08 +08:00
zhsama
dfed14ba67
refactor: simplify syncWorkflowDraft parameters by removing payload sanitization
2025-10-27 13:46:27 +08:00
KVOJJJin
f06025a342
Fix: upload limit in knowledge ( #27480 )
...
Co-authored-by: jyong <718720800@qq.com>
2025-10-27 13:35:54 +08:00
lyzno1
440262a51b
fix: serialize workflow draft sync operations ( #27487 )
2025-10-27 13:29:40 +08:00
Harry
d705fece9d
fix(plugin): update trigger field type to allow None and add field validator for parameters in EventEntity
2025-10-27 12:02:22 +08:00
lyzno1
d08cc48368
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-27 11:37:07 +08:00
lyzno1
b94ad084c3
feat: surface featured trigger recommendations in start tab ( #27319 )
2025-10-27 11:33:02 +08:00
dependabot[bot]
24fb95b050
chore(deps-dev): bump @happy-dom/jest-environment from 20.0.7 to 20.0.8 in /web ( #27465 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 10:42:42 +08:00
dependabot[bot]
49fca63927
chore(deps): bump testcontainers from 4.10.0 to 4.13.2 in /api ( #27469 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 10:41:36 +08:00
wangxiaolei
ce5fe86430
feat: add env NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX ( #27070 )
2025-10-27 10:36:03 +08:00
Harry
9453148233
chore(migrations): remove obsolete migration files for workflow webhook and schedule plan tables
2025-10-27 00:36:27 +08:00