Yeuoly
f748d6c7c4
fix: mypy issues
2025-01-09 16:53:30 +08:00
Yeuoly
b7d168ac59
fix: mypy linter
2025-01-08 21:11:42 +08:00
Yeuoly
fb309462ad
Merge branch 'main' into fix/chore-fix
2025-01-08 20:36:22 +08:00
Jyong
bee32d960a
fix #12453 #12482 ( #12495 )
2025-01-08 18:26:05 +08:00
Jyong
fd2bfff023
remove knowledge admin role ( #12450 )
2025-01-07 21:30:23 +08:00
-LAN-
0eeacdc80c
refactor: enhance API token validation with session locking and last used timestamp update ( #12426 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-01-07 18:04:41 +08:00
Jyong
9c317b64c3
sandbox doesn't provide auto disable log ( #12388 )
2025-01-06 15:57:13 +08:00
eux
1fa66405c5
feat: support configuration of refresh token expiration by environment variable ( #12335 )
2025-01-04 11:56:44 +08:00
zhu-an
a5fb59b17f
fix: Encode Chinese characters with Unicode before querying to match the Unicode encoded Chinese characters in the db ( #12337 )
...
Co-authored-by: zhaoqingyu.1075 <zhaoqingyu.1075@bytedance.com>
2025-01-03 19:12:48 +08:00
Shun Miyazawa
2b1a32fd9c
feat: Add filter to show only apps created by the user ( #11968 )
2025-01-03 15:38:36 +08:00
Yeuoly
71e0bfcbd8
fix: updating tool credentials does not works as expected
2025-01-03 14:09:17 +08:00
-LAN-
375aa38f5d
fix: improve content decoding in AppDslService ( #12304 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-01-02 16:54:46 +08:00
-LAN-
0e6317678f
Fix code scanning alert no. 111: Incomplete URL substring sanitization ( #12305 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-01-02 16:52:43 +08:00
Yeuoly
107e44c8fb
Merge branch 'main' into fix/chore-fix
2024-12-31 16:47:56 +08:00
Yeuoly
adf7eea7fe
fix: ruff
2024-12-31 16:40:26 +08:00
Yeuoly
6e73ad2fc6
feat: plugin migrations
2024-12-31 16:38:02 +08:00
Xiyuan Chen
74d3320519
feat: account delete ( #11829 )
...
Co-authored-by: NFish <douxc512@gmail.com>
2024-12-30 11:33:42 +08:00
非法操作
ead4b34127
fix: test run custom tool raise error ( #12178 )
2024-12-28 17:51:22 +08:00
Warren Chen
901028f1e8
[feat] Support Multi-Version Workflows ( #11990 )
...
Co-authored-by: hobo.l <hobo.l@binance.com>
Co-authored-by: crazywoola <427733928@qq.com>
2024-12-27 21:05:06 +08:00
yihong
a3293b154e
fix: type is wrong issue ( #12165 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-27 18:33:53 +08:00
Yeuoly
78664c8903
Merge branch 'main' into fix/chore-fix
2024-12-27 17:33:58 +08:00
Jyong
f4f2567105
owner and admin have all permission of knowledge base ( #12157 )
2024-12-27 17:09:13 +08:00
Yeuoly
598d208e54
fix: agent error handling
2024-12-27 12:09:39 +08:00
-LAN-
be7877f526
fix: enhance file upload error handling and update base error class ( #12132 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-26 23:31:29 +08:00
-LAN-
e765d8e69e
fix: validate imported_version type in AppDslService ( #12135 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-26 23:26:55 +08:00
-LAN-
4bd8df1fd3
fix: update MessageService.create_feedback to use keyword arguments f… ( #12134 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-26 23:26:44 +08:00
Yeuoly
c9eb9c14d7
fix: block call to flask_app
2024-12-26 22:58:34 +08:00
Yeuoly
e77cd87842
fix: linter
2024-12-26 22:30:22 +08:00
Yeuoly
ac5e3caebc
optimize: migrate speed
2024-12-26 22:30:06 +08:00
Yeuoly
23066a9ba8
feat: support extracting plugins into local files
2024-12-26 18:05:14 +08:00
Yeuoly
0249f15609
fix: linter
2024-12-26 17:39:21 +08:00
Yeuoly
2f523dd29f
optimize: add friendly logs
2024-12-26 17:39:13 +08:00
Yeuoly
0164d1410a
migrations for plugins
2024-12-26 14:07:12 +08:00
Yeuoly
e231cf2c48
fix: errors occrus during rebasing
2024-12-26 13:20:12 +08:00
Jyong
84ac004772
py lint ( #12102 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-12-26 00:16:35 +08:00
-LAN-
822af70dce
fix(workflow_service): assign UUID to workflow_node_execution id and update optional fields in WorkflowRun and WorkflowNodeExecution models ( #12096 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-25 21:34:53 +08:00
Jyong
9231fdbf4c
Feat/support parent child chunk ( #12092 )
2024-12-25 19:49:07 +08:00
-LAN-
017d7538ae
fix(billing_service): change retry condition to handle specific reque… ( #12091 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
2024-12-25 18:40:27 +08:00
-LAN-
a1c78ad9d4
fix(audio_service): validate message_id format using UUID ( #12087 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-25 18:36:52 +08:00
Yeuoly
00cf5f3841
fix: linters
2024-12-25 15:18:29 +08:00
yihong
7da4fb68da
fix: can not find model bug ( #12051 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-25 08:42:52 +08:00
yihong
7a24c957bd
fix: i18n error ( #12052 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-24 23:14:51 +08:00
eux
49bc602fb2
fix: --name option for the create-tenant command does not take effect ( #11993 )
2024-12-24 21:58:05 +08:00
Yeuoly
5a57dad93c
fix: linter
2024-12-24 21:29:24 +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
-LAN-
e88ea71aef
chore/bump version to 0.14.2 ( #12017 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-23 19:15:48 +08:00
-LAN-
425cc1ea85
Fix/add retry mechanism to billing service request handling ( #12006 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-23 17:53:25 +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