Yongtao Huang
bf2f03f911
Restructure the File errors in controller (#23801)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
Will
5aaa47e25d
fix: messages updated_at (#23869)
2 个月前
goofy
4da6ec787e
feat: support to upload files for visual model call when running LLM node for debugging in a single step (#23521)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
kenwoodjw
21e1b825fe
fix: optimize dataset cleanup task (#23828)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
2 个月前
NeatGuyCoding
1cf7c3430a
Add more comprehensive Test Containers Based Tests for advanced prompt service (#23850)
2 个月前
QuantumGhost
e600070a61
feat(api): auto-delete WorkflowDraftVariable when app is deleted (#23737)
This commit introduces a background task that automatically deletes `WorkflowDraftVariable` records when
their associated workflow apps are deleted.
Additionally, it adds a new cleanup script
`cleanup-orphaned-draft-variables` to remove existing orphaned draft variables from the database.
2 个月前
-LAN-
74ab057f56
refactor: improve Redis wrapper type hints and fix None value handling (#23845)
2 个月前
xinlmain
b3399642c5
feat: Add an asynchronous repository to improve workflow performance (#20050)
Co-authored-by: liangxin <liangxin@shein.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: liangxin <xinlmain@gmail.com>
2 个月前
Bowen Liang
a77dfb69b0
chore: update uv to 0.8.9 (#23833)
2 个月前
NeatGuyCoding
cb46726fa4
Add Test Containers Based Tests for File Service (#23771)
2 个月前
Will
1ffe190557
Feat/improved mcp timeout configs (#23605)
Co-authored-by: crazywoola <427733928@qq.com>
2 个月前
jiangbo721
c0bb2ec851
feat: If combining text and files, place the text prompt after the fi… (#23779)
Co-authored-by: 刘江波 <jiangbo721@163.com>
2 个月前
engchina
7566d90dfe
fix issue #23758 (#23764)
Co-authored-by: root <root@thinkpad-pc.localdomain>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
Jason Young
b38f195a0d
test: add comprehensive test suite for rate limiting module (#23765)
2 个月前
Jason Young
cdee5aab3a
fix: update integration tests to use 2-element variable selectors (#23766)
2 个月前
QuantumGhost
4240e2dd29
fix(api): fix flaky tests by generating unique variable names (#23768)
2 个月前
Yongtao Huang
a44ca29717
Chore: remove unused var in `ModelProviderFactory` (#23690)
2 个月前
-LAN-
332e8e68ee
refactor: Change _queue_manager to public attribute queue_manager in task pipelines (#23747)
2 个月前
-LAN-
577062b93a
refactor: simplify variable pool key structure and improve type safety (#23732)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 个月前
QuantumGhost
223c1a8089
test(api): fix flaky tests in TestWorkflowDraftVariableService (#23749)
Fix flaky test
`TestWorkflowDraftVariableService.test_list_variables_without_values_success`
caused by low entropy in test data generation that led to
duplicate values violating unique constraints.
Also improve data generation in other tests within
`TestWorkflowDraftVariableService` to reduce the likelihood of
generating duplicate test data.
2 个月前
Wu Tianwei
0baccb9e82
chore(version): bump version to 1.7.2 (#23740)
2 个月前
-LAN-
43411d7a9e
chore: remove debug log statements from DifyAPIRepositoryFactory (#23734)
2 个月前
-LAN-
2dbf20a3e9
fix: resolve circular import in AppGenerateEntity (#23731)
2 个月前
-LAN-
aaf9fc1562
fix: add @property decorator to pydantic computed_field for compatibility (#23728)
2 个月前
NeatGuyCoding
4a72fa6268
fix: Enhance doc_form null checking, exception handling, and rollback logic (#23713)
2 个月前
NeatGuyCoding
6083b1d618
Feat add testcontainers test for message service (#23703)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 个月前
Yongtao Huang
36b221b170
Fix model_setting_map key mismatch (#23699)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
2 个月前
Guangdong Liu
d1fc98200c
fix: update HTTP request timeout fields to use Field with default values (#23694)
2 个月前
Guangdong Liu
79a3c1618f
fix: support custom file types in workflow Start node (#23672)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
NeatGuyCoding
5f8967918e
Feat add testcontainers test for app dsl service (#23675)
2 个月前
-LAN-
6900b08134
fix: sync missing conversation variables for existing conversations (#23649)
2 个月前
Yongtao Huang
431e0105de
Fix bare raise in if blocks (#23671)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
2 个月前
-LAN-
cbe0d9d053
fix: conversation pinned filter returns incorrect results when no conversations are pinned (#23670)
2 个月前
NeatGuyCoding
41345199d8
Feat add testcontainers test for api base extendsion service (#23652)
2 个月前
yunqiqiliang
14e1c16cf2
Fix ClickZetta stability and reduce logging noise (#23632)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
crazywoola
1c60b7f070
Revert "feat: improved MCP timeout" (#23602)
2 个月前
znn
084dcd1a50
using message_file event instead of message event (#22988)
2 个月前
湛露先生
fd536a943a
word extractor cleans. (#20926)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
2 个月前
jiangbo721
6f80fb72cb
feat: tools json response support datetime uuid etc (#22738)
Co-authored-by: 刘江波 <jiangbo721@163.com>
2 个月前
yunqiqiliang
62772e8871
fix: ensure vector database cleanup on dataset deletion regardless of document presence (affects all 33 vector databases) (#23574)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
Will
4b0480c8b3
feat: improved MCP timeout (#23546)
2 个月前
Yongtao Huang
c8c591d73c
Fix incorrect exception handling in db query (#23582)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
2 个月前
lyzno1
2edd32fdea
fix: resolve AppCard description overlap with tag area (#23585)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
NeatGuyCoding
5889059ce4
Feat add testcontainers test for annnotation service (#23593)
2 个月前
-LAN-
7230497bf4
fix: empty arrays should convert to empty string in LLM prompts (#23590)
2 个月前
lyzno1
d98071a088
feat: add Service API file preview endpoint (#23534)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
BotAndyGao
ac02c12e49
fix: resolve Windows path separator issue in Huawei OBS operations (#23475)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 个月前
Qiang Lee
e9045a8838
Fix: Apply Metadata Filters Correctly in Full-Text Search Mode for Tencent Cloud Vector Database (#23564)
2 个月前
-LAN-
55487ba0c6
fix: exclude dev dependencies from production Docker image (#23562)
2 个月前
yunqiqiliang
e01510e2a6
feat: Add Clickzetta Lakehouse vector database integration (#22551)
Co-authored-by: Claude <noreply@anthropic.com>
2 个月前