This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from ec2f4bb  kamel install with example
     new 14f4119  Add sync and dev mode
     new 0f9503d  Recompute digest when changing the context
     new 1a40993  Speedup deploy when building a new context

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                                         |  9 ++++
 cmd/camel-k-operator/kamel_k_operator.go           |  3 ++
 cmd/kamel/kamel.go                                 |  4 ++
 pkg/apis/camel/v1alpha1/types.go                   |  2 -
 pkg/apis/camel/v1alpha1/types_support.go           | 10 ++++
 pkg/client/cmd/run.go                              | 54 +++++++++++++++++++---
 pkg/stub/action/context/build.go                   | 33 ++++++++++++-
 pkg/stub/action/integration/build.go               |  2 +
 pkg/stub/action/integration/deploy.go              |  3 ++
 pkg/util/{kubernetes/loader.go => sync/file.go}    | 46 ++++++++++++------
 .../util/sync/file_test.go                         | 51 ++++++++++++++------
 11 files changed, 179 insertions(+), 38 deletions(-)
 copy pkg/util/{kubernetes/loader.go => sync/file.go} (52%)
 copy test/cluster_integration_test.go => pkg/util/sync/file_test.go (50%)

Reply via email to