|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
c8688ec371
|
refactor(dify_graph): unify invoke and user enums source in workflow (#32873)
|
2026-03-03 15:05:20 +08:00 |
|
|
|
1b2234a19f
|
refactor: TemplateTransformNode decouple code executor (#32879)
|
2026-03-03 13:36:17 +08:00 |
|
|
|
4fd6b52808
|
refactor(api): move model_runtime into dify_graph (#32858)
|
2026-03-02 20:15:32 +08:00 |
|
|
|
c917838f9c
|
refactor: move workflow package to dify_graph (#32844)
|
2026-03-02 18:42:30 +08:00 |
|
|
|
707bf20c29
|
refactor: knowledge index node decouples business logic (#32274)
|
2026-03-02 17:54:33 +08:00 |
|
|
|
9ddbc1c0fb
|
fix: map all NodeType values to span kinds in Arize Phoenix tracing (#32059)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2026-03-02 14:54:26 +08:00 |
|
|
|
cc127f5b62
|
fix: fix chat assistant response mode blocking is not work (#32394)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-03-02 14:05:04 +08:00 |
|
|
|
248202c220
|
fix: remove references to non-existent Document attributes in test (#32654)
Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
|
2026-03-02 10:14:56 +08:00 |
|
|
|
691c9911c7
|
fix(ci): make pyrefly diff comments focus on diagnostics (#32778)
|
2026-03-02 10:11:23 +08:00 |
|
|
|
a01de98721
|
refactor(workflow): decouple start node external dependencies (#32793)
|
2026-03-02 02:01:41 +08:00 |
|
|
|
69b3e94630
|
refactor: inject workflow node memory via protocol (#32784)
|
2026-03-02 01:55:49 +08:00 |
|
|
|
ef2b5d6107
|
refactor(api): move llm quota deduction to app graph layer (#32786)
|
2026-03-01 23:25:36 +08:00 |
|
|
|
ffe77fecdf
|
revert(graph-engine): rollback stop-event unification (#32789)
|
2026-03-01 19:43:05 +08:00 |
|
|
|
b462a96fa0
|
fix: serialize data_source_info with json.dumps in Notion sync task (#32747)
|
2026-03-01 19:37:51 +08:00 |
|
|
|
53c62fde33
|
fix(api): enforce ownership check for conversation delete (#32686)
|
2026-03-01 17:53:37 +08:00 |
|
|
|
337161cdb9
|
feat(enterprise): auto-join newly registered accounts to the default workspace (#32308)
Co-authored-by: Yunlu Wen <yunlu.wen@dify.ai>
|
2026-03-01 16:53:09 +08:00 |
|
|
|
00e52796e6
|
refactor(workflow): remove code node helper imports (#32759)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2026-03-01 16:31:45 +08:00 |
|
|
|
9e9e617e09
|
fix(workflow): decouple http request node external dependencies (#32762)
|
2026-03-01 15:42:57 +08:00 |
|
|
|
a7789f2c91
|
fix: some Qwen3 models only support streaming output. (#32766)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-01 15:42:44 +08:00 |
|
|
|
20fcc95db9
|
test(api): add autospec to MagicMock-based patch usage (#32752)
|
2026-03-01 04:30:45 +08:00 |
|
|
|
c034eb036c
|
refactor: inject memory interface into LLMNode (#32754)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-01 04:05:18 +08:00 |
|
|
|
1f0fca89a8
|
refactor(workflow): move variables package into core.workflow (#32750)
|
2026-03-01 03:15:09 +08:00 |
|
|
|
962df17a15
|
refactor: consolidate LLM runtime model state on ModelInstance (#32746)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2026-03-01 02:29:32 +08:00 |
|
|
|
33242697ce
|
test: migrate document_service_status SQL tests to testcontainers (#32536)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-02-28 01:50:55 +09:00 |
|
|
|
ad600f0827
|
test: migrate test_dataset_service SQL tests to testcontainers (#32535)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-02-27 22:40:20 +09:00 |
|
|
|
f9196f7bea
|
test: migrate document_indexing_sync_task SQL tests to testcontainers (#32534)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-02-27 21:36:32 +09:00 |
|
|
|
233e12e631
|
fix: correct mock return type in CodeBasedExtension test (#32058)
|
2026-02-27 20:40:51 +09:00 |
|
|
|
eccb67d5b6
|
refactor: decouple the business logic from datasource_node (#32515)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-02-27 18:49:14 +08:00 |
|
|
|
149a7870bc
|
test: align file preview mimetype expectation (#32688)
|
2026-02-27 15:27:30 +08:00 |
|
|
|
a694533fc9
|
refactor(workflow): inject credential/model access ports into LLM nodes (#32569)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2026-02-27 14:36:41 +08:00 |
|
|
|
eea1cf17ef
|
refactor(workflow): inject redis into graph engine manager (#32622)
|
2026-02-27 13:29:52 +08:00 |
|
|
|
700a4029c6
|
refactor(api): inject code executor from node factory (#32618)
|
2026-02-27 13:29:00 +08:00 |
|
|
|
5cb1b53b47
|
test: migrate dataset service update-dataset SQL tests to testcontainers (#32533)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-27 07:10:15 +09:00 |
|
|
|
0bf5f4df3b
|
test: migrate dataset_indexing_task SQL tests to testcontainers (#32531)
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-02-27 06:06:42 +09:00 |
|
|
|
56759c03b7
|
test: migrate clean_dataset_task SQL tests to testcontainers (#32529)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-26 18:59:36 +09:00 |
|
|
|
cec6d82650
|
fix: add None checks for tenant.id in dataset vector index tests (#32603)
Co-authored-by: User <user@example.com>
|
2026-02-26 17:15:45 +09:00 |
|
|
|
5d927b413f
|
test: migrate workflow_node_execution_service_repository SQL tests to testcontainers (#32591)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-02-26 03:42:08 +09:00 |
|
|
|
39de931555
|
test: migrate restore_archived_workflow_run SQL tests to testcontainers (#32590)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-02-26 03:24:58 +09:00 |
|
|
|
05c827606b
|
test: migrate test_dataset_service_get_segments SQL tests to testcontainers (#32544)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
|
2026-02-26 02:12:41 +09:00 |
|
|
|
7b1b5c2445
|
test: example for [Refactor/Chore] use Testcontainers to do sql test #32454 (#32459)
|
2026-02-25 23:22:20 +08:00 |
|
|
|
3c69bac2b1
|
test: migrate dataset service retrieval SQL tests to testcontainers (#32528)
Co-authored-by: KinomotoMio <200703522+KinomotoMio@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-02-25 18:13:07 +09:00 |
|
|
|
0964fc142e
|
refactor(workflow): inject http request node config through factories and defaults (#32365)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-02-25 16:29:59 +08:00 |
|