Commit Graph

4082 Commits (dc359c64421f02c8a07fb5c00a5962b55eb265b5)

Author SHA1 Message Date
jyong dc359c6442 r2 transform 8 months ago
Harry dd59cea085 migrations 8 months ago
Harry ab775bce26 feat: remove BuiltinDatasourceProvider class and related credential handling 8 months ago
Harry 82b531e949 feat: remove tenant_plugin_auto_upgrade_strategies table and adjust datasource_oauth_params 8 months ago
Harry f325662141 feat: refactor DatasourceNode and KnowledgeIndexNode to use _node_data attribute 8 months ago
Harry 6ca5bc1063 feat: add datasource OAuth client setup command and refactor related models 8 months ago
twwu 5b2c99e183 Merge branch 'main' into feat/rag-2 8 months ago
Harry 633bfc25e0 feat: update provider parameter naming and refactor related logic in datasource_auth.py 8 months ago
Harry 0ac5c0bf3e feat: refactor OAuth provider handling and improve provider name generation 8 months ago
-LAN- 1f9cd99bc2
refactor: elegant event dispatch patterns (92% complexity reduction) (#22600)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Claude <noreply@anthropic.com>
8 months ago
jiangbo721 ffee6f3288
fix: admin feedback uses the same method create_feedback (#22580)
Co-authored-by: 刘江波 <jiangbo721@163.com>
8 months ago
-LAN- 460a825ef1
refactor: decouple Node and NodeData (#22581)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
8 months ago
kenwoodjw 61a5741c05
fix celery config (#22566)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
8 months ago
-LAN- 1715dd4320
refactor: Fix some type error (#22594)
Signed-off-by: -LAN- <laipz8200@outlook.com>
8 months ago
-LAN- b88dd17fc1
feat(workflow_cycle_manager): Removes redundant repository methods and adds caching (#22597)
Signed-off-by: -LAN- <laipz8200@outlook.com>
8 months ago
hato_code 62586719b3
fix: remove redundant partial member list retrieval in dataset API (#15492) 8 months ago
helojo e7d80bf7bf
Fix: the pict type picture was not processed in the docx (#19305)
Co-authored-by: zqgame <zqgame@zqgame.local>
8 months ago
Kalo Chin 7a69b57823
Fix jinja2 variable naming inconsistencies (#22578) 8 months ago
Harry 3388e83920 Merge remote-tracking branch 'origin/main' into feat/rag-2
# Conflicts:
#	.github/workflows/build-push.yml
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
8 months ago
Maries a4ef900916
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
8 months ago
zxhlyh e0e0a7661d merge main 8 months ago
zxhlyh de47b56ca4 merge main 8 months ago
zxhlyh 01566035e3 merge main 8 months ago
jyong cc96b7f507 r2 transform 8 months ago
jyong ad7650e724 r2 transform 8 months ago
jyong d0c78d079b r2 transform 8 months ago
jyong 761ea0eedb r2 transform 8 months ago
Jason Young 74caebac32
test: add comprehensive OAuth authentication unit tests (#22528) 8 months ago
Stream 4b2baeea65
fix: use model provided by user in prompt generator (#22541) (#22542)
Co-authored-by: stream <stream@dify.ai>
8 months ago
NeatGuyCoding 93c27b134d
minor typo fix: remove debug code and fix typo (#22539) 8 months ago
NeatGuyCoding 853c97a910
minor bug fix: wrong default metrics endpoint (#22535) 8 months ago
quicksand 10e6b11ff6
fix: code node check decimal precision (#22522) 8 months ago
NeatGuyCoding c3037c5491
minor code fix: remove duplicate type check branch (#22536) 8 months ago
quicksand e4ae1e2b94
fix (ci) : remove test_url_signer (#22525) 8 months ago
zyssyz123 a4f421028c
Feat/change user email (#22213)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
8 months ago
jiangbo721 fb5c6dd644
chore: remove unused code (#22501)
Co-authored-by: 刘江波 <jiangbo721@163.com>
8 months ago
yihong d2933c2bfe
fix: drop dead code phase2 unused class (#22042)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
8 months ago
kenwoodjw 3587bd4040
fix mcp error not input (#22505)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
8 months ago
jyong a39d7e1f85 r2 transform 8 months ago
heyszt f082452c9b
feat: add otel endpoint config (#22492) 8 months ago
jyong aaa5b0e295 r2 transform 8 months ago
Chieh Wang 30aa052a57
feat: Add Citations and Attributions to Agent Node (#18558)
Co-authored-by: oneness0 <2902216407@qq.com>
Co-authored-by: Novice <novice12185727@gmail.com>
8 months ago
qfl bdb9f29948
feat(app): support custom max_active_requests per app (#22073) 8 months ago
baonudesifeizhai d52fb18457
feat: auto-fill MCP server description with app description #22443 (#22477) 8 months ago
jyong c660c98b04 r2 transform 8 months ago
heyszt 2c9ee54a16
fix aliyun trace session_id (#22468) 8 months ago
QuantumGhost ddfd8c8525
feat(api): add UUIDv7 implementation in SQL and Python (#22058)
This PR introduces UUIDv7 implementations in both Python and SQL to establish the foundation for migrating from UUIDv4 to UUIDv7 as proposed in #19754.

ID generation algorithm of existing models are not changed, and new models should use UUIDv7 for ID generation.

Close #19754.
8 months ago
QuantumGhost 2c1ab4879f
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025)
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025)

This PR addresses serialization issues in the VariablePool model by separating the `value_type` tags for `IntegerSegment`/`FloatSegment` and `IntegerVariable`/`FloatVariable`. Previously, both Integer and Float types shared the same `SegmentType.NUMBER` tag, causing conflicts during serialization.

Key changes:
- Introduce distinct `value_type` tags for Integer and Float segments/variables
- Add `VariableUnion` and `SegmentUnion` types for proper type discrimination
- Leverage Pydantic's discriminated union feature for seamless serialization/deserialization
- Enable accurate serialization of data structures containing these types

Closes #22024.
8 months ago
jyong 675ff9bd7d r2 transform 8 months ago
jyong 6363ecef97 r2 transform 8 months ago