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/17 18:30:49 UTC

[camel-k] branch master updated (a3c3b2a -> c1e567d)

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 a3c3b2a  fix(gc): Do not log 403 errors on deletecollection requests during GC
     add c1e567d  Fix #1089: defer knative detection to when integration runs

No new revisions were added by this update.

Summary of changes:
 e2e/knative_platform_test.go                       | 78 ++++++++++++++++++++++
 e2e/platformless_run_test.go                       |  2 +
 e2e/test_support.go                                | 59 ++++++++++++++++
 pkg/apis/camel/v1alpha1/integration_types.go       |  1 +
 .../camel/v1alpha1/integrationplatform_types.go    | 10 +--
 pkg/controller/integration/initialize.go           | 28 ++++++++
 pkg/controller/integration/monitor.go              |  3 +
 pkg/platform/defaults.go                           |  3 -
 pkg/platform/platform.go                           | 13 ----
 pkg/trait/trait_types.go                           |  9 ++-
 pkg/util/digest/digest.go                          |  4 ++
 11 files changed, 187 insertions(+), 23 deletions(-)
 create mode 100644 e2e/knative_platform_test.go