Yeuoly
|
c03adcb154
|
Fix: style checks and unittests (#12603)
|
2025-01-10 16:40:39 +08:00 |
|
zxhlyh
|
3c014f3ae5
|
Feat/plugins (#12547)
Co-authored-by: AkaraChen <akarachen@outlook.com>
Co-authored-by: Yi <yxiaoisme@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: kurokobo <kuro664@gmail.com>
Co-authored-by: Hiroshi Fujita <fujita-h@users.noreply.github.com>
|
2025-01-09 18:47:41 +08:00 |
|
Yeuoly
|
fee4dd7d7a
|
fix: unused stream variable
|
2024-12-25 15:32:59 +08:00 |
|
Yeuoly
|
4199998c7e
|
Merge branch 'main' into fix/chore-fix
|
2024-12-24 21:28:56 +08:00 |
|
yihong
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
|
Yeuoly
|
bf39e314d8
|
fix: add install count
|
2024-12-24 18:38:12 +08:00 |
|
Novice
|
c1aa55f3ea
|
fix: remove the unused retry index field (#11903)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-12-23 14:32:11 +08:00 |
|
-LAN-
|
a056a9d601
|
feat(code_node): add more check (#11949)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-22 10:40:43 +08:00 |
|
-LAN-
|
5e37ab60d8
|
fix: validate response type in transform_response method (#11931)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-21 21:23:03 +08:00 |
|
-LAN-
|
b8d42cdea7
|
fix: change MaxRetriesExceededError to inherit from ValueError (#11934)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-21 21:22:47 +08:00 |
|
Novice
|
7abc7fa573
|
Feat: Retry on node execution errors (#11871)
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
|
2024-12-20 14:14:06 +08:00 |
|
-LAN-
|
3599751f93
|
chore(db): use a better way to export models and remove unused table (#11838)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-20 14:12:29 +08:00 |
|
Yeuoly
|
75fe785d88
|
Merge branch 'main' into fix/chore-fix
|
2024-12-16 14:08:18 +08:00 |
|
Novice
|
79a710ce98
|
Feat: continue on error (#11458)
Co-authored-by: Novice Lee <novicelee@NovicedeMacBook-Pro.local>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
|
2024-12-11 14:22:42 +08:00 |
|
Yeuoly
|
86291c13e4
|
Merge branch 'main' into fix/chore-fix
|
2024-12-04 15:34:39 +08:00 |
|
-LAN-
|
9601102885
|
fix(word_extractor): Fix type error and remove stream in ssrf_proxy (#11241)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-02 10:24:03 +08:00 |
|
Yeuoly
|
5ff9cee326
|
Merge branch 'main' into fix/chore-fix
|
2024-11-25 15:37:19 +08:00 |
|
Bowen Liang
|
6c8e208ef3
|
chore: bump minimum supported Python version to 3.11 (#10386)
|
2024-11-24 13:28:46 +08:00 |
|
Yeuoly
|
24734009b9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-21 13:52:28 +08:00 |
|
Jyong
|
ee1f14621a
|
fix httpx doesn't support stream parameter (#10859)
|
2024-11-19 21:03:01 +08:00 |
|
Bowen Liang
|
51db59622c
|
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425)
|
2024-11-15 15:41:40 +08:00 |
|
Yeuoly
|
21fd58caf9
|
Merge branch 'fix/chore-fix' of github.com:langgenius/dify into fix/chore-fix
|
2024-11-12 18:53:45 +08:00 |
|
takatost
|
1d2118fc5d
|
fix: hosted moderation
|
2024-11-11 20:31:11 +08:00 |
|
Yeuoly
|
5cdbfe2f41
|
Merge branch 'main' into fix/chore-fix
|
2024-11-11 14:00:53 +08:00 |
|
-LAN-
|
b8b6cd409a
|
refactor(code_executor): update input type annotations to use Mapping for better type safety (#10478)
|
2024-11-11 13:10:39 +08:00 |
|
Yeuoly
|
8b5231b7ee
|
fix: invalid key of marketplace response
|
2024-11-08 17:27:16 +08:00 |
|
Yeuoly
|
38cae29757
|
fix: wrap marketplace apis with try catch
|
2024-11-08 17:20:54 +08:00 |
|
Yeuoly
|
7a2b2a04c9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-08 13:47:24 +08:00 |
|
Bowen Liang
|
a60133bfb3
|
fix: config violations when running db migtration ci tests (#10428)
|
2024-11-08 09:33:12 +08:00 |
|
Yeuoly
|
fe677cc5f9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-07 17:06:29 +08:00 |
|
Summer-Gu
|
ce1f9d935d
|
feat: The SSRF request timeout configuration item is added (#10292)
|
2024-11-06 08:50:57 +08:00 |
|
Yeuoly
|
8070be9b76
|
fix: missing 'follow_redirects' argument while download plugin packages
|
2024-11-01 15:38:45 +08:00 |
|
Yeuoly
|
5f61aa85db
|
feat: add latest version
|
2024-10-25 13:52:33 +08:00 |
|
Yeuoly
|
bedbd658fe
|
Merge main into fix/chore-fix
|
2024-10-21 20:01:49 +08:00 |
|
-LAN-
|
e61752bd3a
|
feat/enhance the multi-modal support (#8818)
|
2024-10-21 10:43:49 +08:00 |
|
Yeuoly
|
7754431a34
|
feat: support plugin max package size
|
2024-10-17 18:44:16 +08:00 |
|
Yeuoly
|
dd551e6ca8
|
Ruff: reformatter
|
2024-10-14 16:25:51 +08:00 |
|
Junyan Qin
|
b58f8dd7b4
|
feat: download pkg from marketplace (#9184)
|
2024-10-11 02:00:02 +08:00 |
|
Yeuoly
|
dd0462c1dc
|
feat: support two install source
|
2024-10-10 16:35:36 +08:00 |
|
takatost
|
e12f4009d3
|
feat: optimize icon url
|
2024-09-30 17:46:40 +08:00 |
|
takatost
|
1c3213184e
|
feat: move model request to plugin daemon
|
2024-09-29 00:15:14 +08:00 |
|
Yeuoly
|
00d1c45518
|
Merge main
|
2024-09-14 02:47:01 +08:00 |
|
Bowen Liang
|
c69f5b07ba
|
chore: apply ruff E501 line-too-long linter rule (#8275)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-09-12 14:00:36 +08:00 |
|
Bowen Liang
|
292220c596
|
chore: apply pep8-naming rules for naming convention (#8261)
|
2024-09-11 16:40:52 +08:00 |
|
Bowen Liang
|
2cf1187b32
|
chore(api/core): apply ruff reformatting (#7624)
|
2024-09-10 17:00:20 +08:00 |
|
Yeuoly
|
9c7bcd5abc
|
Merge main
|
2024-09-10 14:05:20 +08:00 |
|
Nam Vu
|
2d7954c7da
|
Fix variable typo (#8084)
|
2024-09-08 13:14:11 +08:00 |
|
Yeuoly
|
886a160115
|
fix: invoke tool streamingly
|
2024-08-30 18:11:38 +08:00 |
|
Bowen Liang
|
3f467613fc
|
feat: support configs for code execution request (#7704)
|
2024-08-27 19:38:33 +08:00 |
|
Yeuoly
|
784b11ce19
|
Chore/remove python dependencies selector (#7494)
|
2024-08-21 16:57:14 +08:00 |
|