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 63fede1 Fix lint issue new d0366d8 Fix #856: lookup destination in multiple places and add e2e tests new 8550ff2 Fix #856: fix lint The 2 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: .../printer.groovy => e2e/files/knative1.groovy | 6 +- .../reader.groovy => e2e/files/knative2.groovy | 4 +- .../printer.groovy => e2e/files/knativech1.groovy | 6 +- .../reader.groovy => e2e/files/knativech2.groovy | 4 +- e2e/knative_test.go | 57 +++++++++++++++++ e2e/test_support.go | 31 +++++++++- pkg/apis/camel/v1alpha1/knative/types_support.go | 10 +-- pkg/cmd/install.go | 13 ++++ pkg/trait/knative.go | 72 ++++++++++++++-------- script/Makefile | 5 +- 10 files changed, 162 insertions(+), 46 deletions(-) copy examples/knative/printer.groovy => e2e/files/knative1.groovy (90%) copy examples/knative/reader.groovy => e2e/files/knative2.groovy (91%) copy examples/knative/printer.groovy => e2e/files/knativech1.groovy (88%) copy examples/knative/reader.groovy => e2e/files/knativech2.groovy (92%) create mode 100644 e2e/knative_test.go