-LAN-
88622f70fb
refactor(graph_engine): Move setup methods into `__init__`
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
-LAN-
a5cb9d2b73
refactor(graph_engine): inline output_registry into response_coordinator
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
Asuka Minato
24e2b72b71
Update ast-grep pattern for session.query (#24828)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
QuantumGhost
982fd9170c
WIP: test(api): tests for truncation logic
vor 2 Monaten
Novice
1a34ff8a67
fix: change the mcp server strucutre to support github copilot (#24788)
vor 2 Monaten
Bowen Liang
39064197da
chore: cleanup unnecessary mypy suppressions on imports (#24712)
vor 2 Monaten
-LAN-
bfbb36756a
feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
Charles Zhou
0d745c64d8
chore: bump supabase and pyjwt versions and added tests (#24681)
vor 2 Monaten
Asuka Minato
7995ff1410
Typing test (#24651)
vor 2 Monaten
-LAN-
635eff2e25
test(graph_engine): remove outdated tests
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
Asuka Minato
4cd00efe3b
add more current_user typing (#24612)
vor 2 Monaten
jyong
90d72f5ddf
merge new graph engine
vor 2 Monaten
autofix-ci[bot]
86e7cb713c
[autofix.ci] apply automated fixes
vor 2 Monaten
-LAN-
0f29244459
fix: test
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
autofix-ci[bot]
48cbf4c78f
[autofix.ci] apply automated fixes
vor 2 Monaten
-LAN-
8c35663220
feat: queue-based graph engine
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
Yeuoly
d5e6e38c58
refactor: unify blob chunk merging logic for plugin tool and agent (#24575)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
Joel
dac72b078d
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
vor 2 Monaten
Amy
b5c2756261
fix(api):safe reset in db pool, avoid rollback in gevent callback (#24556)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
Yongtao Huang
fa753239ad
Refactor: use logger = logging.getLogger(__name__) in logging (#24515)
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>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
vor 2 Monaten
Harry
a282b6cea4
refactor(tests): remove unused TestPerformance class from schema resolver tests
vor 2 Monaten
Harry
46019ea927
refactor(resolver): enhance schema reference resolution with improved error handling and caching
vor 2 Monaten
Harry
c911ac8c01
refactor(console): add spec controller import and enhance tool output schema resolution
vor 2 Monaten
-LAN-
cfb8d224da
fix: standardize authentication error messages to prevent user enumeration (#24324)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
非法操作
6010d5f24c
feat: add multi model credentials (#24451)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
Asuka Minato
18dce66443
try flask_restful -> flask_restx (#24310)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
-LAN-
2e47558f4b
fix: correct agent node token counting to properly separate prompt and completion tokens (#24368)
vor 2 Monaten
-LAN-
da9af7b547
[Chore/Refactor] Use centralized naive_utc_now for UTC datetime operations (#24352)
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
-LAN-
77223e4df4
refactor: simplify repository factory with Django-style import_string (#24354)
vor 2 Monaten
jiangbo721
805b698c2e
Feat/chat message image first for agent and advanced_chat APP (#23796)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
Eric Guo
455f842785
Flask 3.1.2 upgrade fix by Avoids using current_user in background thread (#24290)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
Yongtao Huang
6b466a8469
[Test] add unit tests for web_reader_tool.py (#24309)
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>
vor 2 Monaten
Guangdong Liu
1abf1240b2
refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284)
vor 2 Monaten
Yongtao Huang
ad8e82ee1d
[Test] add unit tests for ProviderConfigEncrypter encrypt/mask/decrypt (#24280)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
Yongtao Huang
6b5c2bea4d
Fix: correctly match http/https URLs in image upload file (#24180)
vor 2 Monaten
-LAN-
052d0e059e
feat: add Redis SSL/TLS certificate authentication support (#23624)
vor 2 Monaten
Yongtao Huang
c9e18346ce
Chore: remove empty files and unused code (#23990)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
vor 2 Monaten
NeatGuyCoding
11fdcb18c6
feature: add test for tool engine serialization (#23951)
vor 2 Monaten
Guangdong Liu
d4756ba659
Fix multipart/form-data boundary issue in HTTP Call node (#23903)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
vor 2 Monaten
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>
vor 2 Monaten
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.
vor 2 Monaten
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>
vor 2 Monaten
Jason Young
b38f195a0d
test: add comprehensive test suite for rate limiting module (#23765)
vor 2 Monaten
-LAN-
577062b93a
refactor: simplify variable pool key structure and improve type safety (#23732)
Signed-off-by: -LAN- <laipz8200@outlook.com>
vor 2 Monaten
-LAN-
6900b08134
fix: sync missing conversation variables for existing conversations (#23649)
vor 2 Monaten
-LAN-
cbe0d9d053
fix: conversation pinned filter returns incorrect results when no conversations are pinned (#23670)
vor 2 Monaten
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>
vor 2 Monaten
lyzno1
d98071a088
feat: add Service API file preview endpoint (#23534)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
vor 2 Monaten
ghmark675
ad61b42494
fix(node): fix unexpected extra equals sign in HTTP params (#23474)
vor 2 Monaten
rouxiaomin
40a11b6942
feat(api):Enhance the scope of expired data cleanup table in the Dify… (#23414)
vor 2 Monaten