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 279e673  remove integration delete action and finalizer #995
     new 59bebae  Include camel-k-runtime version in camel-catalog #959
     new 8a577b3  chore: upgrade and tune lint, fix findings
     new 6cb3dd5  chore: remove go version from go.mod

The 3 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:
 .golangci.yml                                      |   5 +
 .travis.yml                                        |   2 +-
 assets/json-schema/CamelCatalog.json               |   4 +
 assets/json-schema/IntegrationKit.json             |   2 +-
 build/maven/pom-catalog.xml                        |   8 +-
 deploy/crd-camel-catalog.yaml                      |   8 +-
 deploy/resources.go                                |   8 +-
 pkg/apis/camel/v1alpha1/camelcatalog_types.go      |   5 +-
 .../v1alpha1/integrationplatform_types_support.go  |   1 -
 pkg/builder/builder.go                             |   2 +-
 pkg/builder/builder_steps.go                       |   4 +-
 pkg/builder/builder_steps_test.go                  |  84 ++++--------
 pkg/builder/builder_test.go                        |   3 +-
 pkg/builder/builder_utils.go                       |   4 +-
 pkg/builder/builder_utils_test.go                  |   5 +-
 pkg/cmd/describe_kit.go                            |   1 -
 pkg/cmd/kit_get.go                                 |   1 -
 pkg/controller/integrationplatform/initialize.go   |   3 +-
 .../integrationplatform_controller.go              |   1 -
 pkg/controller/integrationplatform/warm.go         |   3 -
 pkg/install/operator.go                            |   1 -
 pkg/trait/camel.go                                 |  31 +++--
 pkg/trait/camel_test.go                            |   2 +-
 pkg/trait/gc_test.go                               |   4 -
 pkg/trait/ingress_test.go                          |  11 --
 pkg/trait/trait_types.go                           |   1 -
 pkg/util/camel/camel.go                            |  42 ------
 pkg/util/camel/camel_runtime.go                    |  30 +----
 pkg/util/camel/camel_types.go                      |  58 ++++++++
 pkg/util/camel/camel_util.go                       |  90 +++++++------
 pkg/util/camel/camel_util_test.go                  | 147 ++++++++++++++++-----
 pkg/util/defaults/defaults.go                      |  10 +-
 pkg/util/envvar/envvar.go                          |   1 -
 pkg/util/kubernetes/log/annotation_scraper.go      |   1 -
 pkg/util/kubernetes/log/pod_scraper.go             |   2 -
 pkg/util/openshift/register.go                     |   1 -
 pkg/util/test/catalog.go                           |   2 +-
 pkg/util/test/catalog_test.go                      |   4 +-
 pkg/util/test/client.go                            |   1 -
 script/Makefile                                    |  11 +-
 script/build_catalog.sh                            |   1 -
 41 files changed, 331 insertions(+), 274 deletions(-)
 delete mode 100644 pkg/util/camel/camel.go
 create mode 100644 pkg/util/camel/camel_types.go

Reply via email to