| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
treewide: wait possible zombies | 5 年前 | |
add apigateway service | 6 年前 | |
feat(apimap): fetch vpcagent net topo info from DB (#17038) | 3 年前 | |
treewide: wait possible zombies | 5 年前 | |
update copyright headers of all source | 7 年前 | |
[Feature] llm model 使用 post_overlay 功能实现秒装挂载模型 (#23769) * feat(llm): add probed-package * feat(llm): add llm-save-instant-app * feat(llm): add some llm-instant-app options * fix(llm): change app to model * fix(llm): rename origin model to sku * feat(llm): add llm-quick-models * fix(llm): saved paths for instant model * fix(llm): fix quick-install-model --------- Co-authored-by: Zexi Li <zexi.li@icloud.com> | 8 个月前 | |
fix(cloudmon): cloudpods load | 3 年前 | |
feature: CloudId服务支持 | 6 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
fix(cloudmon): cloudpods load | 3 年前 | |
cloudnet: initial version | 6 年前 | |
fix: remove mutual dependency of cloudmux on onecloud (#15621) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
fix(cloudproxy): cloudproxy service auth first (#19499) | 2 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
feat(region,host,host-deployer): support set uefi boot order (#22527) | 1 年前 | |
fix: remove mutual dependency of cloudmux on onecloud (#15621) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
新增 devtool cron manager,用来管理Ansibleserver 的定时任务 | 6 年前 | |
fix: dhcpv6 support phase 3 (#22880) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 1 年前 | |
treewide: wait possible zombies | 5 年前 | |
update vendor | 6 年前 | |
fix: remove mutual dependency of cloudmux on onecloud (#15621) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
treewide: wait possible zombies | 5 年前 | |
treewide: wait possible zombies | 5 年前 | |
fix: docgengo (#18350) | 2 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
fix: hostman StartService() (#16126) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
fix: remove mutual dependency of cloudmux on onecloud (#15621) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
fix: add keystone initialization procedures | 7 年前 | |
fix: lbagent switch to backup (#15465) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
fix(keystone): upgrade ldap version (#23165) | 1 年前 | |
[OSPP]feature: Auto deploy llm and dify (#23282) * feat(llm): add llm-create * fix(llm): fix llm-create, add llm-list & llm-show * fix(llm): format file names * fear(llm): add exec stream * fear(llm): init llm model cache * fix(llm): move llm model cache to LocalImageCache * feat(llm): auto clean model cache * fix(llm): auto clean tmp model cache * feat(dify): init dify-create * fix(dify): change dify default registry * feat: support create model with gguf file * feat(llm): support more modelfile option for gguf file * feat(dify): init user customize dify parameters * feat: update llm as a service in climc * fix: delete llm from region service * feat: init llm service (with error) * fix: resolve errors (task cant callback yet) * feat: add PerformRequestHostActionByOtherService for container * fix: make llm service usable * feat: delete llm and dify after guest deleted * feat(llm): add llm-image * feat(llm): add llm-model * feat: mv old llm to ollama * feat(llm): init llm-batch-create(can not run) * fix(llm): make llm-create usable * fix(llm): add pull-model step * feat(llm): add list and delete * fix(llm): ollama pull official model don't rely on host & region's code any more * feat(llm): add dify-model * fix: remove llm's code in host & compute * fix: remove remain code in compute * feat(llm): Abstract out and reuse the llm_model logic * feat(llm): abstract llm_base from llm * fix(llm): make dify usable * feat(llm): add sync_dify_images.sh * fix(llm): format import * feat(llm): support start & stop for llm and dify * feat(llm): add model-update * fix(llm): gendocgo | 10 个月前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
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> | 11 个月前 | |
feat(region,host): mem clean after guest exited. (#14703) Signed-off-by: wanyaoqi <d3lx.yq@gmail.com> Co-authored-by: wanyaoqi <d3lx.yq@gmail.com> | 4 年前 | |
add monitor service | 6 年前 | |
fix: upgrade go 1.24 (#23241) | 11 个月前 | |
Refactor for Notify (#7611) * refactor(notify): ALL * feat(climc): Notify v2 * feat: support notify for codegen.py * delete deprecated code and Maintain SDK compatibility * Adjust the template for mail validation to support captcha * fix: The issue of notify refactoring * add copyright for notifyv2 cli * Adjust according to the advice of make check * Remove utils package in notify * fix import format * remove redundant Template module * fix validateCreate and validateUpdate of notifytemplate * fix update issues of receivers * fix: Add SetStageComplete in tasks | 5 年前 | |
fix(region): cloudpods baremetal (#20133) | 2 年前 | |
fix: remove mutual dependency of cloudmux on onecloud (#15621) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
fix: remove mutual dependency of cloudmux on onecloud (#15621) Co-authored-by: Qiu Jian <qiujian@yunionyun.com> | 3 年前 | |
feat(region,host): set pod cgroup for lxcfs | 2 年前 | |
fix: bug fixes, add docs | 6 年前 | |
feature: support SAML idp | 6 年前 | |
fix: docgengo (#18350) | 2 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
fix: avoid megacli hang on adpallinfo | 2 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 | |
fix(vpcagent): import ovn package in vpcagent service.go Signed-off-by: wanyaoqi <d3lx.yq@gmail.com> | 3 年前 | |
webconsole: wait zombies | 5 年前 | |
cloudcommon: 添加--log-file-prefix选项 指定日志文件名,rotate 10,每个100MB | 7 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 年前 | ||
| 6 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 7 年前 | ||
| 8 个月前 | ||
| 3 年前 | ||
| 6 年前 | ||
| 7 年前 | ||
| 3 年前 | ||
| 6 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 7 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 6 年前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 7 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 7 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 7 年前 | ||
| 11 个月前 | ||
| 4 年前 | ||
| 6 年前 | ||
| 11 个月前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 7 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 2 年前 | ||
| 7 年前 | ||
| 2 年前 | ||
| 7 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 7 年前 |