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 c8fc0df config: change default prompt to :cat:
new b9b7e17 config: enable asyncblock by default, fix double space
new 263ea07 network: implement asyncblock for polling job results
The 2 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 | 2 +-
cmd/api.go | 2 +-
cmd/network.go | 65 ++-
cmd/set.go | 2 +-
cmd/sync.go | 2 +-
config/config.go | 4 +-
config/prompt.go | 2 +-
.../github.com/briandowns/spinner/LICENSE | 5 -
.../briandowns/spinner/character_sets.go | 59 ++
vendor/github.com/briandowns/spinner/spinner.go | 316 +++++++++++
vendor/github.com/fatih/color/LICENSE.md | 20 +
vendor/github.com/fatih/color/color.go | 603 +++++++++++++++++++++
12 files changed, 1066 insertions(+), 16 deletions(-)
copy LICENSE => vendor/github.com/briandowns/spinner/LICENSE (99%)
create mode 100644 vendor/github.com/briandowns/spinner/character_sets.go
create mode 100644 vendor/github.com/briandowns/spinner/spinner.go
create mode 100644 vendor/github.com/fatih/color/LICENSE.md
create mode 100644 vendor/github.com/fatih/color/color.go