屈轩
21822dc778
fix(mcp-server): mcp use climc struct ( #25184 )
2026-07-20 17:17:24 +08:00
屈轩
5381986ed8
fix(cloudid): batch detach policy ( #25164 )
2026-07-16 19:27:50 +08:00
Zexi Li
98d4515548
feat(aiproxy): auto-provision placeholder ai_key for upstream resolve ( #25155 )
2026-07-15 19:24:43 +08:00
Zexi Li
83f4518355
feat(aiproxy): move visual provider to model columns and support streaming responses ( #25143 )
...
Promote visual_provider_id/visual_model_key to dedicated ai_model columns,
force non-stream upstream orchestration for visual paths, and synthesize SSE
chunks for streaming Responses requests that include images.
2026-07-14 18:39:44 +08:00
Zexi Li
e73cb9dc43
feat(aiproxy): add Z.AI / Zhipu provider with dual OpenAI and Anthropic API modes ( #25130 )
...
Register zhipu as a public OpenAI-compat provider with GLM catalog seeds,
Anthropic passthrough routing, and v4-style base URL path handling.
2026-07-13 11:25:09 +08:00
Zexi Li
0d58ed4ccb
feat(aiproxy): add OpenAI Responses API with provider adapters and Codex support ( #25121 )
...
Implement /v1/responses endpoint with multi-provider translation (OpenAI, Azure,
Anthropic, Gemini), streaming compat layers, Codex config/tool integration, and
updated functional test docs.
2026-07-10 16:40:42 +08:00
Zexi Li
f538dcf2e6
feat(aiproxy): add Anthropic Messages API and migrate functional tests to Go ( #25097 )
...
Add /v1/messages handler with Anthropic-to-OpenAI translation, upstream
failover, and probe endpoints. Replace shell-based functional test scripts
with pkg/aiproxy/ft and climc test commands; consolidate documentation.
2026-07-07 20:13:03 +08:00
Zexi Li
f1f3c1df2a
feat(llm): support local_path scheduling with prefer_hosts and deployment restart ( #25085 )
2026-07-01 13:11:02 +08:00
Zexi Li
4237ce52ea
feat(llm): sync llm deployment with aiproxy catalog and routing ( #25013 )
...
Add auto_register_aiproxy on llm_deployment creation, background sync task,
and register/unregister CLI actions. Link aiproxy providers, routings, and
models to llm replicas via llm_id and llm_deployment_id fields.
2026-06-22 19:35:50 +08:00
屈轩
7cff45fb5b
feat(aiproxy): add aiproxy ( #25003 )
2026-06-09 18:54:54 +08:00
屈轩
c568447a61
fix(mcp-server): update mcp docs ( #24652 )
2026-04-09 20:45:23 +08:00
屈轩
07ce88c828
fix(mcp): cherry pick 4.0 ( #23617 )
2025-10-28 15:22:48 +08:00
屈轩
9ea44bbeb4
fix(region): dbinstance swagger api ( #21553 )
2024-11-07 15:17:10 +08:00
屈轩
207cb03076
fix(docs): update swagger api ( #21332 )
2024-10-01 08:50:40 +08:00
屈轩
74cdcf7e6d
fix(docs): update swagger api ( #20100 )
2024-04-22 16:24:28 +08:00
am6737
f2cd8a7e2a
feat(region): support custom user data in Google Cloud VM rebuild ( #19124 )
...
- ServerDeployInputBase结构体添加UserData字段用于部署虚拟机时获取用户自定义数据
- docs/swagger/swagger_compute.yaml中的ServerRebuildRootInput添加user_data字段
- RequestDeployGuestOnHost方法中添加rebuild重装系统获取user_data的逻辑
2023-12-27 18:44:13 +08:00
ioito
cbe6216da2
fix(region): swagger api update
2023-06-02 17:26:06 +08:00
Zexi Li
1b34d8c102
feat(host-image): build host-image
2021-12-22 15:08:39 +08:00
Zexi Li
9fd99a22fd
README: update architecture img
2020-09-01 16:19:54 +08:00
Zexi Li
bb540ff10c
README: update architecture picture
2020-07-02 10:54:56 +08:00
Qu Xuan
e3e35aecae
fix: 安全组列表添加server过滤参数
2019-11-15 11:13:16 +08:00
yunion-ci-robot
5c2307d8e8
Merge pull request #3620 from yousong/feature/yousong-docs-lb-backend-status
...
docs: lb: 添加backend-status接口
2019-11-13 17:44:18 +08:00
Yousong Zhou
8cc5f0cd4b
docs: 改正integer类型指定
2019-11-12 13:45:55 +00:00
Yousong Zhou
ab911d9ee6
docs: lb: 添加backend-status接口
2019-11-12 13:44:42 +00:00
Yousong Zhou
0920c2140b
docs: 添加loadbalancerlistenerrule相关接口文档
2019-11-12 13:44:42 +00:00
Qu Xuan
d4e168e72c
fix: 支持创建时指定多个安全组
2019-11-12 19:55:16 +08:00
yunion-ci-robot
eceb9a832b
Merge pull request #3535 from ioito/hotfix/qx-server-sku-sync
...
fix: remove private cloud server sku brand and provider attribute
2019-11-11 20:41:18 +08:00
Qu Xuan
704733ca81
fix: remove private cloud server sku brand and provider attribute
2019-11-08 17:50:30 +08:00
Qu Xuan
cf7e876e03
fix: 避免因backup删除失败导致删除rds无限失败
2019-11-07 19:46:43 +08:00
Rain
8e55bee9b3
feat & fix: Add batch operator and fix some bugs for instance group
...
Feature:
1. Add apis: list server by group, list group by server, bind
servers, unbind servers, bind groups, unbind groups.
2. Add climc command and docs corresponding to the above newly added apis
3. Add log about binding and unbinding operator.
4. Support enable and disable instance group.
Fix:
1. Set capacity zeor if there are not enough resource aboue forced
instance group in one host.
2. Change the stage(real delete => pending delete) that guest leave all groups.
2019-11-06 13:06:03 +08:00
TangBin
732dcdd3be
redis support 2
2019-10-31 19:51:02 +08:00
ioito
21be27e36c
add rds operation
2019-10-24 11:40:22 +08:00
ioito
b85f414d4b
feature: 支持预cache secgroup到云上
2019-10-22 19:51:03 +08:00
Rain
a8fddb66cc
feature: guest image create from vm, delete, update, list; create vm
...
from guest image.
2019-10-22 17:35:32 +08:00
Rain
07dc073b14
Bugfix: add the operation log of natgateway; display correctly multiple
...
eip of snat rule in huawei cloud; bind ip to natgateway automatically
when creating nat rule in aliyun cloud and try to unbind when deleting; fill
or unfill the fields AssociateType, AssociateId when creating or
deleting nat rule in huawei cloud; add SNatEntry and SNatEntryManager
which has common field and function of SNat and DNat.
2019-10-22 15:20:13 +08:00
yunion-ci-robot
2f577ea0c0
Merge pull request #3187 from ioito/hotfix/qx-cloud-account-tenant
...
fix: 创建云账号时指定tenant生效
2019-10-15 22:12:01 +08:00
yunion-ci-robot
4619e6d90e
Merge pull request #3205 from ioito/hotfix/qx-network-interface-detail
...
fix: 返回网卡所在的网络名称信息
2019-10-14 16:44:02 +08:00
yunion-ci-robot
9a6378968a
Merge pull request #3127 from Mjoycarry/bugfix/snapshotpolicy_countdisk
...
Bugfix and feature add : snapshotpolicy
2019-10-14 12:45:40 +08:00
Rain
31146aa5ec
fix
...
log for snapshotpolicy
docs
auto sync
add performCache for snapshotpolicy
detach snapshotpolicy after detach disk and guest
fix sync snapshot of disk in qcloud
2019-10-14 11:07:46 +08:00
ioito
c741f028a1
fix: 返回网卡所在的网络名称信息
2019-10-12 19:18:42 +08:00
TangBin
6351546a79
add loadblancer acl&cert cached api docs
2019-10-12 19:13:55 +08:00
ioito
a17eafaa25
fix: 创建云账号时指定tenant生效
2019-10-12 13:48:34 +08:00
ioito
c245e147ad
add: 支持创建安全组时同时创建规则
2019-09-26 18:04:09 +08:00
Rain
ef2e19653f
nat_docs fix
2019-09-24 17:54:29 +08:00
Qiu Jian
de556206ec
feature: keystone v3 auth response carry user's displayname/email/mobile
2019-09-19 00:02:31 +08:00
ioito
0056edb81d
hotfix: add storagecache api docs
2019-09-16 14:50:29 +08:00
ioito
6ad60a4b26
add: image-upload api docs
2019-09-11 14:01:36 +08:00
Rain
3211230a86
add interface fetch resources of snats and dnats
...
snat network show
check sourcecidr is available when creating snat
add natgateway, snattable, dnattable to compute system resources
2019-09-07 18:48:35 +08:00
Rain
92a86d2a1d
snapshotpolicy and disk should have same domain and project in snapshotpolicydisks
...
snapshotpolicydisk disk details
registerModelManager is reqired but AddHander for snapshotpolicy cache IModelManager
2019-09-07 11:49:56 +08:00
Rain
99687f759e
local snapshotpolicy
2019-09-02 15:35:24 +08:00