|
|
322cd37de1
|
fix: handle backslash path separators in DOCX ZIP entries exported on…(#33129) (#33131)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-09 10:49:42 +08:00 |
|
|
|
2cc0de9c1b
|
test: unit test case for controllers.common module (#32056)
|
2026-03-09 09:45:42 +08:00 |
|
|
|
46098b2be6
|
refactor: use thread.Timer instead of time.sleep (#33121)
|
2026-03-09 09:38:16 +08:00 |
|
|
|
c925d17e8f
|
chore: add TypedDict related prompt to api/AGENTS.md (#33116)
|
2026-03-08 07:03:52 +09:00 |
|
|
|
dc2a53d834
|
feat: add files to message end pr32019 (#32242)
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: angel.k <angel.kolev@solaredge.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-07 20:01:12 +08:00 |
|
|
|
05ab107e73
|
feat: add export app messages (#32990)
|
2026-03-07 11:27:15 +08:00 |
|
|
|
c016793efb
|
refactor: pass KnowledgeConfiguration directly instead of dict (#32732)
Co-authored-by: pepsi <pepsi@pepsidexuniji.local>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-06 22:15:32 +09:00 |
|
|
|
c477571553
|
perf: no longer record install count for auto upgrade (#33086)
|
2026-03-06 16:19:30 +08:00 |
|
|
|
d01acfc490
|
fix(api): fix the issue that workflow_runs.started_at is overwritten while resuming (#32851)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-06 15:41:30 +08:00 |
|
|
|
e74cda6535
|
feat(tasks): isolate summary generation to dedicated dataset_summary queue (#32972)
|
2026-03-06 14:35:28 +08:00 |
|
|
|
dc31b07533
|
fix(type-check): resolve missing-attribute in app dataset join update handler (#33071)
|
2026-03-06 11:45:51 +08:00 |
|
|
|
7ffa6c1849
|
fix: conversation var unexpected reset after HITL node (#32936)
|
2026-03-06 09:57:09 +08:00 |
|
|
|
ad81513b6a
|
fix: show citations in advanced chat apps (#32985)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-06 09:56:14 +08:00 |
|
|
|
f751864ab3
|
fix(api): return inserted ids from Chroma and Clickzetta add_texts (#33065)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-06 09:49:53 +08:00 |
|
|
|
49dcf5e0d9
|
chore: add local pyrefly exclude workflow (#33059)
|
2026-03-06 09:49:23 +08:00 |
|
|
|
741d48560d
|
refactor(api): add TypedDict definitions to models/model.py (#32925)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-06 08:42:54 +09:00 |
|
|
|
6bd1be9e16
|
chore(deps): bump markdown from 3.5.2 to 3.8.1 in /api (#33064)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-06 07:41:55 +09:00 |
|
|
|
f76de73be4
|
test: migrate dataset permission service SQL tests to testcontainers (#32546)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-06 07:21:25 +09:00 |
|
|
|
ed0b27e4d6
|
chore(api): update Python type-checker versions (#33056)
|
2026-03-06 06:26:28 +09:00 |
|
|
|
187faed1c0
|
test: migrate test_dataset_service_delete_dataset SQL tests to testcontainers (#32543)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-03-06 06:06:14 +09:00 |
|
|
|
286ac42b2e
|
Merge branch 'feat/model-provider-refactor' into deploy/dev
|
2026-03-05 20:34:02 +08:00 |
|
|
|
92bde3503b
|
fix: fix check workflow_run (#33028)
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-05 17:13:35 +08:00 |
|
|
|
145276d716
|
feat: add export app messages
fix: tests
feat: add filename validate
|
2026-03-05 17:11:39 +08:00 |
|
|
|
7d25415e4d
|
feat: 204 http status code not return content (#33023)
|
2026-03-05 17:04:19 +08:00 |
|
|
|
c913a629df
|
feat: add partial indexes on conversations for app_id with created_at and updated_at (#32616)
|
2026-03-05 16:53:28 +08:00 |
|
|
|
aa4cae3339
|
Merge branch 'feat/model-provider-refactor' into deploy/dev
|
2026-03-05 15:08:23 +08:00 |
|
|
|
7432b58f82
|
refactor(dify_graph): introduce run_context and delegate child engine creation (#32964)
|
2026-03-05 14:31:28 +08:00 |
|
|
|
37b15acd0d
|
Merge branch 'feat/model-provider-refactor' into deploy/dev
|
2026-03-05 10:48:48 +08:00 |
|
|
|
4a0770192e
|
feat: add export app messages
fix: tests
|
2026-03-05 09:41:32 +08:00 |
|
|
|
2b5ce196ad
|
test: migrate test_document_service_rename_document SQL tests to testcontainers (#32542)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-03-05 10:07:29 +09:00 |
|
|
|
a0331b8b45
|
chore(deps): bump authlib from 1.6.6 to 1.6.7 in /api (#32998)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-05 09:50:12 +09:00 |
|
|
|
914bd4d00d
|
chore(deps): bump fickling from 0.1.8 to 0.1.9 in /api (#32999)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-05 09:49:43 +09:00 |
|
|
|
df3c66a8ac
|
test: migrate duplicate_document_indexing_task SQL tests to testcontainers (#32540)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-03-05 02:35:24 +09:00 |
|
|
|
b2f84bf081
|
Merge branch 'feat/system-model-settings-4-states' into deploy/dev
|
2026-03-04 16:59:42 +08:00 |
|
|
|
882b4c9ef6
|
refactor: document extract node decouple ssrf_proxy (#32949)
|
2026-03-04 16:01:43 +08:00 |
|
|
|
3aed24c507
|
fix(api): decouple enterprise default-workspace join from personal workspace creation (#32938)
|
2026-03-04 14:16:23 +08:00 |
|
|
|
e1e1f81bde
|
perf(api): utilize the message_workflow_run_id_idx while querying messages (#32944)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-04 14:11:14 +08:00 |
|
|
|
ad000c42b7
|
feat: replace db.session with db_session_with_containers (#32942)
|
2026-03-04 14:50:41 +09:00 |
|
|
|
2f4c740d46
|
feat: support redis xstream (#32586)
|
2026-03-04 13:18:55 +08:00 |
|
|
|
e14b09d4db
|
refactor: human input node decouple db (#32900)
|
2026-03-04 13:18:32 +08:00 |
|
|
|
6f890496fa
|
fix comment
|
2026-03-04 12:03:52 +08:00 |
|
|
|
6f6b3cf841
|
fix comment
|
2026-03-04 12:03:09 +08:00 |
|
|
|
2330aac623
|
fix comment
|
2026-03-04 12:02:38 +08:00 |
|
|
|
b584434e28
|
feat: redis connection support max connections (#32935)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-04 11:52:43 +08:00 |
|
|
|
97769c5c7a
|
Merge branch 'feat/notification' of github.com:langgenius/dify into feat/notification
|
2026-03-04 11:39:26 +08:00 |
|
|
|
09ae3a9b52
|
return array
|
2026-03-04 11:38:45 +08:00 |
|
|
|
6002fd09b4
|
test: migrate test_dataset_service_create_dataset SQL tests to testcontainers (#32538)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-03-04 03:40:18 +09:00 |
|
|
|
2b47db0462
|
fix(api): resolve OpenTelemetry histogram type mismatch (#32771)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-04 00:01:16 +09:00 |
|
|
|
65bf632ec0
|
test: migrate test_dataset_service_batch_update_document_status SQL tests to testcontainers (#32537)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-03 20:29:58 +09:00 |
|
|
|
2068640a4b
|
fix: Add the missing validation of doc_form in the service API. (#32892)
|
2026-03-03 15:54:43 +08:00 |
|