Yousong Zhou
8ba5986d83
goimports: first run
2019-10-28 06:22:17 +00:00
Qiu Jian
bb426fdddf
fix: 1. hpssactl blocks on user input 2. host-add-netif reset nic index
...
3. init baremetal nics with name enX instead of ethX
2019-09-16 22:18:03 +08:00
TangBin
59461ce097
reformat import
2019-09-07 22:56:47 +08:00
TangBin
d2fa217cab
mcclient module base
2019-09-07 22:56:47 +08:00
Qiu Jian
d745c01313
fix: optimize logger query time
2019-09-04 00:47:25 +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
Qiu Jian
004d9b6f95
update copyright headers of all source
2019-03-29 14:47:48 +08:00
Yousong Zhou
8fe4f2ec98
treewide: group imports with goimports
...
./goimports -w -local yunion.io/x/onecloud/ -corp yunion.io/x/ $GOPATH/src/yunion.io/x/onecloud/{cmd,pkg}
2019-03-13 10:46:12 +00:00
Qiu Jian
e1b7854993
feature: get list of cities where cloud region resides and filter cloud
...
regions by city
2019-02-14 01:40:26 +08:00
Qiu Jian
d36a9f8be5
temp commit
2018-11-21 23:29:35 +08:00
Yousong Zhou
946c0d935e
printutils: add PrintJSONObjectRecursive()
...
E.g. Print
{"params": {"vrrp":{"advert_int":1,"interface":"br0","pass":"YunionLB","priority":100,"virtual_router_id":100}}}
Will have the following result
| params.vrrp.advert_int | 1
| params.vrrp.interface | br0
| params.vrrp.pass | YunionLB
| params.vrrp.priority | 100
| params.vrrp.virtual_router_id | 100
2018-09-18 03:39:22 +00:00
Yousong Zhou
935b8f02a3
dep: dep ensure update
...
- jsonutils: bugfix for unmarshaling non-nil slice
- prettytable: support printing multiline cells
- sqlchemy: fix update for ptr fields
Update printutils to remove the redundant newline
2018-08-21 07:53:49 +00:00
Zexi Li
e6788bb75e
add doc.go for each package
2018-08-11 14:41:38 +08:00
Zexi Li
22411ffb53
path move: github.com/yunionio -> yunion.io/x
2018-08-11 14:28:18 +08:00
Qiu Jian
b979ce9c45
Update fmt
2018-08-08 00:11:02 +08:00
Qiu Jian
9eb41b392f
改进:1. 增加vmware cloud provider driver初步实现 2. 增加vmware vnc信息获取的支持
2018-08-07 20:05:33 +08:00