jyong
|
22b3933cc3
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/workflow/entities/variable_pool.py
|
2025-08-12 11:13:04 +08:00 |
NeatGuyCoding
|
4a72fa6268
|
fix: Enhance doc_form null checking, exception handling, and rollback logic (#23713)
|
2025-08-11 13:53:40 +08:00 |
twwu
|
fc779d00df
|
Merge branch 'main' into feat/rag-2
|
2025-08-11 11:15:58 +08:00 |
yunqiqiliang
|
14e1c16cf2
|
Fix ClickZetta stability and reduce logging noise (#23632)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-08 22:57:47 +08:00 |
yunqiqiliang
|
62772e8871
|
fix: ensure vector database cleanup on dataset deletion regardless of document presence (affects all 33 vector databases) (#23574)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-08 09:18:43 +08:00 |
twwu
|
95982d37a6
|
refactor: remove unused DataSourceOauthBinding import from dataset_service and document_indexing_sync_task
|
2025-08-06 14:25:39 +08:00 |
jyong
|
05e96e56e5
|
notion fix
|
2025-08-06 11:13:20 +08:00 |
zxhlyh
|
201e4cd64d
|
merge main
|
2025-08-05 10:30:53 +08:00 |
Asuka Minato
|
58608f51da
|
replace db with sa to get typing support (#23240)
|
2025-08-02 23:54:23 +08:00 |
Asuka Minato
|
79ea94483e
|
refine some orm types (#22885)
|
2025-07-31 18:43:04 +08:00 |
jyong
|
a7a4c8228e
|
Merge branch 'main' into feat/rag-2
# Conflicts:
# web/app/components/workflow/hooks/use-workflow.ts
|
2025-07-31 10:30:28 +08:00 |
Yongtao Huang
|
f17ca26b10
|
Fix: add missing db.session.close() to ensure proper session cleanup (#23122)
|
2025-07-30 10:34:24 +08:00 |
NeatGuyCoding
|
cba5bd588c
|
minor fix: wrong position of retry_document_indexing_task time elapsed (#23099)
|
2025-07-29 20:54:37 +08:00 |
zxhlyh
|
e19a07c2e6
|
merge main
|
2025-07-29 15:44:23 +08:00 |
zxhlyh
|
a95cf6f8b0
|
merge main
|
2025-07-28 16:00:38 +08:00 |
Jyong
|
3248d728ac
|
fix retry document db session issue (#23046)
|
2025-07-28 15:56:49 +08:00 |
zhaobingshuang
|
5c5f61b2aa
|
fix(dataset): CELERY_BROKER uses amqp rabbitmq. When adding document segments in batches and uploading large files, the status will always remain stuck at "In batch processing" #22709 (#23038)
|
2025-07-28 14:24:13 +08:00 |
Asuka Minato
|
a189d293f8
|
make logging not use f-str, change others to f-str (#22882)
|
2025-07-25 10:32:48 +08:00 |
twwu
|
bae2af0c85
|
Merge branch main into feat/rag-2
|
2025-07-24 17:40:04 +08:00 |
KVOJJJin
|
de611ab344
|
Feat: add notification for change email completed (#22812)
Co-authored-by: Yansong Zhang <916125788@qq.com>
|
2025-07-24 14:16:39 +08:00 |
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>
|
2025-07-24 00:57:45 +08:00 |
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>
|
2025-07-23 15:33:39 +08:00 |
Asuka Minato
|
6d3e198c3c
|
Mapped column (#22644)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-23 00:39:59 +08:00 |
-LAN-
|
0f4809b9b8
|
refactor: centralize email internationalization handling (#22752)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-23 00:26:00 +08:00 |
zxhlyh
|
4d36e784b7
|
merge main
|
2025-07-21 17:45:26 +08:00 |
Aryan Raj
|
ce794335e9
|
Fix/replace datetime patterns with naive utc now (#22654)
|
2025-07-20 11:05:53 +08:00 |
zxhlyh
|
01566035e3
|
merge main
|
2025-07-17 16:48:43 +08:00 |
zyssyz123
|
a4f421028c
|
Feat/change user email (#22213)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
|
2025-07-17 10:55:59 +08:00 |
-LAN-
|
6eb155ae69
|
feat(api/repo): Allow to config repository implementation (#21458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-07-14 14:54:38 +08:00 |
twwu
|
682b65034c
|
Merge branch 'main' into feat/rag-2
|
2025-07-14 11:17:42 +08:00 |
Novice
|
535fff62f3
|
feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-07-10 14:01:34 +08:00 |
twwu
|
e2a141b3bb
|
Merge branch 'main' into feat/rag-2
|
2025-07-10 10:14:12 +08:00 |
wangsen3
|
b237113311
|
Update clean_document_task.py (#22090)
|
2025-07-10 09:18:50 +08:00 |
jyong
|
b277acc298
|
Merge branch 'main' into feat/r2
|
2025-06-16 14:08:02 +08:00 |
徐海兴
|
f6aa2498a3
|
document indexing not bound to a Session (#21015)
Co-authored-by: xuhaixing <xuhaixing@itiger.com>
|
2025-06-14 17:44:35 +02:00 |
jyong
|
1d8b390584
|
Merge branch 'main' into feat/r2
# Conflicts:
# docker/docker-compose.middleware.yaml
|
2025-06-11 17:16:27 +08:00 |
Dongyu Li
|
92614765ff
|
Feat/queue monitor (#20647)
|
2025-06-04 19:56:34 +08:00 |
jyong
|
309fffd1e4
|
Merge branch 'main' into feat/r2
# Conflicts:
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/workflow/entities/node_entities.py
# api/core/workflow/enums.py
|
2025-06-03 18:56:49 +08:00 |
Jyong
|
fb12a3033d
|
fix celery job not closed issue (#19268)
|
2025-05-30 14:42:47 +08:00 |
-LAN-
|
f7fb10635f
|
refactor(workflow): Rename workflow node execution models (#20458)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-30 04:56:37 +08:00 |
jyong
|
a025db137d
|
Merge branch 'main' into feat/r2
|
2025-05-29 09:54:28 +08:00 |
jyong
|
7f59ffe7af
|
r2
|
2025-05-28 17:56:04 +08:00 |
-LAN-
|
275b042998
|
chore(remove_app_and_related_data_task): Revert `_delete_app_workflow_node_executions` (#20278)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-27 14:58:08 +08:00 |
-LAN-
|
3196dc2d61
|
refactor: Use typed SQLAlchemy base model and fix type errors (#19980)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-21 15:38:03 +08:00 |
NFish
|
d186daa131
|
E-300 (#19726)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Hash Brown <hi@xzd.me>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: Byron.wang <byron@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: Alexi.F <654973939@qq.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: kautsar_masuara <61046989+izon-masuara@users.noreply.github.com>
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
Co-authored-by: Xin Zhang <sjhpzx@gmail.com>
Co-authored-by: kelvintsim <83445753+kelvintsim@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Zixuan Cheng <61724187+Theysua@users.noreply.github.com>
|
2025-05-20 12:07:50 +08:00 |
-LAN-
|
4977bb21ec
|
feat(workflow): domain model for workflow node execution (#19430)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-05-17 00:56:16 +08:00 |
非法操作
|
14cd71ed0a
|
chore: all model.query replace to db.session.query (#19521)
|
2025-05-12 15:19:41 +08:00 |
非法操作
|
b00f94df64
|
fix: replace all dataset.Model.query to db.session.query(Model) (#19509)
|
2025-05-12 13:52:33 +08:00 |
-LAN-
|
f23cf98317
|
refactor: Remove RepositoryFactory (#19176)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-05-06 21:14:51 +08:00 |
-LAN-
|
d9aa2b155a
|
refactor: Refactors repository imports structure (#18901)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-04-27 17:29:03 +08:00 |