Yongtao Huang
826f19e968
Chore : rm dead code detected by pylance (#24588)
2 달 전
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>
2 달 전
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>
2 달 전
Bowen Liang
6e674b511a
api: support to config disabling Swagger UI in api service (#24440)
2 달 전
-LAN-
fe06d266e9
refactor: better error handler (#24422)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 달 전
Bowen Liang
d8000251ff
chore: apply static type checks on celery async task dispatches and imports (#24418)
2 달 전
willzhao
5ab6bc283c
[CHORE]: x: T = None to x: Optional[T] = None (#24217)
2 달 전
Guangdong Liu
1abf1240b2
refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284)
2 달 전
9527MrLi
75199442c1
feat: Implements periodic deletion of workflow run logs that exceed t… (#23881)
Co-authored-by: shiyun.li973792 <shiyun.li@seres.cn>
Co-authored-by: 1wangshu <suewangswu@gmail.com>
Co-authored-by: Blackoutta <hyytez@gmail.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 달 전
Junyan Qin (Chin)
531e784a92
feat: no longer enable auto upgrade when marketplace is disabled (#24… (#24101)
2 달 전
-LAN-
052d0e059e
feat: add Redis SSL/TLS certificate authentication support (#23624)
2 달 전
-LAN-
e340fccafb
feat: integrate flask-orjson for improved JSON serialization performance (#23935)
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 달 전
yunqiqiliang
e01510e2a6
feat: Add Clickzetta Lakehouse vector database integration (#22551)
Co-authored-by: Claude <noreply@anthropic.com>
2 달 전
heyszt
3b5130b03d
add otel instrument for redis and http request (#23371)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 달 전
GuanMu
9c5b1e7012
fix: Update the scheduling method for timed tasks, (#22779)
3 달 전
Asuka Minato
a189d293f8
make logging not use f-str, change others to f-str (#22882)
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 달 전
Junyan Qin (Chin)
eaae79a581
feat: plugin auto upgrade strategy (#19758)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Novice <novice12185727@gmail.com>
3 달 전
Aryan Raj
ce794335e9
Fix/replace datetime patterns with naive utc now (#22654)
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 달 전
NeatGuyCoding
853c97a910
minor bug fix: wrong default metrics endpoint (#22535)
3 달 전
heyszt
f082452c9b
feat: add otel endpoint config (#22492)
3 달 전
Novice
535fff62f3
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
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 달 전
-LAN-
4cb50f1809
feat(libs): Introduce `extract_tenant_id` (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
3 달 전
Bowen Liang
1a7ad195f0
refactor: define the Dify project version in pyproject.toml (#20910)
4 달 전
湛露先生
28f5c37211
Add Env 'CELERY_SENTINEL_PASSWORD' for celery connect redis sentinel. (#21198)
4 달 전
André de Matteo
7b9e01aa07
Feat/support sendgrid (#21011)
Co-authored-by: André de Matteo <andre.matteo@accenture.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
4 달 전
Xiyuan Chen
0720bc7408
Feat/webapp verified sso main (#20494)
4 달 전
Dongyu Li
92614765ff
Feat/queue monitor (#20647)
5 달 전
AichiB7A
2b81b6673f
[Observability] Add type check and try-except in otel (#20319)
5 달 전
-LAN-
4c46f04d77
fix: Enhances tenant ID handling in telemetry (#20304)
Signed-off-by: -LAN- <laipz8200@outlook.com>
5 달 전
-LAN-
b357eca307
fix: Copy request context and current user in app generators. (#20240)
Signed-off-by: -LAN- <laipz8200@outlook.com>
5 달 전
-LAN-
f21e6e03a3
refactor: Consolidate Flask-Login Authentication Logic (#20235)
Signed-off-by: -LAN- <laipz8200@outlook.com>
5 달 전
-LAN-
3196dc2d61
refactor: Use typed SQLAlchemy base model and fix type errors (#19980)
Signed-off-by: -LAN- <laipz8200@outlook.com>
5 달 전
Hashcon
6a74c97a0a
feat: add debug log for request and response (#19781) (#19783)
Co-authored-by: hashjang <hash@geek.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
5 달 전
XlKsyt
85eb55de37
feat(extension): support otel grpc exporter (#19686)
5 달 전
rouxiaomin
9dce0e40b5
fix:fix log formatting field not found in record: 'req_id' (#19575)
Co-authored-by: 刘敏 <min.liu@tongdun.net>
5 달 전
-LAN-
f1e7099541
chore(pyproject.toml): Upgrade transformers and resend (#19562)
Signed-off-by: -LAN- <laipz8200@outlook.com>
5 달 전
Bowen Liang
855e850ef3
feat: enable Redis client-side caching (#19493)
5 달 전
AichiB7A
c4c20f6ed5
[Observability] Update counter to include http method and target (#19297)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5 달 전
-LAN-
f23cf98317
refactor: Remove RepositoryFactory (#19176)
Signed-off-by: -LAN- <laipz8200@outlook.com>
5 달 전
AichiB7A
8299614e60
[Observability][Bugfix] Fix expected an instance of Token, got None error in OpenTelemetry (#18934)
6 달 전
-LAN-
d9aa2b155a
refactor: Refactors repository imports structure (#18901)
Signed-off-by: -LAN- <laipz8200@outlook.com>
6 달 전
AichiB7A
7613d9dc33
[Observability] Convert exception logging into span in OpenTelemetry (#18821)
6 달 전
kurokobo
993ef87dca
feat: add administrative commands to free up storage space by removing unused files (#18835)
6 달 전
-LAN-
61e39bccdf
fix: Patch OpenTelemetry to handle None tokens (#18498)
Signed-off-by: -LAN- <laipz8200@outlook.com>
6 달 전
AichiB7A
de750a67ec
[Observability] feat: add metrics of http response (#18499)
6 달 전