This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 72cb20c Merge pull request #176 from lburgazzoli/typed-traits
new 4caea26 chore(kamel): simplify integration status watcher
new 2f942e5 chore(kamel) : add a flag to easilly configure logging
new 28ff8dc chore(kamel) : add some colours
The 3 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:
Gopkg.lock | 13 ++
cmd/kamel/kamel.go | 7 +-
pkg/client/cmd/run.go | 89 +++++-----
pkg/util/util.go | 21 +++
pkg/util/watch/watch.go | 67 +++++++
.../{json-iterator/go => arsham/blush}/LICENSE | 2 +-
vendor/github.com/arsham/blush/blush/blush.go | 188 ++++++++++++++++++++
vendor/github.com/arsham/blush/blush/colour.go | 196 +++++++++++++++++++++
vendor/github.com/arsham/blush/blush/doc.go | 30 ++++
vendor/github.com/arsham/blush/blush/errors.go | 16 ++
vendor/github.com/arsham/blush/blush/find.go | 168 ++++++++++++++++++
.../arsham/blush/internal/reader/reader.go | 150 ++++++++++++++++
.../github.com/arsham/blush/internal/tools/dir.go | 118 +++++++++++++
.../arsham/blush/internal/tools/strings.go | 20 +++
14 files changed, 1043 insertions(+), 42 deletions(-)
copy vendor/github.com/{json-iterator/go => arsham/blush}/LICENSE (96%)
create mode 100644 vendor/github.com/arsham/blush/blush/blush.go
create mode 100644 vendor/github.com/arsham/blush/blush/colour.go
create mode 100644 vendor/github.com/arsham/blush/blush/doc.go
create mode 100644 vendor/github.com/arsham/blush/blush/errors.go
create mode 100644 vendor/github.com/arsham/blush/blush/find.go
create mode 100644 vendor/github.com/arsham/blush/internal/reader/reader.go
create mode 100644 vendor/github.com/arsham/blush/internal/tools/dir.go
create mode 100644 vendor/github.com/arsham/blush/internal/tools/strings.go