67 Commit (cd47a47c3b4acc4d4457b73777722602c33bc950)

Autore SHA1 Messaggio Data
  -LAN- 85cda47c70
feat: knowledge pipeline (#25360) 1 mese fa
  -LAN- bab4975809
chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 1 mese fa
  Asuka Minato cbc0e639e4
update sql in batch (#24801) 1 mese fa
  Asuka Minato a78339a040
remove bare list, dict, Sequence, None, Any (#25058) 1 mese fa
  -LAN- 9d5956cef8
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2 mesi fa
  Novice ca96350707
chore: optimize SQL queries that perform partial full table scans (#24786) 2 mesi fa
  Asuka Minato d4dba373cb
add missing (#24584) 2 mesi fa
  Yongtao Huang fa753239ad
Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2 mesi fa
  QuantumGhost 410fe7293f
opt(api): optimize update contention on the providers table (#24520) 2 mesi fa
  Bowen Liang d8000251ff
chore: apply static type checks on celery async task dispatches and imports (#24418) 2 mesi fa
  -LAN- ad2c541163
Fix missing database commit in provider update handler (#24357) 2 mesi fa
  Guangdong Liu 1abf1240b2
refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284) 2 mesi fa
  Yongtao Huang 32fa817eaa
Update mypy.ini (#24014) 2 mesi fa
  Asuka Minato a189d293f8
make logging not use f-str, change others to f-str (#22882) 3 mesi fa
  Asuka Minato ef51678c73
orm filter -> where (#22801) 3 mesi fa
  Aryan Raj ce794335e9
Fix/replace datetime patterns with naive utc now (#22654) 3 mesi fa
  Maries a4ef900916
Support OAuth Integration for Plugin Tools (#22550) 3 mesi fa
  -LAN- 3acaa59885
fix(update_provider_when_message_created): Fix db transaction (#21503) 4 mesi fa
  -LAN- 8f15341f1e
fix(event_handlers): DB dead lock (#21468) 4 mesi fa
  Yongtao Huang 5d72003ebb
Remove dead code (#17899) 6 mesi fa
  -LAN- 7a71498a3e
chore(quota): Update deduct quota (#14337) 8 mesi fa
  Yeuoly 403e2d58b9
Introduce Plugins (#13836) 8 mesi fa
  -LAN- 04d13a8116
feat(credits): Allow to configure model-credit mapping (#13274) 8 mesi fa
  Bowen Liang 166221d784
chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702) 9 mesi fa
  yihong a3293b154e
fix: type is wrong issue (#12165) 10 mesi fa
  yihong 56e15d09a9
feat: mypy for all type check (#10921) 10 mesi fa
  Bowen Liang 6c8e208ef3
chore: bump minimum supported Python version to 3.11 (#10386) 11 mesi fa
  -LAN- e61752bd3a
feat/enhance the multi-modal support (#8818) 1 anno fa
  Bowen Liang 74f58f29f9
chore: bump ruff to 0.6.8 for fixing violation in SIM910 (#8869) 1 anno fa
  Bowen Liang 40fb4d16ef
chore: refurbish Python code by applying refurb linter rules (#8296) 1 anno fa
  Bowen Liang 292220c596
chore: apply pep8-naming rules for naming convention (#8261) 1 anno fa
  Nam Vu 2d7954c7da
Fix variable typo (#8084) 1 anno fa
  kurokobo bc3a8e0ca2
feat: store created_by and updated_by for apps, modelconfigs, and sites (#7613) 1 anno fa
  Hash Brown fbf31b5d52
feat: custom app icon (#7196) 1 anno fa
  -LAN- 3571292fbf
chore(api): Introduce Ruff Formatter. (#7291) 1 anno fa
  Jyong d320d1468d
Feat/delete file when clean document (#5882) 1 anno fa
  Charles Zhou cb09dbef66
feat: correctly delete applications using Celery workers (#5787) 1 anno fa
  baojingyu d160d1ed02
feat: support opensearch approximate k-NN (#5322) 1 anno fa
  kurokobo 42029791e4
fix: add event handler to delete the site when the related app deleted (#5282) 1 anno fa
  kurokobo 0391282b5e
fix: initialize site with customized icon and icon_background (#5227) 1 anno fa
  Bowen Liang f976740b57
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592) 1 anno fa
  Yeuoly e852a21634
Feat/workflow phase2 (#4687) 1 anno fa
  Yeuoly 3480f1c59e
refactor: tool parameter cache (#3703) 1 anno fa
  xin.gao 71cc0074ef
fix: delete tool parameters cache when sync draft workflow for run workflow use new parameter change in draft workflow (#3637) 1 anno fa
  Bowen Liang d9b821cecc
chore: apply ruff rules on tests and app.py (#3605) 1 anno fa
  takatost 12f1ce4794
feat: optimize the efficiency of generating chatbot conversation name (#3472) 1 anno fa
  LIU HONGWEI c227f3d985
feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 1 anno fa
  takatost 7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160) 1 anno fa
  David 4d63770189
fix: The generate conversation name was not saved (#2836) 1 anno fa
  Jyong 6c4e6bf1d6
Feat/dify rag (#2528) 1 anno fa