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
Rain
61ff025886
Fix(notify): Unified the api params and fix some bug.
...
1. Config Verify 和 Contact 的 InitalizeData 写得过于直接了。
会导致正常的数据被覆盖。实际上,数据的Init只需要更换数据
库的时候更新,如何判断数据库要被更新了,就是判断新出现的
column 有没有非零值的,如果有,就说明数据库不是第一次更新。
2. 前端的请求经过yunionapi,最终会调用climc里面注册的ResourceManager,
所以这个地方一定要和后端的参数处理统一。之前因为添加 uname
的支持破坏了这个地方的统一,虽然climc可以调用成功但是前端接口调用会失败。
3. Resend 的bug,会导致任务的阻塞。
4. 为了兼容kapacitor对climc
notify的调用,分成了notify和notify-batch两个命令。
2019-12-20 11:39:17 +08:00
Rain
59a7b155a3
fix(notify): Fix the bugs of user cache and some api's params
2019-12-17 17:18:22 +08:00
yunion-ci-robot
f5a0c6d6b3
Merge pull request #4167 from swordqiu/hotfix/qj-allow-delete-quota
...
feature: allow delete none-default quota
2019-12-17 14:00:03 +08:00
yunion-ci-robot
ab5d281972
Merge pull request #4128 from swordqiu/feature/qj-object-store-support-http-meta-header
...
feature: object storage support set/get http headers
2019-12-17 13:59:03 +08:00
Qiu Jian
dc34a66d00
feature: allow delete none-default quota
...
fix: cannot set a quota to zero
2019-12-14 23:34:17 +08:00
Qiu Jian
f87df159d5
fix: bucket-object-upload not work
2019-12-14 20:04:31 +08:00
Qiu Jian
33a736a113
misc imporvements
2019-12-14 19:22:24 +08:00
Rain
2222c7779c
feat(notify): Available uname in api & Unified template management
...
1. Uname is availbale now in api via adding "uname=true" in query.
So we can use uname in climc which is much more visual and use uid in
web client which avoid time-consuming remote calls that may occur.
2. Previously, the template for the message was managed by the
individual sending components. Now, these templats was managed uniformly
by Notify Service so that we can easily add and remove.
3. Now, failure to send a validation message will trigger a notification
to the user via websocket.
2019-12-14 16:49:26 +08:00
yunion-ci-robot
f220d0c89a
Merge pull request #4050 from ioito/hotfix/qx-cloudevent-optimized
...
fix: cloudevent过滤及详情信息
2019-12-14 12:31:00 +08:00
Qiu Jian
f0ccabb27e
fix: 1. image-quota-list 404 not found 2. usage nil pointer panic
2019-12-12 17:41:59 +08:00
张旭
878e6791ac
delete duplicate param brand
2019-12-12 15:18:04 +08:00
yunion-ci-robot
b2719e5f73
Merge pull request #4090 from swordqiu/feature/qj-quota-recode-recover
...
Feature/qj quota recode recover
2019-12-12 12:41:02 +08:00
yunion-ci-robot
24868824d9
Merge pull request #4109 from bistuzx/master
...
add associated_bills & modify meter version
2019-12-12 12:04:59 +08:00
Qiu Jian
0dcbb2147f
update vendor
2019-12-12 11:31:47 +08:00
Qiu Jian
9d6d28b36a
clean usages when resource deleted
2019-12-12 11:31:47 +08:00
Qiu Jian
0d487cd601
bufix 20191209
2019-12-12 11:31:47 +08:00
Qiu Jian
39de0f0ee7
quota recode update 2
2019-12-12 11:31:46 +08:00
Qiu Jian
3dba5360d7
quota recode
2019-12-12 11:31:41 +08:00
张旭
8e9f5066fe
add associated_bills & modify meter version
2019-12-12 11:10:21 +08:00
Qu Xuan
f9ae7d9244
fix: globalnetwork -> globalvpc
2019-12-11 22:28:07 +08:00
郑雨
06eccd18d8
feat(region): Add Guest Template & Service Catalog
...
Modify the structure of ServerCreateOptions so that
GuestTemplateCreateOptions can reuse most field.
2019-12-09 11:24:01 +08:00
yunion-ci-robot
45302ab49f
Merge pull request #4045 from rainzm/feature/vm_resume
...
feat(region): Support for resuming vm suspended in vmware
2019-12-09 11:15:37 +08:00
Zexi Li
b70decaf24
Merge pull request #3997 from wanyaoqi/feature/wyq/host-use-command-executor
...
feature: host container deployment
2019-12-09 10:49:49 +08:00
Qu Xuan
486b7b35e7
fix: cloudevent过滤及详情信息
2019-12-06 17:35:53 +08:00
郑雨
15edc45030
feat(region): Support for resuming vm suspended in vmware
2019-12-06 16:35:37 +08:00
郑雨
58d8bf212c
fix(region): The param of list instancegroup filter by Guest is 'server'
2019-12-06 10:48:33 +08:00
wanyaoqi
c8fff1d44f
add rpm file, add socket used check
2019-12-05 20:58:57 +08:00
wanyaoqi
7bf48c992e
- add command executor
...
- host prepare for deploy on container
- procutils adpat to executor
2019-12-04 20:49:39 +08:00