Commit Graph

92 Commits

Author SHA1 Message Date
Zexi Li
c393c1deb3 fix: services model incorrect nullable define 2019-10-08 22:22:54 +08:00
ioito
7064271ae7 fix: update vendor 2019-09-12 18:15:50 +08:00
ioito
72b5ea1eb4 fix: update go-ceph vendor 2019-09-12 16:55:58 +08:00
ioito
79766e7c7e fix: go-ceph bugifx 2019-09-12 14:17:14 +08:00
Qiu Jian
77c4a53059 feature: 1. ak/sk auth support 2. a full feature s3gateway works with
Cyberduck

注意:以下两个文件的修改还未被官方合并,所以下次make
mod的时候会被覆盖,需要注意checkout恢复:

vendor/github.com/Azure/azure-sdk-for-go/storage/blockblob.go
vendor/github.com/tencentyun/cos-go-sdk-v5/object_part.go
2019-08-30 00:12:39 +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
17979f289d update vendor 2019-08-12 11:02:53 +08:00
Zexi
9dbc257e4d add apigateway service 2019-08-09 21:11:46 +08:00
Qiu Jian
c0120c0545 update vendor 2019-08-06 22:35:56 +08:00
TangBin
e4ef23515f aws elb support 2019-07-28 11:25:54 +08:00
Qiu Jian
93b8bac5bb s3gateway round 2 2019-07-24 21:28:41 +08:00
Qiu Jian
870813f04b feature: s3gateway 2019-07-24 21:28:37 +08:00
wanyaoqi
3acf030fef - set mirror status on switch
- deploy agent

- gpfs snapshot

- code fixs
2019-07-10 18:31:40 +08:00
Qiu Jian
d54085bfdf update vendor 2019-06-27 16:36:41 +08: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
Qiu Jian
f219b96b13 update vendor 2019-06-24 02:54:28 +00:00
wanyaoqi
7371f1ca55 dhcp use raw socket
vendor update
update golang/x/sys
2019-06-21 13:42:37 +08:00
Zexi
4cc28d190c climc: k8s yaml edit 2019-06-15 18:16:56 +08:00
Yousong Zhou
669ae4712f vendor: update github.com/pkg/errors
Add WithMessagef()
2019-06-09 16:02:39 +00:00
Jian Qiu
2d04d447e7 update vendor (#1034) 2019-06-03 12:23:11 +08:00
Qiu Jian
4b1e3b5a57 update vendor 2019-05-17 13:53:45 +08:00
Zexi Li
34ddb8ea4b add https://github.com/stretchr/testify to vendor for unit tests (#367) 2019-04-13 10:59:09 +08:00
wanyaoqi
f0810bbe88 guest import from libvirt (#11)
* import servers from libvirt

* dep add libvirt-go-xml

* fix code

* fix code
2019-04-01 23:07:41 +08:00
Yousong Zhou
cef5ee859e vendor: add fsnotify lbagent 2019-03-18 03:34:58 +00:00
屈轩
959306646b 添加rbd包 2019-03-04 18:41:46 +08:00
Zexi Li
6780acc5fd webconsole: support websocket proxy 2019-02-19 15:42:24 +08:00
wanyaoqi
79f030acf0 dep add gopsutil/mem 2019-01-26 15:45:32 +08:00
Zexi Li
63abe548bc * move utils path
* update vendor
2019-01-07 17:07:03 +08:00
Zexi Li
78fb5a9cdc baremetal prepare 2019-01-07 17:06:29 +08:00
Zexi Li
9d0086172a baremetal init 2019-01-07 17:05:12 +08:00
wanyaoqi
e25730acce 2018-12-04: init commit 2019-01-07 17:03:31 +08:00
Qiu Jian
bfa400cd53 update vendor 2018-12-26 23:31:54 +08:00
Qiu Jian
2e587bd6ab glance重构 update 1
Conflicts:
	Gopkg.lock
	pkg/appsrv/appsrv.go
	pkg/cloudcommon/options.go
	pkg/compute/models/hosts.go
	pkg/compute/models/quotas.go
	pkg/compute/service/service.go
	pkg/mcclient/mcclient.go
2018-12-26 22:52:13 +08:00
Qiu Jian
c70201b177 temp commit
Conflicts:
	Gopkg.lock
	Gopkg.toml
	vendor/yunion.io/x/pkg/util/sysutils/storagetypes.go
	vendor/yunion.io/x/structarg/structarg.go
2018-12-26 22:44:03 +08:00
Zexi Li
a45d41ef85 fix: region-dns compile failed 2018-12-19 16:41:56 +08:00
Qiu Jian
3e0c2ecd73 update vendor 2018-12-19 01:02:04 +08:00
Qiu Jian
08386d3958 update vendor 2018-12-07 17:57:40 +08:00
屈轩
2608e8e6b9 初始化model 2018-12-03 21:12:44 +08:00
Qiu Jian
c3026bbee1 update vendor 2018-11-25 23:14:40 +08:00
TangBin
b7af004286 fix confilct 2018-11-19 15:08:04 +08:00
TangBin
bc1fae8ebb rebuild root disk 2018-11-17 10:25:25 +08:00
TangBin
68028cb781 fix region-dns build error 2018-11-12 20:09:01 +08:00
TangBin
74e3f9a699 update vendor 2018-11-10 20:00:36 +08:00
屈轩
aab792ffa8 添加部分aliyun操作 2018-11-08 15:37:30 +08:00
TangBin
1f341232de update vendor and fix conficlt 2018-11-07 17:47:00 +08:00
屈轩
9833767fb2 支持腾讯云资源导入 2018-11-03 17:32:54 +08:00
屈轩
fe0a36919c 解决冲突 2018-11-02 13:56:54 +08:00
wanyaoqi
8ce76004d5 make dep 2018-11-01 21:25:40 +08:00
TangBin
66a899bc55 add vmimport init method 2018-10-22 19:44:43 +08:00