Commit Graph
6522 Commits
Author SHA1 Message Date
Qiu Jian 006d4e251b fix: 1. role_assignment missing groups 2. project rpcs returns errors 2019-06-26 00:23:44 +08:00
yunion-ci-robot deb86402d3 Merge pull request #1378 from ioito/hotfix/qx-scheduler-image-check
避免镜像第一次上传时未做缓存
2019-06-25 21:36:49 +08:00
ioito f94460511d 避免镜像第一次上传时未做缓存 2019-06-25 20:48:39 +08:00
yunion-ci-robot 3c755f5c4a Merge pull request #1372 from yousong/bugfix/yousong-go-mod
build: 改正版本信息注入
2019-06-25 15:21:49 +08:00
Yousong Zhou 2ff61702fc build: 改正版本信息注入 2019-06-25 07:13:28 +00:00
yunion-ci-robot 6692682e86 Merge pull request #1359 from ioito/hotfix/qx-zstack-secgroup-fix
替换有远端安全组的规则,避免网络不通
2019-06-25 11:47:49 +08:00
yunion-ci-robot 4e56e4ec6e Merge pull request #1367 from yousong/bugfix/yousong-lb
Bugfix/yousong lb
2019-06-25 11:45:51 +08:00
yunion-ci-robot 430189232a Merge pull request #1364 from wanyaoqi/bugfix/wyq/make-dhcp-port-optional
make dhcp server port optional
2019-06-25 10:35:50 +08:00
yunion-ci-robot a0d78caac2 Merge pull request #1361 from swordqiu/hotfix/qj-cloud-account-sync-status-inaccurate
fix: cloud account syncstatus is not accurate
2019-06-25 08:43:50 +08:00
Yousong Zhou c0b080ab66 validators: 默认将pending deleted的模型排除在外 2019-06-24 14:29:01 +00:00
Yousong Zhou 7bab7724a9 db: 添加IPendingDeletable类型 2019-06-24 14:25:26 +00:00
Yousong Zhou 51eb607717 lbagents: 改正vrrp模板 2019-06-24 14:25:26 +00:00
Qiu Jian 8cceda8dcf fix: cloud account syncstatus is not accurate 2019-06-24 22:18:05 +08:00
yunion-ci-robot 297a309ef0 Merge pull request #1366 from yousong/bugfix/yousong-go-mod
build: apply "-mod vendor" also to test target
2019-06-24 21:41:49 +08:00
Yousong Zhou ff2ccbed6c build: apply "-mod vendor" also to test target 2019-06-24 13:27:16 +00:00
wanyaoqi d399ca8d71 make dhcp server port optional 2019-06-24 20:56:07 +08:00
yunion-ci-robot 09d1af78ca Merge pull request #1358 from yousong/bugfix/yousong-go-mod
build: fix "make mod" target
2019-06-24 20:54:50 +08:00
Yousong Zhou a54d9bea6d build: fix $(shell go ..) call 2019-06-24 12:52:05 +00:00
ioito b09f2528b4 替换有远端安全组的规则,避免网络不通 2019-06-24 17:36:15 +08:00
yunion-ci-robot 7e45338afb Merge pull request #915 from yousong/feature/yousong-go-mod
switch to go modules
2019-06-24 16:17:50 +08:00
Yousong Zhou 8c88fbc9d9 treewide: gofmt with go1.12.6 2019-06-24 07:54:22 +00:00
Yousong Zhou 6a569ffb15 build: switch to using go mod 2019-06-24 07:54:15 +00:00
Yousong Zhou 3966355d5e vendor: using go modules
This change was made with the following commands

        go mod init
        go mod tidy
        go mod vendor -v

Revision of github.com/op/go-logging changed because
github.com/anacrolix/torrent requires the current version in its go.mod

        # github.com/op/go-logging
        yunion.io/x/onecloud/cmd/torrent
        github.com/anacrolix/torrent
        github.com/elgatito/upnp
        github.com/op/go-logging

Content of google.golang.org/grpc changed and it's indeed the case after
checking with the upstream repo.  It's very likely that the old content
is wrong.

Some packages like golang.org/x/sys/unix are added because they are
indeeded needed

Some packages are removed as a whole because they are needed anymore
2019-06-24 07:28:24 +00:00
yunion-ci-robot a59bec0832 Merge pull request #1336 from wanyaoqi/bugfix/wyq/fix-dhcp-reply
host: dhcp use raw socket
2019-06-24 15:16:49 +08:00
yunion-ci-robot 58ad36a808 Merge pull request #1350 from swordqiu/hotfix/qj-sync-delete-projects-and-ldap
fix: sync delete projects and related quota&usage data
2019-06-24 12:42:50 +08:00
yunion-ci-robot 11e52c0da0 Merge pull request #1328 from tb365/feature/tb-onecloud-skus-data-init
Feature/tb onecloud skus data init
2019-06-24 12:41:50 +08:00
yunion-ci-robot 2c6f5aa92c Merge pull request #1352 from ioito/hotfix/qx-network-sync
avoid duplicate network name
2019-06-24 12:31:50 +08:00
Qiu Jian 183d94f7a4 fix: update gin import 2019-06-24 12:29:24 +08:00
ioito a6c0979b2e avoid duplicate network name 2019-06-24 11:21:26 +08:00
Qiu Jian f219b96b13 update vendor 2019-06-24 02:54:28 +00:00
Qiu Jian 1dbb998844 fix: 1. sync delete projects and related quota&usage data
2. sync delete user/group/domain for ldap driver
3. ModelManager add OrderByExtraFields
2019-06-22 17:05:27 +08:00
yunion-ci-robot c761777a15 Merge pull request #1206 from wanyaoqi/feature/wyq/host-gpfs
feature: golang host gpfs
2019-06-22 12:58:48 +08:00
wanyaoqi 46115285cd fix attach storages 2019-06-22 12:49:54 +08:00
wanyaoqi c4a1dd7782 gpfs
- support gpfs
- fix cache non lvm
2019-06-22 12:48:57 +08:00
yunion-ci-robot d2487f91b9 Merge pull request #1298 from Zexi/feature/bm-ipmi-user-password
baremetal: change ipmi user password
2019-06-22 12:43:48 +08:00
Jian Qiu 978471a177 Merge branch 'master' into feature/bm-ipmi-user-password 2019-06-22 12:32:40 +08:00
yunion-ci-robot 5e0c50ba18 Merge pull request #1339 from ioito/hotfix/qx-zstack-mini-disk-size
fix zstack mini disk size
2019-06-22 12:31:49 +08:00
Jian Qiu c892d72887 Merge branch 'master' into hotfix/qx-zstack-mini-disk-size 2019-06-22 12:27:54 +08:00
Jian Qiu da96010bdb Merge branch 'master' into feature/bm-ipmi-user-password 2019-06-22 12:26:33 +08:00
yunion-ci-robot 6d197bfda4 Merge pull request #1271 from yousong/feature/yousong-lbagent-deploy
lbagents: 增加deploy支持
2019-06-22 12:19:49 +08:00
yunion-ci-robot c332634b14 Merge pull request #1287 from yousong/bugfix/yousong-bool-true
treewide: 将default:"true"的bool字段改为tristate.TriState
2019-06-22 12:17:49 +08:00
Zexi Li afe0d15e24 Merge pull request #1341 from Zexi/hotfix/scheduler-score
scheduler: fix prefer avoid score
2019-06-21 14:05:12 +08:00
Zexi d17fbaf02c scheduler: fix prefer avoid score 2019-06-21 13:57:13 +08:00
wanyaoqi 7371f1ca55 dhcp use raw socket
vendor update
update golang/x/sys
2019-06-21 13:42:37 +08:00
ioito b89a59951f fix zstack mini disk size 2019-06-21 11:22:36 +08:00
Jian Qiu 92b90cdbe0 fix: protect projects with resources in any services (#1337) 2019-06-21 09:09:27 +08:00
yunion-ci-robot db4aa765f3 Merge pull request #1334 from Zexi/hotfix/scheduler-image-fileter
scheduler: add image zone filter
2019-06-21 09:08:49 +08:00
Zexi 4aa4bafd7b scheduler: add image zone filter 2019-06-20 21:36:38 +08:00
yunion-ci-robot 237d245a0d Merge pull request #1330 from wanyaoqi/bugfix/wyq/remove-default-listen-address
baremetal: remove default listen address
2019-06-20 21:25:50 +08:00
Yousong Zhou bb1fd0bc59 treewide: 将default:"true"的bool字段改为tristate.TriState
使用以下命令进行字段类型更改

	ag 'bool .*`.*default:"true"' pkg \
		| grep models \
		| cut -f1 -d: \
		| xargs sed -i -r -e 's/bool (.*)default:"true"/tristate.TriState \1default:"true"/'
2019-06-20 11:03:38 +00:00