Commit Graph

5762 Commits (97ec855df42aa8d211fbe6e532df08516f43a450)
 

Author SHA1 Message Date
twwu 97ec855df4 feat: enhance input field management with internationalization support and improved state handling 11 months ago
twwu 7e31da7882 refactor: update data source handling and improve internationalization support in test run panel 11 months ago
twwu d9ed61287d Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 11 months ago
twwu 6024dbe98d refactor: simplify type definitions in form components and update related configurations 11 months ago
zxhlyh 13ce6317f1 pipeline header 11 months ago
twwu 0099f2296d Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 11 months ago
twwu 2d93bc6725 refactor: update DatasetInfo component layout and styling for better responsiveness 11 months ago
zxhlyh cb52f9ecc5 pipeline header 11 months ago
twwu 1fbeb3a21a refactor: enhance dataset components with new icons and improve layout structure 11 months ago
twwu 38f1a42ce8 refactor: remove unused icon components and update imports in dataset components 11 months ago
twwu 3d11af2dd6 refactor: update imports for knowledge and pipeline components 11 months ago
twwu d1fd5db7f8 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 11 months ago
twwu c240cf3bb1 refactor: dataset creation to support pipeline datasets, update related types and hooks 11 months ago
zxhlyh bbbcd68258 portal element 11 months ago
twwu 7ce9710229 feat: add pipeline template details and import functionality, enhance dataset pipeline management 11 months ago
zxhlyh 3f7f21ce70 show test run panel 11 months ago
zxhlyh fa8ab4ea04 rag pipeline 11 months ago
zxhlyh 3f52f491d7 feat: knowledge base node 11 months ago
twwu e86a3fc672 feat: Enhance dataset pipeline creation and management with new export and delete functionalities, improved internationalization, and refactor for better clarity 11 months ago
twwu 6f77f67427 Merge branch 'feat/rag-pipeline' of https://github.com/langgenius/dify into feat/rag-pipeline 11 months ago
twwu 4025cd0b46 feat: Refactor dataset pipeline creation components and add internationalization support 11 months ago
zxhlyh 3bbb22750c merge main 11 months ago
zxhlyh a6827493f0
chore: slice workflow refresh draft hook (#19292) 11 months ago
QuantumGhost 9565fe9b1b
fix(api): fix alembic offline mode (#19285)
Alembic's offline mode generates SQL from SQLAlchemy migration operations,
providing developers with a clear view of database schema changes without
requiring an active database connection.

However, some migration versions (specifically bbadea11becb and d7999dfa4aae)
were performing database schema introspection, which fails in offline mode
since it requires an actual database connection.

This commit:
- Adds offline mode support by detecting context.is_offline_mode()
- Skips introspection steps when in offline mode
- Adds warning messages in SQL output to inform users that assumptions were made
- Prompts users to review the generated SQL for accuracy

These changes ensure migrations work consistently in both online and offline modes.

Close #19284.
11 months ago
zxhlyh d196872059 merge main 11 months ago
zxhlyh a478d95950 feat: knowledge base node 11 months ago
Rajhans Jadhao 8de24bc16e
chore: enhance dev script robustness by determining the script directory (#19209) 11 months ago
AllenWriter 3ecc1e0228
Fix: update docs link (#19278) 11 months ago
twwu 12c060b795 feat: enhance dataset icon handling by making icon background and URL optional 11 months ago
twwu c480c3d881 feat: enhance dataset detail layout with new icon structure and additional document count display 11 months ago
步浪 1abf00e443
Fix doc bug workflow (#19269)
Co-authored-by: liuwangwang <liuwangwang@hikvision.com.cn>
11 months ago
Jim 6c515ef47f
fix(web): add workspace selector overflow auto (#19265)
Co-authored-by: JMY <jiangmingyao@gf.com.cn>
11 months ago
Good Wood 0b44791eae
feat: add mode for /info api (#19264) 11 months ago
Novice 0cfc82d731
fix(structured-output): reasoning model's json format parsing (#19261) 11 months ago
KVOJJJin b78846078c
Fix: hide view chat setting button when no inputs form (#19263) 11 months ago
twwu b4bccf5fef feat: Add External Knowledge Base and Pipeline icons, update DatasetCard component 11 months ago
Bowen Liang 8537abfff8
chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 11 months ago
KVOJJJin 4b77c9df9d
Fix: optional input in batch run (#19257) 11 months ago
GeorgeCaoJ b979a8a707
feat: sort variables in the selector by x axis for most recent order (#19243) 11 months ago
crazywoola 9231c197a5
fix: s.filter is not a function (#19250) 11 months ago
Yeuoly 8ac3a223a8
fix(api): add missing INNER_API_KEY to InnerAPIConfig (#19166) 11 months ago
allenZhang 5a6f20d575
Optimize the event handling and rendering logic of the component picker (#19232) 11 months ago
kenwoodjw c5568f756f
fix basic auth if not base64 encode (#19242)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
Bowen Liang 22f5af9987
fix: support non-ascii charactors in filename of the tool files (#19228) 11 months ago
Bowen Liang e352ab2bdd
chore: required pip and performance improvment in mypy checks (#19225) 11 months ago
Abdullah AlOsaimi bbf513a2cd
Fix appURL construction when basePath is empty (#19234) 11 months ago
Hao Cheng 9bcf837f17
fix: use only supported operators in metadata filter system prompts (#19195) 11 months ago
Will a212a63e6a
fix: time type metadata filtering error (#19192) 11 months ago
Bowen Liang e2cae42115
chore: bump celery from 5.4 to 5.5 (#19190) 11 months ago
诗浓 50fa0d1512
feat: Plugin page related document supports multiple languages (#19197) 11 months ago