Zexi Li
edcbd48487
feat(glance,region): support container registry and image ( #25686 )
...
Move container registry management into glance with import from
kubeserver, add container_image model, resolve container_image_id in
compute, and switch dashboard create flow to glance.
2026-09-15 15:32:27 +08:00
屈轩
5fb64e76d2
fix(mcp-server): upgrade mcp lib ( #25574 )
2026-09-07 14:25:53 +08:00
屈轩
d84952bf77
fix(glance): detect windows iso ( #25340 )
2026-08-14 19:02:12 +08:00
屈轩
4d6f4452c0
fix(region): vendor update ( #25056 )
2026-06-22 11:39:28 +08:00
Zexi Li
71dd2068c4
fix(monitor): support influxql derivative and difference function translation ( #24749 )
2026-04-30 13:11:58 +08:00
Zexi Li
986d0fbd8d
fix(lbagent,monitor): use victoria-metrics for telegraf and fix influxql translation ( #24733 )
2026-04-27 16:42:08 +08:00
屈轩
36d7c2ee5b
fix(cloudmon): vendor update ( #24642 )
2026-04-09 16:33:08 +08:00
Jian Qiu
af9b9e3f3a
fix: upgrade coredns to v1.10.1 at master ( #24620 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-04-08 16:27:11 +08:00
屈轩
54a98594be
fix(region): vendor update ( #24609 )
2026-04-02 10:34:51 +08:00
Jian Qiu
55f54cc697
fix: compat fixes for container host in vm ( #24445 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-03-13 13:26:59 +08:00
Zexi Li
6968d8278b
feat(host): cgroupv2 implemented for pod ( #24388 )
2026-03-04 11:22:06 +08:00
屈轩
5f9974b249
fix(glance): support prob iso image ( #24128 )
2026-01-28 15:28:47 +08:00
屈轩
36612bec31
fix(region): vendor update ( #23867 )
2025-11-30 17:20:38 +08:00
屈轩
982b0eec78
fix(torrent): vendor update for support risc-v ( #23700 )
2025-11-06 18:27:14 +08:00
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
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
彭镜肇
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
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
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
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
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
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
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