QuantumGhost
e9c6038192
docs(api): update docs for UploadFile
il y a 2 mois
Asuka Minato
9f528d23d4
poc of validate config (#24837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
il y a 2 mois
Hwting
d937cc491d
chore[docker]: Fix Redis health check error but display healthy (#24778)
il y a 2 mois
Yongtao Huang
863f3aeb27
Fix: rm invalid errorMessage on e.toString() (#24805)
il y a 2 mois
-LAN-
a8fe4ea802
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
-LAN-
82193580de
chore: improve typing
Signed-off-by: -LAN- <laipz8200@outlook.com>
il y a 2 mois
horochx
0fe078d25e
fix: workflow_finish_to_stream_response assert exception with celery … (#24674)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
il y a 2 mois
-LAN-
1fd27cf3ad
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
-LAN-
d9420c7224
refactor: reorganize the CI pipeline (#24817)
Signed-off-by: -LAN- <laipz8200@outlook.com>
il y a 2 mois
twwu
1e9bfd8872
feat(chunk-card-list): implement ChunkCard and QAItem components, refactor ChunkCardList to utilize new structure and types
il y a 2 mois
-LAN-
11d32ca87d
test: fix web test
Signed-off-by: -LAN- <laipz8200@outlook.com>
il y a 2 mois
-LAN-
5415d0c6d1
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
-LAN-
9ff6baaf52
refactor: remove duplicate pull_request triggers from workflow files (#24814)
il y a 2 mois
-LAN-
d8af8ae4e6
fix: update workflow service tests for new graph engine
- Update method calls from _handle_node_run_result to _handle_single_step_result
- Add required fields (id, node_id, node_type, start_at) to graph events
- Use proper NodeType enum values instead of strings
- Fix imports to use correct modules (Node instead of BaseNode)
- Ensure event generators return proper generator objects
These tests were failing because the internal implementation changed
with the new graph engine architecture.
il y a 2 mois
-LAN-
04e5d4692f
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
-LAN-
574d00bb13
fix: add missing statuses permission to main CI workflow (#24809)
il y a 2 mois
-LAN-
3aa48efd0a
test(test_workflow_service): Use new engine's method.
Signed-off-by: -LAN- <laipz8200@outlook.com>
il y a 2 mois
QuantumGhost
8d60e5c342
chore(api): fix Alembic offline migration compatibility (#24795)
This PR fixes Alembic offline mode (`--sql` flag) by ensuring data migration functions only execute in online mode. When running in offline mode, these functions now skip data operations and output informational comments to the generated SQL.
il y a 2 mois
QuantumGhost
d9eb1a73af
fix(api): fix `DetachedInstanceError` for Account.current_tenant_id (#24789)
The `Account._current_tenant` object is loaded by a database session (typically `db.session`) whose lifetime
is not aligned with the Account model instance. This misalignment causes a `DetachedInstanceError` to be raised
when accessing attributes of `Account._current_tenant` after the original session has been closed.
To resolve this issue, we now reload the tenant object with `expire_on_commit=False`, ensuring the tenant remains
accessible even after the session is closed.
il y a 2 mois
Novice
1a34ff8a67
fix: change the mcp server strucutre to support github copilot (#24788)
il y a 2 mois
非法操作
14e7ba4818
chore: change the oauth_provider_apps table to uuidV7 (#24792)
il y a 2 mois
jyong
c2afb84884
fix chunk format
il y a 2 mois
-LAN-
8eb78c04b2
chore(token_buffer_memory): code format
Signed-off-by: -LAN- <laipz8200@outlook.com>
il y a 2 mois
-LAN-
22ee318cf8
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
zyileven
52e9bcbfdb
fix(web): improve floating UI positioning when scrolling (#24595) (#24782)
il y a 2 mois
jyong
3c0adfb48a
fix chunk format
il y a 2 mois
-LAN-
20ae3eae54
feat: add filename support to multi-modal prompt messages (#24777)
il y a 2 mois
twwu
b3dbf9fe94
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
il y a 2 mois
twwu
a597ae1a8a
feat(block-selector): add RAG tool suggestions component and integrate with existing tools
il y a 2 mois
-LAN-
f2bc4f5d87
fix: resolve type error in node_factory by using type guard for node_type_str
il y a 2 mois
-LAN-
d7d456349d
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
17hz
0fb145e667
refactor: Promote basepath to environment variable (#24445)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
il y a 2 mois
zyileven
bcac43c812
fix(web): fix error notify when tagInput component is not required (#… (#24774)
il y a 2 mois
QIN2DIM
929d9e0b3f
feat(api): maintain assistant content parts and file handling in advanced chat (#24663)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
il y a 2 mois
jyong
65215135e5
Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2
il y a 2 mois
jyong
5cf795f2b8
fix preview run
il y a 2 mois
twwu
1c8190f142
feat(search-box): enhance marketplace search box with new triggers and conditional rendering
il y a 2 mois
github-actions[bot]
d5e560a987
chore: translate i18n files (#24770)
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
il y a 2 mois
kenwoodjw
e4383d6167
Chore: remove dupliacte logic in DatasetApi.get() (#24769)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
il y a 2 mois
Junyan Qin (Chin)
f32e176d6a
feat: oauth provider (#24206)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yessenia <yessenia.contact@gmail.com>
il y a 2 mois
Bowen Liang
3d5a4df9d0
chore: use orjson in streaming event JSON serialisation for performance improvement (#24763)
il y a 2 mois
-LAN-
e47bfd2ca3
feat: orchestrate CI workflows to prevent duplicate runs when autofix makes changes (#24758)
il y a 2 mois
-LAN-
dce4d0ff80
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
il y a 2 mois
-LAN-
3dee8064ba
feat: enhance typing
il y a 2 mois
lyzno1
f8f768873e
fix: inconsistent text color for settings button in webapp cards (#24754)
il y a 2 mois
NeatGuyCoding
d043e1a05a
feat: add test containers based tests for workspace service (#24752)
il y a 2 mois
Yongtao Huang
837c0ddacc
Chore: remove dead func AppModelConfig.copy() with wrong logic (#24747)
il y a 2 mois
jyong
d0dd728e6c
Merge branch 'main' into feat/rag-2
# Conflicts:
# api/core/app/entities/queue_entities.py
# api/core/workflow/graph_engine/entities/event.py
il y a 2 mois
jyong
0bb3407385
fix preview run
il y a 2 mois
kurokobo
05c21883f9
fix(pipeline): make kb node deletable (#24731)
il y a 2 mois