Commit Graph
184 Commits
Author SHA1 Message Date
Zexi d172d632db update vendor to fix log caller field missing 2019-06-29 14:34:02 +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
Yousong Zhou b27a2c4180 vendor: 引入tristate.NewFromBool() 2019-06-20 11:03:37 +00:00
Qiu Jian 1539d864c0 fix: update vendor 20190617 2019-06-17 08:27:54 +00:00
Zexi Li 07905792c0 Merge pull request #1221 from Zexi/feature/k8s-yaml
climc: k8s yaml edit
2019-06-17 10:04:25 +08:00
Qiu Jian 83b3d07be3 fix: update vendor 2019-06-16 18:04:22 +08:00
Zexi 4cc28d190c climc: k8s yaml edit 2019-06-15 18:16:56 +08:00
Qiu Jian 785348c098 fix: role-list missing shared roles 2019-06-13 19:37:58 +08:00
Yousong Zhou 669ae4712f vendor: update github.com/pkg/errors
Add WithMessagef()
2019-06-09 16:02:39 +00:00
Qiu Jian e9498dce41 update vendor 2019-06-04 23:27:55 +08:00
Jian Qiu 2d04d447e7 update vendor (#1034) 2019-06-03 12:23:11 +08:00
Qiu Jian 42861cd43f update vendor 2019-05-31 14:10:56 +08:00
Qiu Jian 99b8112716 update vendor 2019-05-31 13:56:02 +08:00
Qiu Jian a44eb4dacc update vendor 2019-05-17 13:54:29 +08:00
Qiu Jian 4b1e3b5a57 update vendor 2019-05-17 13:53:45 +08:00
Yousong Zhou fc73a8d811 cloudcommon: 添加--log-file-prefix选项
指定日志文件名,rotate 10,每个100MB
2019-04-29 03:02:53 +00:00
Qiu Jian 95dfcb6708 update vendor 2019-04-25 11:49:10 +08:00
Qiu Jian c68ad6dc35 update vendor 2019-04-23 11:32:16 +08:00
Yousong Zhou bffb41d0ec vendor: 更新yunion.io/x/sqlchemy 2019-04-17 13:35:08 +00:00
Qiu Jian 04e1789978 update vendor and Gopkg.lock 2019-04-17 09:29:58 +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
Yousong Zhou 0d94e869eb Bugfix/yousong use xxxln (#235)
* treewide: fix typo cloudprovide

* dep: update yunion.io/x/log

* treewide: log.Errorf(err.Error()) to log.Errorln(err)
2019-04-04 18:45:32 +08:00
Jian Qiu 316335267a improve server-list performance (#193)
* improve server-list performance

FetchCustomizeColumns that fetch extra fields for all rows 3. separate
read and write http request session

* update vendor

* update: optimize multi-column indexes
2019-04-03 20:24:28 +08:00
屈轩 01398c5138 加入自动同步时自动合并安全组 2019-04-02 20:48: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
周有松 5967461f11 Merge pull request #1266 in YUNIONIO/onecloud from ~QUXUAN/onecloud:hotfix/qx-security-group-sync to release/2.7.0
* commit '39f971ae29d42526512455014b342b4ce9e4d022':
  更新vendor
  更新参数名称
  支持过滤未关联某个安全组的虚机列表
  完成安全组同步代码重构
2019-03-26 15:49:30 +08:00
屈轩 39f971ae29 更新vendor 2019-03-26 15:47:48 +08:00
屈轩 845c159cac 更新参数名称 2019-03-25 22:27:59 +08:00
屈轩 c288c21ae2 支持过滤未关联某个安全组的虚机列表 2019-03-22 17:14:37 +08:00
Yousong Zhou cef5ee859e vendor: add fsnotify lbagent 2019-03-18 03:34:58 +00:00
Yousong Zhou 098d62bdc5 treewide: 改进opslog记录update diff
action为ACT_UPDATE,仅当len(UpdateDiffs) > 0时才记录
2019-03-13 14:20:54 +00:00
屈轩 959306646b 添加rbd包 2019-03-04 18:41:46 +08:00
Qiu Jian 17d506da5f update vendor 2019-02-27 17:02:45 +08:00
Qiu Jian 10e6df934f update vendor 2019-02-26 00:33:37 +08:00
邱剑 ddc4624466 Merge pull request #1082 in YUNIONIO/onecloud from ~WANYAOQI/onecloud:feature/wyq/host-server-v2 to release/2.6.0
* commit '91f109977f65a9b6419975948ff2dd90fb61d649':
  fix backup server
  add backup delete status
  fix create bakcup server and some bugs
  bug fix
2019-02-20 19:56:24 +08:00
Zexi Li 6780acc5fd webconsole: support websocket proxy 2019-02-19 15:42:24 +08:00
wanyaoqi ee69f890bd bug fix 2019-02-18 21:09:09 +08:00
TangBin fa49e138f2 update vendor & bugfix 2019-02-16 17:55:42 +08:00
邱剑 bf1720118e Automatic merge from release/2.5.0 -> release/2.6.0
* commit '273405782c738858c8836267119e77463e345612':
  cloudcommon using structarg.ParseArgs2 to parse arguments
2019-02-14 17:43:06 +08:00
Qiu Jian 543c87fb84 cloudcommon using structarg.ParseArgs2 to parse arguments 2019-02-14 17:31:27 +08:00
Qiu Jian b70de93aa8 Merge branch 'release/2.5.0' of ssh://git.yunion.io/~qiujian/onecloud into hotfix/qj-resolve-conflict-2.6.0-20190214
Conflicts:
	Gopkg.lock
2019-02-13 21:49:51 +08:00
Qiu Jian dd317fb83d update vendor 2019-02-13 21:15:45 +08:00
wanyaoqi 79f030acf0 dep add gopsutil/mem 2019-01-26 15:45:32 +08:00
wanyaoqi 4e77136adf remove jsonutils NewPair 2019-01-26 11:53:21 +08:00
wanyaoqi 609dc7b864 use procutils replace exec 2019-01-22 16:56:48 +08:00
wanyaoqi 0af9edab26 temp commit 2019-01-22 16:56:47 +08:00