This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from d4362ded9 Helm: Fixed index.yaml
new 8c599e693 fix: deployment trait should not run when waiting for
platform
new 327f06dda fix: OpenAPI trait should not run when waiting for platform
new 8f830deba fix: camel trait should fail-fast when runtime version is nil
new 6b7e83934 fix: check platform readiness before calling traits that
require it
new 3c59920d0 chore(test): Update unit test environments
The 5 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:
pkg/trait/builder_test.go | 3 +++
pkg/trait/camel.go | 39 ++++++++++++++++++++++----------------
pkg/trait/camel_test.go | 23 +++++++++++++++++-----
pkg/trait/container_probes_test.go | 15 ++++++++++++---
pkg/trait/container_test.go | 27 +++++++++++++++++++++++++-
pkg/trait/cron_test.go | 30 +++++++++++++++++++++++++++--
pkg/trait/deployment.go | 19 ++++++++++---------
pkg/trait/environment_test.go | 6 ++++++
pkg/trait/istio_test.go | 6 ++++++
pkg/trait/knative_service_test.go | 18 ++++++++++++++++++
pkg/trait/knative_test.go | 4 ++++
pkg/trait/logging_test.go | 8 ++++++++
pkg/trait/mount_test.go | 4 ++++
pkg/trait/openapi.go | 2 +-
pkg/trait/route_test.go | 4 ++++
pkg/trait/service_test.go | 16 ++++++++++++++++
pkg/trait/trait_catalog.go | 6 +++---
pkg/trait/trait_test.go | 6 ++++++
pkg/trait/trait_types.go | 14 ++++++++++++++
19 files changed, 210 insertions(+), 40 deletions(-)