wdeveloper16
|
12814b55d2
|
refactor(api): migrate core RAG layer to SQLAlchemy 2.0 select() API (#34965)
|
2026-04-11 16:32:20 +00:00 |
|
wdeveloper16
|
50206ae8a7
|
test: migrate WorkflowNodeExecutionModel creator property SQL tests to Testcontainers (#34958)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-11 15:39:49 +00:00 |
|
wdeveloper16
|
169184ac9b
|
test: migrate Conversation/Message inputs tenant resolution SQL tests to Testcontainers (#34957)
|
2026-04-11 15:39:30 +00:00 |
|
wangxiaolei
|
65d66768c1
|
fix: fix tool output duplicate (#34962)
|
2026-04-11 15:07:31 +00:00 |
|
BitToby
|
d5104a4268
|
test: remove dataset permission mock tests superseded by testcontainers (#34936)
|
2026-04-11 04:29:39 +00:00 |
|
BitToby
|
0ff41a1127
|
test: remove dataset metadata mock tests superseded by testcontainers (#34931)
|
2026-04-11 03:37:20 +00:00 |
|
BitToby
|
7192af41e4
|
test: remove dataset service update/delete mock tests superseded by testcontainers (#34937)
|
2026-04-11 00:54:58 +00:00 |
|
BitToby
|
98d3bcd079
|
test: migrate SQLAlchemyWorkflowNodeExecutionRepository tests to testcontainers (#34926)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 17:35:52 +00:00 |
|
plind
|
2dc015b360
|
fix(api): default parent_mode to paragraph for hierarchical chunking via API (#34635)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 10:55:40 +00:00 |
|
volcano303
|
e224c77920
|
test: migrate hit_testing_service tests to testcontainers (#34750)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 08:26:40 +00:00 |
|
volcano303
|
28b8215c9b
|
test: migrate ops_service tests to testcontainers (#34749)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 08:25:50 +00:00 |
|
呆萌闷油瓶
|
cd3ee5bd5d
|
fix: sqlalchemy.orm.exc.DetachedInstanceError (#34910)
|
2026-04-10 07:44:22 +00:00 |
|
corevibe555
|
26e8f1f876
|
feat(ci): add pyrefly type coverage reporting to CI (#34754)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 07:43:29 +00:00 |
|
corevibe555
|
af55665ff2
|
refactor(otel): replace Any with Tracer and [T] generics (#34883)
|
2026-04-10 07:37:14 +00:00 |
|
wangxiaolei
|
bcd738d2e6
|
fix: fix orm_exc.DetachedInstanceError (#34904)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 07:13:59 +00:00 |
|
-LAN-
|
b90fe73c96
|
fix(api): prevent cross-tenant external API use-check disclosure (#34744)
|
2026-04-10 03:23:32 +00:00 |
|
carlos4s
|
86fd94767c
|
refactor(api): use sessionmaker in relyt & tidb_vector VDB services (#34848)
|
2026-04-10 03:16:25 +00:00 |
|
corevibe555
|
d826ac7099
|
refactor(models): replace Any with precise types in Tenant and MCPToo… (#34880)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-10 03:12:38 +00:00 |
|
Jean Ibarz
|
d50f096b14
|
fix(mcp): catch JSONDecodeError in OAuth discovery functions 🤖🤖🤖 (#34868)
|
2026-04-10 01:28:57 +00:00 |
|
aliworksx08
|
e143dbce50
|
refactor: migrate session.query to select API in webhook service (#34849)
|
2026-04-09 14:16:33 +00:00 |
|
aliworksx08
|
8ad131bb3b
|
refactor: migrate session.query to select API in file service (#34852)
|
2026-04-09 14:15:59 +00:00 |
|
wangxiaolei
|
41eeb1f2e7
|
fix: fix sqlalchemy.orm.exc.DetachedInstanceError (#34845)
|
2026-04-09 10:55:48 +00:00 |
|
wangxiaolei
|
d042cbc62e
|
fix: fix remove_leading_symbols remove [ (#34832)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-09 08:22:09 +00:00 |
|
-LAN-
|
d1e33ba9ea
|
refactor(api): reduce Dify GraphInitParams usage (#34825)
|
2026-04-09 07:59:15 +00:00 |
|
carlos4s
|
66e588c8ca
|
refactor(api): use sessionmaker in builtin tools manage service (#34812)
|
2026-04-09 05:58:38 +00:00 |
|
aliworksx08
|
ee789db443
|
refactor: migrate session.query to select API in plugin services (#34817)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-09 05:49:59 +00:00 |
|
carlos4s
|
d360929af1
|
refactor(api): use sessionmaker in pgvecto_rs VDB service (#34818)
|
2026-04-09 05:49:03 +00:00 |
|
Renzo
|
e3cc4b83c8
|
refactor: migrate session.query to select API in clean dataset task (#34815)
|
2026-04-09 05:46:36 +00:00 |
|
aliworksx08
|
b5acc8e392
|
refactor: migrate session.query to select API in core tools (#34814)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-09 05:44:49 +00:00 |
|
Renzo
|
f5ea61e93e
|
refactor: migrate session.query to select API in document indexing sync task (#34813)
|
2026-04-09 05:44:13 +00:00 |
|
carlos4s
|
a76a8876d1
|
refactor(api): use sessionmaker in datasource provider service (#34811)
|
2026-04-09 05:43:13 +00:00 |
|
wangxiaolei
|
27e484e7f8
|
feat: redis add retry logic (#34566)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-09 03:08:25 +00:00 |
|
volcano303
|
1898a3f8a5
|
test: migrate recommended_app_service tests to testcontainers (#34751)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-09 00:36:57 +00:00 |
|
carlos4s
|
5aa4e23f54
|
refactor(api): use sessionmaker in end user, retention & cleanup services (#34765)
|
2026-04-08 23:21:28 +00:00 |
|
carlos4s
|
1d971d3240
|
refactor(api): use sessionmaker in plugin & trigger services (#34764)
|
2026-04-08 23:18:26 +00:00 |
|
carlos4s
|
02a9f0abca
|
refactor(api): use sessionmaker in core app generators & pipelines (#34771)
|
2026-04-08 23:15:58 +00:00 |
|
tmimmanuel
|
1a4eb47e1d
|
refactor(api): tighten types in trivial lint and config fixes (#34773)
Co-authored-by: tmimmanuel <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>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-08 23:14:44 +00:00 |
|
carlos4s
|
4c70bfa8b8
|
refactor(api): use sessionmaker in trigger provider service & dataset… (#34774)
|
2026-04-08 23:13:38 +00:00 |
|
carlos4s
|
a65e1f71b4
|
refactor: use sessionmaker in small services 2 (#34696)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-08 05:06:50 +00:00 |
|
hj24
|
f5322e45fc
|
refactor: enhance billing info response handling (#34340)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-08 03:49:35 +00:00 |
|
corevibe555
|
c825d5dcf6
|
refactor(api): tighten types for Tenant.custom_config_dict and MCPToolProvider.headers (#34698)
|
2026-04-08 01:36:42 +00:00 |
|
carlos4s
|
ae9fcc2969
|
refactor: use sessionmaker in controllers, events, models, and tasks 1 (#34693)
|
2026-04-07 23:47:20 +00:00 |
|
corevibe555
|
624db69f12
|
refactor(api): remove duplicated RAG entities from services layer (#34689)
|
2026-04-07 23:36:59 +00:00 |
|
corevibe555
|
80a7843f45
|
refactor(api): migrate consumers to shared RAG domain entities from core/rag/entities/ (#34692)
|
2026-04-07 23:22:56 +00:00 |
|
Renzo
|
cb55176612
|
refactor: migrate session.query to select API in small task files batch (#34684)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-07 22:58:23 +00:00 |
|
Pulakesh
|
75ed38fb3d
|
fix(#34636): replace SimpleNamespace with MagicMock(spec=App) in test_app_dsl_service (#34659)
|
2026-04-07 07:25:46 +00:00 |
|
Renzo
|
72adb5468c
|
refactor: migrate session.query to select API in retrieval_service (#34638)
|
2026-04-07 04:46:30 +00:00 |
|
Renzo
|
b55bef4438
|
refactor: migrate session.query to select API in core misc modules (#34608)
|
2026-04-07 04:08:34 +00:00 |
|
kurokobo
|
e83a4090ac
|
fix: lighten the health checks for the Worker and Worker Beat services, and disable them by default (#34572)
|
2026-04-06 02:26:26 +00:00 |
|
Renzo
|
eca0cdc7a9
|
refactor: select in dataset_service (SegmentService and remaining cla… (#34547)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-04-05 00:13:06 +00:00 |
|