lyzno1
d99644237b
chore: align help link translations
2025-10-22 12:46:21 +08:00
lyzno1
5cb268e99b
feat: suggestions ui
2025-10-22 12:46:21 +08:00
lyzno1
f179b03d6e
fix: constrain rag pipeline datasource selector width
2025-10-22 12:46:21 +08:00
lyzno1
28fe58f3dd
feat: try to add tools suggestions
2025-10-22 12:46:21 +08:00
Yeuoly
14acd05846
fix
2025-10-22 12:41:19 +08:00
Yeuoly
cb5607fc8c
refactor: TimeSliceLayer
2025-10-22 12:13:12 +08:00
Yeuoly
7f70d1de1c
ASYNC_WORKFLOW_SCHEDULER_GRANULARITY
2025-10-22 12:10:12 +08:00
Yeuoly
c36173f5a9
fix: typing
2025-10-22 11:55:26 +08:00
Yeuoly
7acbe981e2
fix: discorrect elapsed_time
2025-10-22 11:49:02 +08:00
Yeuoly
dd6ab7c68c
feat: support pausing workflow trigger log
2025-10-22 11:45:16 +08:00
Joel
a1ea256e79
fix: global icon in inspect
2025-10-22 11:36:01 +08:00
Joel
14942c9ee9
fix: page crash
2025-10-22 11:28:28 +08:00
Joel
b0b316ed48
fix: rag pipline not show sys vars
2025-10-22 11:07:08 +08:00
hjlarry
871cfbd40c
fix: CredentialsSchema missing help field display
2025-10-22 09:23:59 +08:00
yessenia
9a3ca0ce3b
fix(trigger): check subscription removed
2025-10-21 20:01:16 +08:00
zhsama
c90df5c12c
refactor(entry-node): remove showIndicator prop and related logic for cleaner component structure
2025-10-21 19:53:29 +08:00
yessenia
f4acc78f66
fix(trigger): deal with empty manualPropertiesSchema
2025-10-21 19:49:42 +08:00
Yeuoly
3d5e2c5ca1
feat(trigger): add suspend/timeslice layers and workflow CFS scheduler
...
- add suspend, timeslice, and trigger post engine layers
- introduce CFS workflow scheduler tasks and supporting entities
- update async workflow, trigger, and webhook services to wire in the new scheduling flow
2025-10-21 19:20:54 +08:00
zhsama
55bf9196dc
feat(trigger): add TriggerSchedule to node type checks for workflow execution
2025-10-21 18:57:57 +08:00
yessenia
18a52b4937
fix(trigger): subscription removed in workflow
2025-10-21 18:43:15 +08:00
Joel
439727746c
fix: trigger timestamp show place
2025-10-21 18:21:37 +08:00
Joel
04b55177b5
feat: support show global vars
2025-10-21 17:59:37 +08:00
zhsama
2793ede875
feat: update checkbox component in the panel and refactor form types for checkbox and boolean
2025-10-21 17:28:25 +08:00
yessenia
dc4801c014
refactor(trigger): refactor app mode type to enum
2025-10-21 16:50:18 +08:00
yessenia
d5e2649608
fix(trigger): disable some options when no start node
2025-10-21 15:25:36 +08:00
Joel
4102f0bc9d
feat: vars to new place
2025-10-21 15:03:16 +08:00
Joel
25e4203cb1
main
2025-10-21 14:44:24 +08:00
Joel
e1a3ead941
main
2025-10-21 14:42:27 +08:00
zhsama
6251090893
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-10-21 14:39:10 +08:00
zhsama
aa5e04b70e
Merge branch 'main' into feat/trigger
...
# Conflicts:
# web/app/components/workflow/hooks-store/store.ts
# web/package.json
# web/pnpm-lock.yaml
2025-10-21 14:36:07 +08:00
Harry
8ac25c29ee
feat(trigger): implement subscription refresh logic with enhanced error handling and logging
2025-10-21 14:11:27 +08:00
Harry
f4517d667b
feat(trigger): enhance trigger provider refresh task with locking mechanism and due filter logic
2025-10-21 14:11:27 +08:00
Yeuoly
dc2481c805
feat: docs
2025-10-21 13:56:31 +08:00
Joel
fb6f05c267
fix: infinite jump to login url ( #27178 )
2025-10-21 13:25:20 +08:00
Yunlu Wen
ff9b74efeb
fix: remove login status api ( #27177 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-21 13:24:57 +08:00
Yeuoly
8d7435a51b
docs: introduce agent skill for trigger
2025-10-21 12:23:19 +08:00
lyzno1
bb28c718df
fix: correct webhook trigger node id parsing
2025-10-21 11:48:50 +08:00
Joel
d6e7543ba6
fix: passport outdate caused webapp reload ( #27175 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-21 11:47:28 +08:00
lyzno1
1b7a5b6209
fix: immer breaking change
2025-10-21 11:42:31 +08:00
Eric Guo
e45d5700ec
Fix vs code and using min version after bump @remixicon/react and @monaco-editor/loader ( #27008 )
2025-10-21 11:41:44 +08:00
lyzno1
448622b4fd
fix: pnpm lock file
2025-10-21 11:39:39 +08:00
crazywoola
e9dda03e8d
fix: immer version and ref in code base ( #27130 )
2025-10-21 11:38:44 +08:00
lyzno1
8d3d177932
fix: pnpm lock file
2025-10-21 11:35:41 +08:00
lyzno1
f0af4d692a
fix: breaking change
2025-10-21 11:32:20 +08:00
-LAN-
4e6682bd85
Add workflow graph validation checks ( #27106 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-21 11:27:12 +08:00
Asuka Minato
32c715c4d0
rm type ignore ( #25715 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-10-21 11:26:58 +08:00
lyzno1
075173e67d
fix(workflow): reset onboarding auto-open flag across flows
2025-10-21 11:19:36 +08:00
Yeuoly
f02d575379
Merge branch 'main' into feat/trigger
2025-10-21 11:09:26 +08:00
yessenia
735ebf6c59
fix(trigger): oauth client params
2025-10-21 09:27:10 +08:00
Harry
96f0b7abe3
fix(trigger): handle missing 'inputs' key in trigger data retrieval
2025-10-20 21:47:49 +08:00