yunion-ci-robot
79cf558a13
Merge pull request #5457 from ioito/hotfix/qx-cloudaccount-test-connectivity
...
hotfix: 支持更新云账号密码时测试账号连通性
2020-03-12 18:08:16 +08:00
张旭
8f69e245b2
change climc bucket options import
2020-03-12 10:44:23 +08:00
张旭
677737215e
add bucket connection test
2020-03-11 21:04:20 +08:00
Qu Xuan
b47ee82112
hotfix: 支持更新云账号密码时测试账号连通性
2020-03-11 18:38:16 +08:00
Zexi Li
49725a3af2
climc: add server and host ssh terminal util
2020-03-10 18:19:09 +08:00
Qiu Jian
e68bbf6fb9
fix: add keystone service type filter
2020-03-06 21:37:03 +08:00
Rain
f8642421de
fix: Add 'scope=system' and 'system' for Caches when querying from Keystone.
...
1. Query 'scope=system' and 'system=true' is neccessary when fetching all users
or groups from Keystone.
Without these, users and groups in other domains (non-caller domains),
as well as system-level users, cannot be detected.
2. Query 'scope=system' is neccessary when fetching all project from Keystone.
2020-03-06 17:10:58 +08:00
yunion-ci-robot
5eab1ce5ef
Merge pull request #5353 from rainzm/feature/notify_feishu
...
feature(notify): Add query and return value for contact UPDATE interface
2020-03-05 19:03:51 +08:00
Rain
f876aed69f
feature(notify): Add query and return value for contact UPDATE interface
...
1. Add same return value with contact GET interface when updating
2. Add pull params for query to pull subcontact by mobile number.
For example, pull user_id from dingtalk throught user's mobile
number.
3. Add corresponding feature based on above for climc.
4. UserCache will try FetchByName if there is no id matched user when
fetching users from KeyStone.
2020-03-05 17:01:29 +08:00
Zexi Li
1b54766c9c
alert notification use joint model
2020-03-04 19:12:48 +08:00
Qiu Jian
cf5498ac24
feature: recode structuralized GetExtraDetails and ListItemFilter
2020-03-04 14:01:25 +08:00
Zexi Li
5645e4e15a
add monitor service
2020-03-02 20:00:08 +08:00
Rain
a81004254f
feature(notify): Validate config
2020-02-24 14:09:18 +08:00
Zexi Li
53184acbce
region: server list by host sn
2020-02-13 21:06:49 +08:00
yunion-ci-robot
746c43e8d7
Merge pull request #5092 from bistuzx/master
...
update account bucket options
2020-02-13 03:47:01 +08:00
张旭
71f87ba109
update account bucket options
2020-02-12 18:03:23 +08:00
Zexi Li
0b3ef91083
webconsole: use base64 encode connect_params
2020-02-12 11:42:52 +08:00
yunion-ci-robot
682361acb8
Merge pull request #4256 from yousong/feature/yousong-vpc
...
Feature/yousong vpc
2020-01-19 11:47:11 +08:00
yunion-ci-robot
3b6142d874
Merge pull request #4972 from wanyaoqi/feature/wyq/guest-network-fix
...
hotplug network device
2020-01-19 11:40:11 +08:00
wanyaoqi
de34764cad
support attach multi network
2020-01-19 10:39:12 +08:00
wanyaoqi
c74d8ca0c7
hotplug network device
2020-01-18 15:01:08 +08:00
Qiu Jian
c114ef9411
fix: network-reserve-ip ignores expired reserved ips
2020-01-18 11:05:45 +08:00
Yousong Zhou
bc999888a2
vpcagent: a vpc agent with ovn driver
2020-01-17 17:48:04 +08:00
yunion-ci-robot
e7a3905669
Merge pull request #4926 from ioito/hotfix/qx-cloudevent-list-filter
...
cloudevent 支持since until参数过滤
2020-01-17 09:20:08 +08:00
Qu Xuan
495214e4c2
cloudevent 支持since until参数过滤
2020-01-16 19:37:55 +08:00
TangBin
8b0f4b6576
ctyun operations
2020-01-16 17:05:20 +08:00
TangBin
276bfe40ab
comment fix
2020-01-16 14:05:13 +08:00
TangBin
14b58d8c6d
ctyun bugfix
2020-01-16 11:36:40 +08:00
yunion-ci-robot
f6cb85592d
Merge pull request #4253 from ioito/feature/qx-google-operation
...
Feature/qx google operation
2020-01-16 11:02:05 +08:00
Qu Xuan
4a6a4c594a
feature: google云操作支持
2020-01-15 20:23:31 +08:00
Qiu Jian
14c1ddaccb
feature: cloudprovider capability filter and listinput recode
2020-01-13 13:19:47 +08:00
yunion-ci-robot
0eec98d1f8
Merge pull request #4712 from tb365/feature/tb-support-update-skus-manually
...
cloud account support manually sync skus
2020-01-10 20:05:58 +08:00
TangBin
5fd512cf11
cloud account support manually sync skus
2020-01-09 11:07:33 +08:00
Qu Xuan
1d6cf71cfc
fix: add api docs
2020-01-08 11:54:57 +08:00
Qiu Jian
008ac4c2ab
fix: remove bw/ebw quota limit
2020-01-04 23:30:52 +08:00
yunion-ci-robot
359ed35e7d
Merge pull request #4419 from rainzm/feature/esxi_agent_bb
...
Feature(esxi-agent): Esxi Agent Go Version
2020-01-04 21:07:37 +08:00
Rain
babc05b772
feature(esxi-agent): Esxi Agent Golang
...
1. 修改了host-deployer 使其支持 vmware vddk 的 deploy guest fs 操作。
2. esxi agent python ==> Go
fix(esxi-agent): Fix some bugs and irregular contents
fix(esxi-agent): Partial parameter structure
fix(esxi-agent): Add ovf template and remove some binary file
fix(esxi-agent): Format Code
fix(esxi-agent): fix based on reviewers' comments
fix(esxi-agent): fix host-deployer because of occasional unknown panic
fix: DelayTask should have a new Context
fix(esxi-agent): call hostutils.DelayTask
change '_interface' package to 'iagent' package
fix(esxi-agent): Fix some irregular code
2020-01-04 20:57:13 +08:00
yunion-ci-robot
d459d64fc4
Merge pull request #4557 from bistuzx/bugfix/account-billing-bucket
...
add cloud account create&update options
2020-01-04 20:27:37 +08:00
张旭
58d2ef7f15
add cloud account create&update options
2020-01-04 18:05:34 +08:00
Qiu Jian
307689b3e7
fix: domain quota-list include domain's own quota
2020-01-04 17:07:19 +08:00
Qiu Jian
4a8a79a786
bug fixes
2020-01-03 13:58:05 +08:00
Qiu Jian
753fa84e26
fix: move loadblancer quota from zone to region
2020-01-02 11:36:48 +08:00
yunion-ci-robot
7a47b633ff
Merge pull request #4442 from wanyaoqi/feature/wyq/image-batch-update
...
feature: image batch update
2019-12-31 18:45:36 +08:00
Qiu Jian
e5d80f2ed4
feature: allow skip password complexity check when creating user
2019-12-31 17:59:31 +08:00
wanyaoqi
4adcabdd0f
image batch update
2019-12-31 16:21:39 +08:00
Qiu Jian
f41de9139d
fix: host-update ipmi and host-sync-config support
2019-12-30 16:05:05 +08:00
yunion-ci-robot
a3db9b1311
Merge pull request #4291 from yousong/feature/yousong-guest-ipmac
...
Feature/yousong guest ipmac
2019-12-27 01:06:36 +08:00
Qiu Jian
7433134cb4
fix: bucket list objects with marker and limit
2019-12-25 23:06:16 +08:00
Yousong Zhou
e65081c93f
climc: add server-modify-src-check
2019-12-25 12:09:50 +08:00
Qiu Jian
6d8f19273c
feature: service config update support
2019-12-23 19:09:32 +08:00