Yeuoly
|
16b49ac436
|
Merge branch 'main' into fix/chore-fix
|
2024-12-09 16:08:19 +08:00 |
|
Trey Dong
|
41d90c2408
|
fix(api): throw error when notion block can not find (#11433)
|
2024-12-09 09:10:59 +08:00 |
|
Yeuoly
|
0af9c4fd9d
|
chore: reformat
|
2024-12-04 19:02:28 +08:00 |
|
Yeuoly
|
ee38bd8817
|
refactor: check dependencies
|
2024-12-04 19:01:54 +08:00 |
|
Yeuoly
|
86291c13e4
|
Merge branch 'main' into fix/chore-fix
|
2024-12-04 15:34:39 +08:00 |
|
-LAN-
|
c34bdb74e6
|
Fix/type-error (#11240)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-02 10:24:21 +08:00 |
|
kazuya-awano
|
56c2d1cc55
|
feat: add pagination support for Notion search (#11194)
|
2024-12-01 21:49:34 +08:00 |
|
Bowen Liang
|
9b46b02717
|
refactor: assembling the app features in modular way (#9129)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-11-30 23:05:22 +08:00 |
|
Yeuoly
|
e4b8220bc2
|
Merge branch 'main' into fix/chore-fix
|
2024-11-26 18:02:41 +08:00 |
|
Hash Brown
|
0f85e3557b
|
fix: site icon not showing (#11094)
|
2024-11-26 10:23: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 |
|
-LAN-
|
5172f0bf39
|
feat: Check and compare the DSL version before import an app (#10969)
Co-authored-by: Yi <yxiaoisme@gmail.com>
|
2024-11-22 15:05:04 +08:00 |
|
Yeuoly
|
24734009b9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-21 13:52:28 +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
|
7a2b2a04c9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-08 13:47:24 +08:00 |
|
Bowen Liang
|
574c4a264f
|
chore(lint): Use logging.exception instead of logging.error (#10415)
|
2024-11-07 21:13:02 +08:00 |
|
Yeuoly
|
fe677cc5f9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-07 17:06:29 +08:00 |
|
-LAN-
|
d3e9930235
|
refactor(question_classifier): improve error handling with custom exceptions (#10365)
|
2024-11-07 14:02:30 +08:00 |
|
Yeuoly
|
dea2962a79
|
Merge main into feat/plugin
|
2024-10-22 17:35:11 +08:00 |
|
Bowen Liang
|
4d9160ca9f
|
refactor: use dify_config to replace legacy usage of flask app's config (#9089)
|
2024-10-22 11:01:32 +08:00 |
|
Yeuoly
|
bedbd658fe
|
Merge main into fix/chore-fix
|
2024-10-21 20:01:49 +08:00 |
|
Joe
|
90dd91c6cd
|
fix: TOKEN_EXPIRY_MINUTES (#9557)
|
2024-10-21 18:14:26 +08:00 |
|
-LAN-
|
e61752bd3a
|
feat/enhance the multi-modal support (#8818)
|
2024-10-21 10:43:49 +08:00 |
|
Joe
|
4fd2743efa
|
Feat/new login (#8120)
Co-authored-by: douxc <douxc512@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
|
2024-10-21 10:03:40 +08:00 |
|
Yeuoly
|
ae1eeb9b2a
|
Mergin main into fix/chore-fix
|
2024-10-14 16:22:12 +08:00 |
|
-LAN-
|
f73751843f
|
Feat/implement-refresh-tokens (#9233)
|
2024-10-12 23:46:30 +08:00 |
|
Xiaoguang Sun
|
be2f1e59f2
|
improve: Refresh updated_at field of DataSourceOauthBinding model (#9173)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@gmail.com>
|
2024-10-10 17:21:28 +08:00 |
|
Bowen Liang
|
240b66d737
|
chore: avoid implicit optional in type annotations of method (#8727)
|
2024-10-09 14:36:43 +08:00 |
|
zhaoyi233
|
4373777871
|
Update json_in_md_parser.py (#8983)
Co-authored-by: crazywoola <427733928@qq.com>
|
2024-10-03 10:20:56 +08:00 |
|
Yeuoly
|
00d1c45518
|
Merge main
|
2024-09-14 02:47:01 +08:00 |
|
Bowen Liang
|
a1104ab97e
|
chore: refurish python code by applying Pylint linter rules (#8322)
|
2024-09-13 22:42:08 +08:00 |
|
Bowen Liang
|
6613b8f2e0
|
chore: fix unnecessary string concatation in single line (#8311)
|
2024-09-13 14:24:49 +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 |
|
Yeuoly
|
41ed2e0cc2
|
feat: backwards invoke app
|
2024-08-29 20:17:17 +08:00 |
|
Yeuoly
|
4b4741f7ed
|
Merge main into feat/plugin
|
2024-08-29 13:09:13 +08:00 |
|
Hash Brown
|
fbf31b5d52
|
feat: custom app icon (#7196)
Co-authored-by: crazywoola <427733928@qq.com>
|
2024-08-19 09:16:33 +08:00 |
|
-LAN-
|
a2fafee53a
|
chore(api/libs/bearer_data_source.py): Remove expired fie. (#7300)
|
2024-08-16 10:33:51 +08:00 |
|
-LAN-
|
9414143b5f
|
chore(api/libs): Apply ruff format. (#7301)
|
2024-08-15 17:53:12 +08:00 |
|
-LAN-
|
b5d472fad7
|
test(*): Avoid import from api in tests. (#7251)
|
2024-08-14 14:09:26 +08:00 |
|
yusuke_ten
|
8b55bd5828
|
fix: display notion document title correctly (#7215)
|
2024-08-13 14:05:57 +08:00 |
|
Yeuoly
|
02d26818ad
|
Merge branch 'main' into feat/plugin
|
2024-07-31 14:51:36 +08:00 |
|
-LAN-
|
a98284b1ef
|
refactor(api): Switch to dify_config (#6750)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-07-30 11:15:26 +08:00 |
|
Yeuoly
|
d52476c1c9
|
feat: support backwards invocation
|
2024-07-29 18:57:34 +08:00 |
|
-LAN-
|
617847e3c0
|
fix(api/services/app_generate_service.py): Remove wrong type hints. (#6535)
|
2024-07-22 22:58:07 +08:00 |
|
liuzhenghua
|
9622fbb62f
|
feat: app rate limit (#5844)
Co-authored-by: liuzhenghua-jk <liuzhenghua-jk@360shuke.com>
Co-authored-by: takatost <takatost@gmail.com>
|
2024-07-10 21:31:35 +08:00 |
|
xielong
|
00b4cc3cd4
|
feat: implement forgot password feature (#5534)
|
2024-07-05 13:38:51 +08:00 |
|
Bowen Liang
|
dcb72e0067
|
chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-06-27 11:21:31 +08:00 |
|
-LAN-
|
1336b844fd
|
feat(api/auth): switch-to-stateful-authentication (#5438)
|
2024-06-21 12:39:07 +08:00 |
|