Commit Graph
4852 Commits
Author SHA1 Message Date
yunion-ci-robot ceace185bb Merge pull request #2280 from wanyaoqi/feature/wyq/vpc-distinct-field-add-manager
feature: vpc add distinct field manager
2019-08-15 10:36:03 +08:00
wanyaoqi e1c921cf25 add distinct field manager 2019-08-14 20:41:37 +08:00
ioito 24936d42f1 fix: missing setup managerId for snapshot 2019-08-14 20:07:41 +08:00
yunion-ci-robot ee5ff1a013 Merge pull request #2198 from ioito/hotfix/qx-private-sku-fix
fix: private sku sync and delete
2019-08-14 11:40:01 +08:00
Qiu Jian 903f1e1de3 fix: 1. after cloud-account-sync, cloud provider status in queueing 2.
huawei/azure/qcloud sync status error
2019-08-14 09:54:00 +08:00
Yousong Zhou be1e7e64ae Merge pull request #2264 from swordqiu/hotfix/qj-qcloud-storagecache-bucket-name-too-long
fix: qcloud storagecache bucket name too long
2019-08-14 09:51:10 +08:00
Qiu Jian 73cc14ed08 fix: qcloud storagecache bucket name too long 2019-08-14 00:32:47 +08:00
Qiu Jian 021c8682db fix: 1. aws s3 fail to mkdir 2. put object requires acl 2019-08-13 21:35:39 +08:00
wanyaoqi 2fcaa58c64 fix sku cron job 2019-08-13 21:14:38 +08:00
ioito 6c88755166 fix: private sku sync and delete 2019-08-13 19:39:37 +08:00
yunion-ci-robot 6f911f7aba Merge pull request #2241 from swordqiu/hotfix/qj-region-zone-filter-by-providers
fix: cloudregion and zone list filter by providers/brands
2019-08-13 18:59:03 +08:00
yunion-ci-robot 4ba0111227 Merge pull request #2250 from wanyaoqi/feature/wyq/support-get-user-tags
feature: export data support get user tags
2019-08-13 18:54:02 +08:00
yunion-ci-robot 6b976315da Merge pull request #2227 from wanyaoqi/feature/wyq/snapshot-and-ceph
feature: ceph snapshot
2019-08-13 18:53:03 +08:00
yunion-ci-robot aecd859086 Merge pull request #2249 from zexi/bugfix/baremetal-rebuild-no-passwd
baremetal: fix rebuild root no password
2019-08-13 18:34:01 +08:00
Zexi cb007df6b7 baremetal: fix rebuild root no password 2019-08-13 18:21:10 +08:00
wanyaoqi 24c3962d4a support get user tags 2019-08-13 18:20:59 +08:00
tb365 680ee461b4 Merge branch 'master' into bugfix/tb-api-get-spec-dispatcher-fix 2019-08-13 15:02:16 +08:00
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
TangBin 17a5c32430 bucket upload fix 2019-08-13 11:33:34 +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
Qiu Jian 18b4b1b0b7 fix: cloudregion and zone list filter by providers/brands 2019-08-12 22:03:43 +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
TangBin c0a59b32d8 get spec fix 2019-08-12 20:24:49 +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
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 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 4db75de5a0 Merge pull request #2214 from yousong/bugfix/yousong-lb-update
lb: 改正update参数校验
2019-08-12 09:59:01 +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
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
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
Qiu Jian f27d997b81 fix: qcloud/aws temp url not working 2019-08-08 23:28:10 +08:00
TangBin e8b3972e0b elb bugfix 2019-08-08 20:59:48 +08:00