You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/12/16 14:49:27 UTC

[camel-k] branch master updated (e80eb53 -> 2e5c5a1)

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 e80eb53  Merge pull request #1146 from nicolaferraro/1136-fix-dev-mode
     add 2e5c5a1  chore(test): add e2e tests for dev mode

No new revisions were added by this update.

Summary of changes:
 e2e/dev_mode_test.go            | 79 +++++++++++++++++++++++++++++++++++++++++
 e2e/test_support.go             |  6 +++-
 e2e/util/log_scanner.go         | 71 ++++++++++++++++++++++++++++++++++++
 e2e/util/temp_file.go           | 62 ++++++++++++++++++++++++++++++++
 pkg/cmd/completion_bash.go      |  3 +-
 pkg/cmd/completion_zsh.go       |  3 +-
 pkg/cmd/get.go                  |  5 ++-
 pkg/cmd/kit_get.go              |  7 ++--
 pkg/cmd/log.go                  |  4 +--
 pkg/cmd/run.go                  |  4 +--
 pkg/util/kubernetes/log/util.go |  5 ++-
 11 files changed, 230 insertions(+), 19 deletions(-)
 create mode 100644 e2e/dev_mode_test.go
 create mode 100644 e2e/util/log_scanner.go
 create mode 100644 e2e/util/temp_file.go