Commit Graph
13 Commits
Author SHA1 Message Date
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
Rain f93dc85417 nat create delete restful api finished 2019-08-06 10:54:36 +08:00
TangBin e4ef23515f aws elb support 2019-07-28 11:25:54 +08:00
Yousong Zhou 543bb89a9a vendor: update yunion.io/x/pkg 2019-07-26 03:43:07 +00: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
ioito c13b4803c4 optimized tag filter 2019-07-05 10:23:20 +08:00
TangBin 8635815805 update mod 2019-07-02 15:59:48 +08:00
Zexi d172d632db update vendor to fix log caller field missing 2019-06-29 14:34:02 +08:00
Qiu Jian 84eb86a757 fix: 1. auto create project after import domains 2. add actionlogs for
identity resources
2019-06-27 02:55:31 +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