Jian Qiu
39ca020010
fix: make check pass on release 3.8 ( #14761 )
...
* fix: make check pass on release 3.8
* circleci GOPROXY=direct
* update vendor
* remove make test
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2022-08-07 11:42:13 +08:00
Qiu Jian
4e76d35710
fix: truncate columns longer than 512 bytes by default
...
Set OS_MAX_COLUMN_TEXT_LENGTH=-1 to disable auto text truncation
2021-08-20 09:38:19 +08:00
Qiu Jian
6b24c0600d
fix: disable pretty table try os width by default
2021-08-20 08:45:28 +08:00
Zexi Li
47a2f5a9d9
feat(climc): print json object support array
2020-12-01 13:01:18 +08:00
root
0a0af5cfa2
climc:allow disable term line width
2020-06-05 14:15:34 +08:00
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