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 ffbdcd2  Bump version to 0.1.1-SNAPSHOT
     new 1e3ed13  chore(lint): fix findings
     new 9ad6974  Refactor traits lifecycle #268
     new d51bb0d  chore(lint): fix cyclomatic complexiti on 
cmd::run::updateIntegrationCode

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:
 pkg/apis/camel/v1alpha1/types.go           | 24 ++++++++
 pkg/client/cmd/run.go                      | 93 ++++++------------------------
 pkg/gzip/compress.go                       |  8 ++-
 pkg/metadata/http.go                       | 37 ++++++------
 pkg/metadata/metadata.go                   |  3 +-
 pkg/metadata/metadata_http_test.go         |  5 +-
 pkg/metadata/types.go                      |  3 +-
 pkg/trait/builder.go                       | 29 +++++-----
 pkg/trait/builder_test.go                  | 10 ++--
 pkg/trait/catalog.go                       | 23 ++++----
 pkg/trait/debug.go                         | 20 +++----
 pkg/trait/debug_test.go                    | 49 +++++++++++++---
 pkg/trait/dependencies.go                  | 14 +++--
 pkg/trait/deployment.go                    | 48 ++++++++-------
 pkg/trait/ingress.go                       | 55 +++++++++++-------
 pkg/trait/istio.go                         | 16 +++--
 pkg/trait/knative.go                       | 61 +++++++++++---------
 pkg/trait/knative_test.go                  |  4 +-
 pkg/trait/owner.go                         | 14 +++--
 pkg/trait/route.go                         | 48 +++++++++------
 pkg/trait/service.go                       | 39 ++++++++-----
 pkg/trait/springboot.go                    | 35 +++++------
 pkg/trait/trait.go                         |  3 +-
 pkg/trait/trait_test.go                    | 50 ++++++++--------
 pkg/trait/types.go                         | 56 ++++++------------
 pkg/util/kubernetes/replace.go             |  2 +-
 pkg/util/kubernetes/{loader.go => util.go} | 43 +++++++++++---
 27 files changed, 432 insertions(+), 360 deletions(-)
 copy pkg/util/kubernetes/{loader.go => util.go} (52%)

Reply via email to