ghmark675
ad61b42494
fix(node): fix unexpected extra equals sign in HTTP params (#23474)
2 месяцев назад
rouxiaomin
40a11b6942
feat(api):Enhance the scope of expired data cleanup table in the Dify… (#23414)
3 месяцев назад
Yongtao Huang
be914438a5
Fix: incorrect array element validation in SegmentType (#23289)
3 месяцев назад
Jason Young
afac1fe590
Add comprehensive security tests for file upload controller (#23102)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
3 месяцев назад
Ali Saleh
142ab74784
feat: Enable Tracing Support For Phoenix Cloud Instance (#23196)
3 месяцев назад
Sn0rt
bbdeb15501
fix: Support URL-encoded passwords with special characters in CELERY_BROKER_URL (#23163)
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
3 месяцев назад
lyzno1
0ea010d7ee
fix: metadata API nullable validation consistency issue (#23133)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
3 месяцев назад
NeatGuyCoding
ae28ca0b8d
minor fix: wrong assignment (#23103)
3 месяцев назад
chenguowei
fce126b206
fix(api): fix incorrect path handling in Langfuse integration (#22766)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
3 месяцев назад
Mike Zixuan HE
bd5b938571
feat: Support allOf in OpenAPI properties inside schema #22946 (#22975)
3 месяцев назад
Asuka Minato
a189d293f8
make logging not use f-str, change others to f-str (#22882)
3 месяцев назад
Jason Young
88952cbb7a
test: add comprehensive tests for file_factory build_from_mapping (#22926)
3 месяцев назад
Yeuoly
206bc4b36d
chore: enhance error message when handling PluginInvokeError (#22908)
3 месяцев назад
Asuka Minato
ef51678c73
orm filter -> where (#22801)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Claude <noreply@anthropic.com>
3 месяцев назад
Jason Young
8c3e390172
test: add comprehensive integration tests for API key authentication system (#22856)
3 месяцев назад
Asuka Minato
6d3e198c3c
Mapped column (#22644)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 месяцев назад
-LAN-
0f4809b9b8
refactor: centralize email internationalization handling (#22752)
Co-authored-by: Claude <noreply@anthropic.com>
3 месяцев назад
qfl
841e53dbbe
feat(trace): support external trace id propagation (#22623)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 месяцев назад
Jason Young
db09e7386f
test: add comprehensive unit tests for AuthType (#22742)
3 месяцев назад
Jason Young
c7382150b5
test: add comprehensive unit tests for Firecrawl and Watercrawl auth providers (#22705)
3 месяцев назад
Jason Young
6248658c04
fix: resolve Redis mock import error in test configuration (#22663)
3 месяцев назад
Jason Young
274142c4c2
test: add comprehensive unit tests for auth service module (#22662)
3 месяцев назад
Aryan Raj
ce794335e9
Fix/replace datetime patterns with naive utc now (#22654)
3 месяцев назад
Jason Young
f2389771cf
test: add comprehensive API key authentication service tests (#22572)
3 месяцев назад
-LAN-
460a825ef1
refactor: decouple Node and NodeData (#22581)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
3 месяцев назад
-LAN-
1715dd4320
refactor: Fix some type error (#22594)
Signed-off-by: -LAN- <laipz8200@outlook.com>
3 месяцев назад
-LAN-
b88dd17fc1
feat(workflow_cycle_manager): Removes redundant repository methods and adds caching (#22597)
Signed-off-by: -LAN- <laipz8200@outlook.com>
3 месяцев назад
Maries
a4ef900916
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
3 месяцев назад
Jason Young
74caebac32
test: add comprehensive OAuth authentication unit tests (#22528)
3 месяцев назад
NeatGuyCoding
c3037c5491
minor code fix: remove duplicate type check branch (#22536)
3 месяцев назад
quicksand
e4ae1e2b94
fix (ci) : remove test_url_signer (#22525)
3 месяцев назад
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 .
3 месяцев назад
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 .
3 месяцев назад
Jason Young
38106074b4
test: add comprehensive unit tests for console authentication and authorization decorators (#22439)
3 месяцев назад
Jacky Wu
da53bf511f
chore: add SQLALCHEMY_POOL_USE_LIFO option and missing SQLALCHEMY_POOL_PRE_PING env default value. (#22371)
3 месяцев назад
Hao Cheng
32c541a9ed
fix: generate deterministic operationId for root endpoints without one (#19888)
3 месяцев назад
-LAN-
6eb155ae69
feat(api/repo): Allow to config repository implementation (#21458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
3 месяцев назад
Jason Young
27e5e2745b
test: add comprehensive unit tests for login decorator (#22294)
3 месяцев назад
Bowen Liang
e7388779a1
chore: bump ruff to 0.12.x (#22259)
3 месяцев назад
NeatGuyCoding
9f013f7644
Add unit test for account service (#22278)
3 месяцев назад
Jason Young
253d8e5a5f
test: add comprehensive unit tests for PassportService with exception handling optimization (#22268)
3 месяцев назад
Novice
535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
3 месяцев назад
Yongtao Huang
10858ea1dc
Chore: rm useless import and vars (#22108)
3 месяцев назад
NeatGuyCoding
6f8c7a66c8
feat: add redis fallback mechanism #21043 (#21044)
Co-authored-by: tech <cto@sb>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 месяцев назад
Jason Young
881a151d30
test: add comprehensive unit tests for encrypter module (#22102)
3 месяцев назад
-LAN-
4cb50f1809
feat(libs): Introduce `extract_tenant_id` (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
3 месяцев назад
Jason Young
d61ea5a2de
test: add comprehensive unit tests for UrlSigner (#22030)
3 месяцев назад
Jason Young
5c0cb7f912
test: add unit tests for password validation and hashing (#22003)
3 месяцев назад
NeatGuyCoding
53c4912cbb
feat: add unit tests and validation for aliyun tracing (#22012)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
3 месяцев назад
-LAN-
8f723697ef
refactor(graph_engine): Take GraphRuntimeState out of GraphEngine (#21882)
3 месяцев назад