QuantumGhost
399d510e1b
fix(api): handle array[boolean] in LoopNode
...
The frontend save `array[boolean]` as a JSON array with string
element (e.g. `["true", "false", "true"]`), which is not handled
by LoopNode correctly.
This commit fix the issue by converting each element into Python
bool type before building segment.
2025-08-20 15:33:19 +08:00
QuantumGhost
fa98505e09
fix(api): enhance compatibility with existing workflow
...
Fix issues flagged by unit tests.
2025-08-01 15:27:33 +08:00
QuantumGhost
65ae25e09b
test(api): add test cases for ParameterConfig validation logic
2025-08-01 15:25:28 +08:00
QuantumGhost
4943d8bc93
test(api): Introduce test cases for ParameterExtractorNode._validate_result
2025-08-01 15:25:28 +08:00
QuantumGhost
168d82f9b0
feat(api): support boolean types in parameter extractor node
2025-08-01 15:25:28 +08:00
QuantumGhost
0e3ccb4dcc
feat(api): update boolean type handling in ListOperatorNode
2025-08-01 13:11:24 +08:00
QuantumGhost
f7f6210a4c
fix(api): Fix incorrect handling of array types in SegmentType.is_valid
...
Add comphensive tests for the behavior of the `is_valid` method.
2025-08-01 13:09:46 +08:00
QuantumGhost
ed8e06d1bf
fix(api): Allow bool value in the FilterCondition of list operator
2025-07-31 12:24:18 +08:00
QuantumGhost
383695b820
chore(api): put import for type annotation inside TYPE_CHECKING in llm/nodes.py
...
this causes unnecessary dependencies and cycle imports.
2025-07-30 16:13:04 +08:00
QuantumGhost
3751702efc
feat(api): Implement boolean types support for list operator node
2025-07-30 10:58:18 +08:00
QuantumGhost
111c34e50f
feat(api): Implement boolean types support for Code Node
2025-07-30 10:56:51 +08:00
QuantumGhost
a2246be4f5
feat(api): Implement checkbox input support in Workflow and Chat App
2025-07-30 10:56:51 +08:00
QuantumGhost
80e08562be
feat(api): Initial support for boolean / array[boolean] types
2025-07-30 10:56:51 +08:00
Joel
6d03a15e0f
chore: start form boolean to checkbox
2025-07-30 10:53:12 +08:00
Joel
bd04ddd544
merge main
2025-07-30 10:26:31 +08:00
baonudesifeizhai
72a2c3decf
Fix/http node timeout validation#23077 ( #23117 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2025-07-29 21:40:15 +08:00
呆萌闷油瓶
ab7c2cf000
minor fix: Object of type int64 is not JSON serializable ( #23109 )
2025-07-29 21:40:03 +08:00
lyzno1
6914c1c85e
fix(web): make iteration panel respect MAX_PARALLEL_LIMIT environment variable ( #23083 ) ( #23104 )
2025-07-29 21:39:40 +08:00
crazywoola
ea542d42ca
fix: i18n link in README.md ( #23121 )
2025-07-29 21:36:32 +08:00
NeatGuyCoding
cba5bd588c
minor fix: wrong position of retry_document_indexing_task time elapsed ( #23099 )
2025-07-29 20:54:37 +08:00
Shaun
00cb1c26a1
refactor: pass external_trace_id to message trace ( #23089 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-29 19:34:46 +08:00
lyzno1
f4d4a32af2
Feat/enhance i18n scripts ( #23114 )
2025-07-29 18:24:57 +08:00
NeatGuyCoding
1bf0df03b5
minor fix: fix some translation ( #23105 )
2025-07-29 16:36:29 +08:00
NeatGuyCoding
ae28ca0b8d
minor fix: wrong assignment ( #23103 )
2025-07-29 16:36:21 +08:00
NeatGuyCoding
51a6b9dc57
hotfix: clear_all_annotations should also execute delete_annotation_index_task just like delete_app_annotation ( #23093 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-29 16:35:33 +08:00
zxhlyh
4c65a8091a
chore: base form ( #23101 )
2025-07-29 15:37:16 +08:00
crazywoola
27f400e13f
feat: update banner ( #23095 )
2025-07-29 14:05:59 +08:00
Joel
cb51360aa3
chore: remove arr bool
2025-07-29 11:34:16 +08:00
GuanMu
7721648867
Fix variable config ( #23070 )
2025-07-29 11:24:59 +08:00
NeatGuyCoding
47cc951841
Fix Empty Collection WHERE Filter Issue ( #23086 )
2025-07-29 11:17:50 +08:00
NeatGuyCoding
63b6026e6e
minor fix: fix error messages ( #23081 )
2025-07-29 10:59:43 +08:00
KVOJJJin
84aa38586f
Fix: number input can display 0 ( #23084 )
2025-07-29 10:59:12 +08:00
znn
a70d59d4a6
ability to click classifier during workflow execution ( #23079 )
2025-07-29 09:45:49 +08:00
Yongtao Huang
57e0a12ccd
Refactor: remove redundant full module paths in exception handlers ( #23076 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-29 09:40:51 +08:00
lyzno1
f5e1fa4bd2
fix(scripts): resolve i18n check script path and logic issues ( #23069 )
2025-07-29 09:39:10 +08:00
znn
a7ce1e5789
dark mode for overlay ( #23078 )
2025-07-29 09:37:40 +08:00
crazywoola
5f550126b3
Fix/23066 i18n related commands are broken ( #23071 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-28 21:25:18 +08:00
lyzno1
572a2bbe53
fix(i18n): Complete missing translations and clean up legacy keys in app-debug across all locales ( #23062 ) ( #23065 )
2025-07-28 19:46:27 +08:00
NeatGuyCoding
537c04745d
minor fix: using the same AccountInFreezeError ( #23061 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-28 18:24:27 +08:00
Yip Chung Lam
7f004e2f41
fix: web SSO login redirect to correct basePath and origin ( #23058 )
2025-07-28 18:17:01 +08:00
GuanMu
7c6415551d
Fixed code formatting issues in the comment header option component ( #23060 )
2025-07-28 16:44:50 +08:00
QuantumGhost
0d2d349ab3
chore(version): bump version to 1.7.1 ( #23048 )
2025-07-28 16:42:39 +08:00
zyssyz123
de28bb1075
fix: changed email login use oauth will create an new account ( #23057 )
2025-07-28 16:32:25 +08:00
HyaCinth
d409fb5f58
refactor(web): Optimize workflow operation tip popup ( #23051 ) ( #23052 )
2025-07-28 16:29:45 +08:00
Joel
269d34304e
fix : loop var default value
2025-07-28 16:17:52 +08:00
Joel
590c14c977
chore: conveersion pass boolean string boolean
2025-07-28 16:02:50 +08:00
Jyong
3248d728ac
fix retry document db session issue ( #23046 )
2025-07-28 15:56:49 +08:00
HyaCinth
beebcae0a1
fix(web): Fix issues with workflow as tool configuration button ( #23039 ) ( #23050 )
2025-07-28 15:49:19 +08:00
Anton Kovalev
15757110cf
feat: default value option for select input fields ( #21192 )
...
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GuanMu <ballmanjq@gmail.com>
2025-07-28 15:37:23 +08:00
chenguowei
fce126b206
fix(api): fix incorrect path handling in Langfuse integration ( #22766 )
...
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-07-28 15:37:13 +08:00