Zexi Li
4d0c18d224
feat(region,host): support nvidia GPU CDI configuration ( #23568 )
2025-10-22 15:04:35 +08:00
屈轩
9b1b60c65f
fix(region): support ocean base ( #23586 )
2025-10-22 14:40:55 +08:00
屈轩
ad753e0df2
fix(region): healt status ( #23524 )
2025-10-13 18:50:57 +08:00
Jian Qiu and Qiu Jian
77aa8a7f96
fix: support network manager connection profiles ( #23469 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-10-03 09:25:34 +08:00
屈轩
43c7b02b08
fix(region): vendor update ( #23367 )
2025-09-24 17:20:31 +08:00
彭镜肇 and 屈轩
010fdfee3c
Pengjingzhao ospp v2 ( #23309 )
...
* feat(mcp-server): 增加mcclient sdk适配器结构体以及对应的认证方法
* feat(mcp-server): 增加资源查询的sdk适配器方法
* feat(mcp-server): 增加资源操作的sdk适配器方法
* feat(mcp-server): 增加区域资源查询工具
* feat(mcp-server): 增加网络资源查询工具
* feat(mcp-server): 增加镜像资源查询工具
* feat(mcp-server): 增加虚拟机资源查询工具
* feat(mcp-server): 增加vpc资源查询工具
* feat(mcp-server): 增加存储资源查询工具
* feat(mcp-server): 增加套餐资源查询工具
* feat(mcp-server): 增加虚拟机创建工具
* feat(mcp-server): 增加虚拟机监控工具
* feat(mcp-server): 增加虚拟机操作工具,包括启动、重启、停止、重置密码和删除
* optimize(mcp-server): 增加工具函数接口定义
* feat(mcp-server): 增加工具函数所使用的结构体模型
* feat(mcp-server): 新增工具统一注册中心
* feat(mcp-server): 增加mcp服务中心
* feat(mcp-server): 增加统一配置中心
* feat(mcp-server): 增加服务启动主入口
* doc(mcp-server): 增加mcp-server相关的说明,安装和使用文档
* fix(mcp-server): 更正文档位置以及补充图片
* refactor(mcp-server): 修正了service以及配置解析的逻辑
* refactor(mcp-server): 将日志打印相关代码改成使用log
* feat(mcp-server): 增加mcclient sdk适配器结构体以及对应的认证方法
* feat(mcp-server): 增加资源查询的sdk适配器方法
* feat(mcp-server): 增加资源操作的sdk适配器方法
* feat(mcp-server): 增加区域资源查询工具
* feat(mcp-server): 增加网络资源查询工具
* feat(mcp-server): 增加镜像资源查询工具
* feat(mcp-server): 增加虚拟机资源查询工具
* feat(mcp-server): 增加vpc资源查询工具
* feat(mcp-server): 增加存储资源查询工具
* feat(mcp-server): 增加套餐资源查询工具
* feat(mcp-server): 增加虚拟机创建工具
* feat(mcp-server): 增加虚拟机监控工具
* feat(mcp-server): 增加虚拟机操作工具,包括启动、重启、停止、重置密码和删除
* optimize(mcp-server): 增加工具函数接口定义
* feat(mcp-server): 增加工具函数所使用的结构体模型
* feat(mcp-server): 新增工具统一注册中心
* feat(mcp-server): 增加mcp服务中心
* feat(mcp-server): 增加统一配置中心
* feat(mcp-server): 增加服务启动主入口
* doc(mcp-server): 增加mcp-server相关的说明,安装和使用文档
* fix(mcp-server): 更正文档位置以及补充图片
* refactor(mcp-server): 修正了service以及配置解析的逻辑
* refactor(mcp-server): 将日志打印相关代码改成使用log
* fix(mcp-server): 修复依赖导入以及缺失等问题
* refactor(mcp-server): 复用common_options
* fix: 修复配置结构体字段重复的问题
* doc(mcp-server): 更正文档错误
* style(mcp-server): 格式化import顺序
* style(mcp-server): 格式化import导入
* style(mcp-server): 规范import语句
* doc(mcp-server): 给目录生成doc文件
---------
Co-authored-by: 屈轩 <qu_xuan@icloud.com >
2025-09-22 10:32:21 +08:00
屈轩
eb82b9d9ca
fix: upgrade go 1.24 ( #23241 )
2025-09-05 18:26:33 +08:00
屈轩
af9483536e
fix(keystone): upgrade ldap version ( #23165 )
2025-08-26 13:28:32 +08:00
屈轩
16f7c98393
fix(region): ssl certificate create ( #22885 )
2025-07-14 16:06:11 +08:00
屈轩
9c97f665f5
fix(notify): support dingtalk robot sign ( #22766 )
2025-06-23 16:59:36 +08:00
Jian Qiu and Qiu Jian
be7bc9335c
fix: use goid to identify differnt goroutine ( #22722 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2025-06-19 14:50:39 +08:00
Zexi Li
4731240d25
feat(host): containerd snapshot rootfs service ( #22621 )
2025-06-04 11:00:27 +08:00
Zexi Li
2406a8c6e3
fix(monitor): support victoria metrics bottom query ( #22416 )
2025-04-15 15:16:55 +08:00
Zexi Li
27d6b5bf57
feat(monitor): add min and max aggregator ( #21764 )
2024-12-07 20:58:05 +08:00
Zexi Li
f25c054a31
fix(webconsole): ssh randomly exited error ( #21407 )
2024-10-14 14:46:59 +08:00
Jian Qiu and Qiu Jian
8d87390f72
fix: upgrade sqlite3 to 1.14.19 ( #21320 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-27 07:18:35 +08:00
Zexi Li
ab2dd4db55
feat(host): pod volume metrics ( #21291 )
...
* feat(host): pod volume metrics
* feat(host): add pod_netio for pod
2024-09-25 14:12:03 +08:00
Jian Qiu and Qiu Jian
9155401d85
fix: update vendor 20240919 3.11 ( #21261 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-18 23:08:02 +08:00
Jian Qiu and Qiu Jian
e7d15aca80
fix: update vendor 3.11 20240917, upgrade go to 1.21 ( #21256 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-09-18 20:48:31 +08:00
Zexi Li
5c70df90d7
fix(monitor): support or filter of query ( #21170 )
2024-09-05 20:10:24 +08:00
Zexi Li
9ad5c1d170
fix(monitor): delete default group by and mean aggregator ( #21117 )
2024-08-29 10:03:57 +08:00
屈轩
33cc44405c
fix(region): vendor update ( #20992 )
2024-08-12 09:52:16 +08:00
Zexi Li
1f3bc0ad6c
feat(monitor): update influxql-to-metricsql@v0.0.7 to support percentile aggregator ( #20836 )
2024-07-17 22:59:20 +08:00
Jian Qiu and Qiu Jian
3ba9b14c4c
fix: glance import xz compressed images ( #20407 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2024-05-30 19:18:25 +08:00
屈轩
93e7813abe
fix(region): vendor update for qcloud waf ( #20308 )
2024-05-17 15:36:54 +08:00
Zexi Li
b739cbd0dc
feat(host): container metrics ( #20257 )
2024-05-16 16:00:29 +08:00
屈轩
5ca01774e3
fix(region): esxi upload iso image ( #20162 )
2024-04-28 17:19:56 +08:00
屈轩
974f884397
fix(climc): enable build windows climc ( #20120 )
2024-04-24 15:23:28 +08:00
屈轩
5e2d87dfb4
fix(cloudmon): vendor update for support oracle metric ( #20037 )
2024-04-17 15:25:50 +08:00
Zexi Li
76f434ecd4
feat(region,host,climc): container exec
2024-04-16 20:46:57 +08:00
Zexi Li
407a894639
fix(host): use executor to run losetup
2024-03-27 14:11:21 +08:00
Zexi Li and wanyaoqi
6313ce87a3
Support pod container ( #19706 )
...
* feat(region,scheduler,host): support pod and container
* feat(region,host): container nvidia gpu support
* fix(region,host): function parameters
---------
Co-authored-by: wanyaoqi <d3lx.yq@gmail.com >
2024-03-12 18:47:44 +08:00
屈轩
526593a2c6
feat(webconsole): support sftp for ssh ( #18915 )
2023-12-07 14:54:10 +08:00
Zexi Li
0077cb288d
fix(monitor): update vendor to support victoriametrics topk func
2023-12-05 18:02:43 +08:00
屈轩
7cf461e8b7
feat(region): support oracle cloud ( #18676 )
2023-11-14 19:43:23 +08:00
Zexi Li
9a9414452b
feat(monitor,region,host,cloudmon): support VictoriaMetrics as TSDB backend
2023-11-10 15:36:02 +08:00
LyndonKong
9fff0bef22
feature: add support for for VolcEngine ( #18348 )
2023-10-18 05:50:08 -05:00
屈轩
f22b53e498
fix(region): vendor update ( #17981 )
2023-09-11 10:21:30 +08:00
屈轩
b462ef3abe
fix(region): dns zone ( #17868 )
2023-08-29 15:44:20 +08:00
ioito
b462790362
fix(region): vendor update
2023-07-31 17:08:15 +08:00
ioito
62469ee08d
feat(region): aws redis create
2023-07-21 17:32:59 +08:00
ioito
452b5ed76e
fix(region): vendor update
2023-06-29 17:21:11 +08:00
ioito
343c4782c8
fix(region): vendor update
2023-05-31 20:29:46 +08:00
wanyaoqi
f8a4f5b205
fix(host): fix arm topo lib ghw
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2023-05-18 10:07:40 +08:00
ioito
3cb7c7cdd8
fix(region): secgroup sync
2023-04-28 13:27:54 +08:00
wanyaoqi
629a59d683
fix(host): arm node failed get numa architecture use ghw lib
...
Signed-off-by: wanyaoqi <d3lx.yq@gmail.com >
2023-04-20 23:30:45 +08:00
Zexi Li
79482ff9f9
fix(vendor): update vendor for v3.10
2023-04-17 23:35:48 +08:00
mhf
46d0f71791
fix(excelutils): 添加按列修改单元格格式方法
2023-04-11 20:32:52 +08:00
ioito
15b234e814
fix: vendor update
2023-04-11 19:45:14 +08:00
ioito
075420604b
fix: vendor update
2023-04-07 18:56:18 +08:00