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/01/21 18:06:54 UTC

[camel-k] branch master updated (d3e646c -> a588b45)

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 d3e646c  fix(kamel log): Use integration name for looking up containers
     new dc719e9  fix openapi handling when used in conjunction with deployment.container-image=true
     new a588b45  chore(controller): async actions need a dedicated Context

The 418 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/builder/builder.go                             |  4 +
 pkg/builder/builder_types.go                       |  1 +
 pkg/controller/integration/build_context.go        |  9 +--
 pkg/controller/integration/build_image.go          | 88 +++++++++++++---------
 pkg/controller/integration/initialize.go           | 11 ++-
 .../integration/integration_controller.go          |  4 +-
 pkg/controller/integrationcontext/build.go         | 29 +++----
 pkg/platform/platform.go                           |  4 +-
 pkg/trait/rest.go                                  | 35 +++++----
 pkg/trait/trait.go                                 |  3 +
 pkg/trait/types.go                                 | 55 ++++----------
 pkg/util/source/{inspector_xml.go => util.go}      | 62 +++++++--------
 pkg/util/util.go                                   |  4 +-
 13 files changed, 156 insertions(+), 153 deletions(-)
 copy pkg/util/source/{inspector_xml.go => util.go} (50%)