Commit Graph
7140 Commits
Author SHA1 Message Date
wanyaoqi e32c7bdb4e - feature: refact snapshot related code
- feature: rbd snapshot
- bugfix: ceph cache iso image
- delete disk create snapshot and guest create snapshot
- fix auto snapshot
- fix disk reset
2019-08-13 13:07:56 +08:00
yunion-ci-robot 345d2dd38f Merge pull request #2234 from ioito/hotfix/qx-qcloud-inject-password-by-cloud-init
fix: no need to inject password by cloud-init for qcloud
2019-08-12 22:16:01 +08:00
yunion-ci-robot 871b373b6f Merge pull request #2222 from swordqiu/hotfix/qj-public-cloud-network-public-scope-system
fix: when turning off non-default-domain-projects, network public scope
2019-08-12 21:57:02 +08:00
yunion-ci-robot 712e55ff84 Merge pull request #2207 from swordqiu/hotfix/qj-bucket-short-desc-include-cloudproviderinfo
fix: bucket GetShortDesc includes cloudproviderinfo
2019-08-12 21:55:02 +08:00
yunion-ci-robot 5c80d546eb Merge pull request #2228 from tb365/bugfix/tb-bucket-object-upload
bucket object upload params change
2019-08-12 19:52:02 +08:00
ioito 8a95639f59 fix: no need to inject password by cloud-init for qcloud 2019-08-12 19:45:38 +08:00
TangBin 7708cf64c4 bucket object upload params change 2019-08-12 19:10:43 +08:00
yunion-ci-robot 83e5c20ebd Merge pull request #2233 from ioito/hotfix/qx-docs-fix
fix: index for instance change-config docs
2019-08-12 18:24:00 +08:00
yunion-ci-robot 5f62114b48 Merge pull request #2230 from zhasm/feature/rex-add-index-on-tenent-id-for-actionlog
对 actionlog 的 tenent_id 字段加索引,提升 actionlog 查询速率
2019-08-12 18:18:00 +08:00
ioito da8aa4ca40 fix: index for instance change-config docs 2019-08-12 18:08:52 +08:00
Zhang Dongliang b2c5e15955 对 actionlog 的 tenent_id 字段加索引,提升 actionlog 查询速率 2019-08-12 17:50:48 +08:00
yunion-ci-robot 43173d979f Merge pull request #2202 from ioito/bugfix/qx-snapshot
fix: sync cloud snapshot size
2019-08-12 11:50:01 +08:00
yunion-ci-robot 0ed06c8ce2 Merge pull request #2225 from swordqiu/feature/qj-objectstore-multipart-upload-support
Feature/qj objectstore multipart upload support
2019-08-12 11:44:01 +08:00
Qiu Jian a324776bba fix: image.download changes output parameters 2019-08-12 11:24:54 +08:00
Qiu Jian 17979f289d update vendor 2019-08-12 11:02:53 +08:00
Qiu Jian 4b2316208c feature: s3upload support multipart upload 2019-08-12 10:34:51 +08:00
Qiu Jian a0e5881596 fix: when turning off non-default-domain-projects, network public scope
should swtich to system scope
2019-08-12 10:17:05 +08:00
Qiu Jian 963af1311a fix: bucket GetShortDesc includes cloudproviderinfo 2019-08-12 10:00:10 +08:00
yunion-ci-robot ae19864d34 Merge pull request #2219 from zhasm/hotfix/rex-fix-secgrop-quota-set
quota-set 新增 secgroup 字段
2019-08-12 10:00:00 +08:00
yunion-ci-robot 4db75de5a0 Merge pull request #2214 from yousong/bugfix/yousong-lb-update
lb: 改正update参数校验
2019-08-12 09:59:01 +08:00
yunion-ci-robot e72390f7b6 Merge pull request #2209 from yousong/bugfix/yousong-climc-wire-mtu-default
wires: 改正mtu校验
2019-08-12 09:58:01 +08:00
Zhang Dongliang ad360f2218 quota-set 新增 secgroup 字段 2019-08-12 09:29:11 +08:00
Yousong Zhou 6926147afb lb: 改正update参数校验
Fixes e4ef23515f ("aws elb support")

Ref

	BEGIN {
		c=0
		u=0
		fool=0
	}

	/^+++ b/ {
		f=substr($0, 7)
		next
	}

	/^@@ .*Create.*/ {
		cl=$0
		c=1
		u=0
		next
	}

	/^@@ .*Update.*/ {
		ul=$0
		c=0
		u=1
		next
	}

	/func init()/ {
		next
	}

	/^@@ .*/ {
		fool=1
		printf "unknown: %s\n", $0
		exit
	}

	/ RunValidators\([^)]+, false); .*/ {
		if (c == 0) {
			printf "%s: %d: c err: %s\n", f, NR, cl
			exit
		}
	}

	/ RunValidators\([^)]+, true); .*/ {
		if (u == 0) {
			printf "%s: %d: u err: %s\n", f, NR, ul
			exit
		}
	}
2019-08-11 14:56:33 +00:00
Yousong Zhou 8a345e9998 wires: 改正mtu校验
Fixes a7486641df ("wires: 添加mtu属性")
2019-08-11 14:55:48 +00:00
yunion-ci-robot 205e2770c0 Merge pull request #2211 from yousong/bugfix/yousong-lbcluster-add-wire-affiliation
lbcluster: 添加wire亲和性质
2019-08-11 14:38:01 +08:00
yunion-ci-robot 21ef363f78 Merge pull request #2216 from yousong/bugfix/yousong-coverage
circleci: coverage.sh: 改善内存消耗
2019-08-11 14:09:02 +08:00
Yousong Zhou 4749dd9cb6 circleci: coverage.sh: 改善内存消耗 2019-08-10 18:36:38 +00:00
Yousong Zhou d16aa63452 lbcluster: 限定仅管理员可操作 2019-08-10 10:20:46 +00:00
Yousong Zhou dbe4398b03 lbcluster: lbcluster-list支持--wire, --zone过滤 2019-08-10 10:20:46 +00:00
Yousong Zhou cfadfb8a04 lbcluster: 添加wire亲和性质 2019-08-10 10:20:46 +00:00
ioito e3ee3c54cb fix: sync cloud snapshot size 2019-08-10 16:27:38 +08:00
yunion-ci-robot c60913e34c Merge pull request #2196 from Zexi/feature/apigateway
add apigateway service
2019-08-10 10:17:59 +08:00
Zexi 9dbc257e4d add apigateway service 2019-08-09 21:11:46 +08:00
yunion-ci-robot f37b1f213f Merge pull request #2127 from Zexi/feature/build-docker-image
添加各个组件制作成 docker 镜像的 Dockerfile
2019-08-09 20:17:59 +08:00
yunion-ci-robot e1fb73c34d Merge pull request #2199 from yousong/bugfix/yousong-choices-hint
Bugfix/yousong choices hint
2019-08-09 20:03:00 +08:00
Yousong Zhou 57f459b643 climc: 去掉help string中关于choice的内容 2019-08-09 09:48:09 +00:00
Yousong Zhou b99cf64367 vendor: update structarg 2019-08-09 09:48:09 +00:00
Zexi a1a8525589 add compents docker file 2019-08-09 17:44:29 +08:00
yunion-ci-robot 23a59f341b Merge pull request #2193 from swordqiu/hotfix/qj-imported-esxi-rebuild-root-fail
fix: imported esxi VM fail to rebuild root
2019-08-09 09:51:59 +08:00
Qiu Jian b5210a92d3 fix: imported esxi VM fail to rebuild root 2019-08-09 00:58:21 +08:00
yunion-ci-robot 32113858ef Merge pull request #2191 from swordqiu/hotfix/qj-qcloud-temp-url-error
fix: qcloud/aws temp url not working
2019-08-09 00:01:59 +08:00
Qiu Jian f27d997b81 fix: qcloud/aws temp url not working 2019-08-08 23:28:10 +08:00
yunion-ci-robot 04ee0a85b2 Merge pull request #2159 from tb365/bugfix/tb-elb-bugfix-0807
elb bugfix
2019-08-08 21:30:57 +08:00
TangBin e8b3972e0b elb bugfix 2019-08-08 20:59:48 +08:00
yunion-ci-robot 5272bd774e Merge pull request #2186 from ioito/hotfix/qx-lb-purge-fix
fix: lb purge error
2019-08-08 20:05:58 +08:00
yunion-ci-robot b10ba5b91b Merge pull request #2179 from swordqiu/hotfix/qj-object-acl-not-found
fix: 1. get object acl not found 2. distinguish primary url for bucket
2019-08-08 20:01:58 +08:00
yunion-ci-robot b283fb8143 Merge pull request #2181 from tb365/bugfix/tb-aws-cpu-bugfix
cpu core bugfix
2019-08-08 19:49:59 +08:00
ioito f22ab9cc00 fix: lb purge error 2019-08-08 19:49:02 +08:00
TangBin 749a192095 cpu core bugfix 2019-08-08 19:32:24 +08:00
Qiu Jian 3d11836ea7 fix: 1. get object acl not found 2. distinguish primary url for bucket 2019-08-08 18:16:52 +08:00