You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/21 08:32:24 UTC

[camel-k] branch master updated (92a8652 -> eccbac5)

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

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


    from 92a8652  builder: add hooks to the builder state changes to update resources when the build completes (#343)
     new 476d2c2  chore(cmd): do not use RunE in reset command
     new da17160  IntegrationContext builds sometimes fail #279
     new eccbac5  Merge pull request #346 from lburgazzoli/github-279

The 413 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 ++
 pkg/apis/camel/v1alpha1/common_types.go            |  16 ++++
 pkg/apis/camel/v1alpha1/integration_types.go       |   3 +
 .../camel/v1alpha1/integrationcontext_types.go     |   3 +
 pkg/cmd/reset.go                                   |  18 ++--
 pkg/controller/integration/build_context.go        |   2 +-
 pkg/controller/integration/build_image.go          |  16 +++-
 .../integration/build_image_failure_recovery.go    | 104 +++++++++++++++++++++
 .../integration/integration_controller.go          |   1 +
 pkg/controller/integrationcontext/build.go         |  16 +++-
 .../integrationcontext/build_failure_recovery.go   | 104 +++++++++++++++++++++
 .../integrationcontext_controller.go               |   1 +
 pkg/controller/integrationcontext/monitor.go       |   4 +-
 .../{fatih/structs => jpillora/backoff}/LICENSE    |   4 +-
 vendor/github.com/jpillora/backoff/backoff.go      |  88 +++++++++++++++++
 15 files changed, 372 insertions(+), 17 deletions(-)
 create mode 100644 pkg/controller/integration/build_image_failure_recovery.go
 create mode 100644 pkg/controller/integrationcontext/build_failure_recovery.go
 copy vendor/github.com/{fatih/structs => jpillora/backoff}/LICENSE (96%)
 create mode 100644 vendor/github.com/jpillora/backoff/backoff.go