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

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


    from b1c320ab9 fix: release as an action
     new f3d576443 fix(metadata): add error handling on metadata extraction
     new 1bb2a6c82 feat(metadata): raise error when capability/dependency not 
resolved in CamelCatalog
     new 28550fcac fix(trait): traits for Initialization phase should not 
trigger at platform setup action
     new ffc6b7d17 feat(controller): set integration phase to Error when traits 
application failed
     new c0ac5a167 chore(controller): small refactoring of integration 
controller
     new 06d6300b4 fix(controller): monitor should reconcile integrations in 
initialisation failed condition
     new 151def156 fix(e2e): add E2E test for reconcilation of integrations in 
initialisation failed condition

The 7 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:
 addons/keda/keda.go                                |   6 +-
 addons/keda/keda_test.go                           |  49 ++++----
 addons/master/master.go                            |   5 +-
 addons/resume/resume.go                            |   5 +-
 e2e/global/common/files/BadRoute.java              |  11 +-
 e2e/global/common/files/Java.java                  |  14 +--
 .../files/Java.java => files/Unresolvable.java}    |   5 +-
 e2e/global/common/integration_fail_test.go         |  33 +++++-
 e2e/global/common/operator_metrics_test.go         |   5 +-
 pkg/apis/camel/v1/camelcatalog_types_support.go    |  12 ++
 pkg/apis/camel/v1/integration_types.go             |   6 +-
 pkg/apis/camel/v1/integration_types_support.go     |  23 ++++
 pkg/cmd/local/local.go                             |   6 +-
 pkg/controller/integration/initialize.go           |   6 +-
 .../integration/integration_controller.go          |  45 ++++---
 pkg/controller/integration/monitor.go              | 104 ++++++++++-------
 pkg/controller/integration/monitor_cronjob.go      |  19 ++-
 pkg/controller/integration/monitor_deployment.go   |  14 ++-
 pkg/controller/integration/monitor_knative.go      |   8 +-
 pkg/controller/integration/platform_setup.go       |   7 ++
 pkg/metadata/metadata.go                           |  31 +++--
 pkg/metadata/metadata_capabilities_test.go         |   5 +-
 pkg/metadata/metadata_dependencies_test.go         | 130 ++++++++++++++-------
 pkg/metadata/metadata_http_test.go                 |  54 +++++----
 pkg/metadata/metadata_uri_test.go                  |  93 ++++++++-------
 pkg/trait/cron.go                                  |   6 +-
 pkg/trait/dependencies.go                          |  13 ++-
 pkg/trait/kamelets.go                              |   4 +-
 pkg/trait/kamelets_test.go                         |  41 +++----
 pkg/trait/knative.go                               |  36 ++++--
 pkg/trait/knative_service.go                       |  10 +-
 pkg/trait/knative_service_test.go                  |  21 ++--
 pkg/trait/mount_test.go                            |   9 +-
 pkg/trait/platform.go                              |  94 ++++++++-------
 pkg/trait/platform_test.go                         |   2 +-
 pkg/trait/service.go                               |   5 +-
 pkg/trait/util.go                                  |  10 +-
 pkg/util/kamelets/util.go                          |   7 +-
 pkg/util/source/inspector.go                       | 112 +++++++++++++-----
 pkg/util/source/inspector_groovy.go                |  20 +---
 pkg/util/source/inspector_java_script.go           |  20 +---
 pkg/util/source/inspector_java_source.go           |  20 +---
 pkg/util/source/inspector_kotlin.go                |  20 +---
 pkg/util/source/inspector_xml.go                   |  14 ++-
 pkg/util/source/inspector_yaml.go                  |  16 ++-
 .../source/{inspector_kamelet.go => kamelet.go}    |   0
 pkg/util/source/types.go                           |  16 ++-
 47 files changed, 722 insertions(+), 470 deletions(-)
 copy e2e/global/common/{traits/files/Java.java => files/Unresolvable.java} 
(90%)
 rename pkg/util/source/{inspector_kamelet.go => kamelet.go} (100%)

Reply via email to