This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git.
from cb70f1f cmd: introduce poc text and table outputs
new 1a06716 cache: add API response keys in API cache for filter options
new 48cda52 completer: use response keys to show filter options
new 95bb688 set: display server profile details when profile is `set`
new 9476afa help: don't display the 'fake' filter option in api help doc
new 5622137 api: wip refactor output code, using output type, response
and filter opts
new 463384e vendor: add missing go-runewidth dependency
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cli/completer.go | 8 +
cmd/api.go | 105 +-
cmd/help.go | 5 +
cmd/set.go | 8 +
config/cache.go | 19 +-
config/config.go | 2 -
.../mattn/{go-colorable => go-runewidth}/LICENSE | 0
vendor/github.com/mattn/go-runewidth/README.mkd | 27 +
vendor/github.com/mattn/go-runewidth/runewidth.go | 1235 ++++++++++++++++++++
.../github.com/mattn/go-runewidth/runewidth_js.go | 8 +
.../mattn/go-runewidth/runewidth_posix.go | 77 ++
.../mattn/go-runewidth/runewidth_posix_test.go | 78 ++
.../mattn/go-runewidth/runewidth_test.go | 297 +++++
.../mattn/go-runewidth/runewidth_windows.go | 25 +
14 files changed, 1848 insertions(+), 46 deletions(-)
copy vendor/github.com/mattn/{go-colorable => go-runewidth}/LICENSE (100%)
create mode 100644 vendor/github.com/mattn/go-runewidth/README.mkd
create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth.go
create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_js.go
create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_posix.go
create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_posix_test.go
create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_test.go
create mode 100644 vendor/github.com/mattn/go-runewidth/runewidth_windows.go
--
To stop receiving notification emails like this one, please contact
[email protected].