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 bed7e20  chore(lint): fix findings
     new 423835a  fix #755: switch to camel 3
     new 357bfce  fix #755: update artifact downloading
     new 2372774  fix #693: add e2e tests
     new 12a962e  fix #693: fix typo
     new 5d915c3  fix #693: increase default timeout to 60 seconds
     new afd5cc5  fix #693: fix typo

The 6 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                                         |   40 +
 build/maven/pom-runtime.xml                        |   21 +-
 deploy/camel-catalog-2.23.0.yaml                   | 2078 ------
 deploy/camel-catalog-2.23.1.yaml                   | 2078 ------
 deploy/camel-catalog-2.23.2.yaml                   | 2078 ------
 deploy/camel-catalog-3.0.0-M2.yaml                 |   26 +-
 ...log-2.24.0.yaml => camel-catalog-3.0.0-M3.yaml} |  631 +-
 deploy/resources.go                                | 6933 ++------------------
 .../build_test.go                                  |   40 +-
 examples/Sample.java => e2e/files/Java.java        |    6 +-
 examples/simple.groovy => e2e/files/groovy.groovy  |    3 +-
 examples/simple.js => e2e/files/js.js              |    5 +-
 examples/simple.groovy => e2e/files/kotlin.kts     |    9 +-
 examples/hello.xml => e2e/files/xml.xml            |    5 +-
 e2e/install_test.go                                |   64 +
 e2e/run_test.go                                    |   78 +
 e2e/test_support.go                                |  297 +
 go.mod                                             |    4 +-
 pkg/apis/camel/v1alpha1/build_types_support.go     |   27 +
 pkg/builder/builder_steps_test.go                  |   12 +-
 pkg/cmd/install.go                                 |    6 +-
 pkg/metadata/metadata_dependencies_test.go         |   14 +-
 pkg/util/defaults/defaults.go                      |    4 +-
 pkg/util/openshift/register.go                     |    2 +
 pkg/util/test/catalog_test.go                      |    2 +-
 script/Makefile                                    |   17 +-
 script/package_maven_artifacts.sh                  |   29 +-
 script/travis_build.sh                             |    2 +-
 test/builder_integration_test.go                   |  134 -
 test/log_scrape_integration_test.go                |  108 -
 test/testing_env.go                                |  181 -
 31 files changed, 1365 insertions(+), 13569 deletions(-)
 delete mode 100644 deploy/camel-catalog-2.23.0.yaml
 delete mode 100644 deploy/camel-catalog-2.23.1.yaml
 delete mode 100644 deploy/camel-catalog-2.23.2.yaml
 rename deploy/{camel-catalog-2.24.0.yaml => camel-catalog-3.0.0-M3.yaml} (89%)
 rename test/cluster_integration_test.go => e2e/build_test.go (53%)
 copy examples/Sample.java => e2e/files/Java.java (86%)
 copy examples/simple.groovy => e2e/files/groovy.groovy (92%)
 copy examples/simple.js => e2e/files/js.js (90%)
 copy examples/simple.groovy => e2e/files/kotlin.kts (84%)
 copy examples/hello.xml => e2e/files/xml.xml (89%)
 create mode 100644 e2e/install_test.go
 create mode 100644 e2e/run_test.go
 create mode 100644 e2e/test_support.go
 create mode 100644 pkg/apis/camel/v1alpha1/build_types_support.go
 delete mode 100644 test/builder_integration_test.go
 delete mode 100644 test/log_scrape_integration_test.go
 delete mode 100644 test/testing_env.go

Reply via email to