This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 6dbded5ab feat(kamelets): bundling from jar
new dcb7f36cf fix(ctrl): resume from unknown
new fa10c8d30 fix(kamelets): don't fail on Kamelets recreation
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:
.../{reset_test.go => operator_restart_test.go} | 54 +++++-----
e2e/advanced/operator_resume_unknown_test.go | 93 ++++++++++++++++
e2e/support/test_support.go | 29 ++++-
pkg/controller/integration/monitor.go | 8 +-
pkg/controller/integration/monitor_test.go | 120 +++++++++++++++++++++
pkg/controller/integration/monitor_unknown.go | 6 ++
pkg/controller/integrationplatform/create.go | 21 ++--
pkg/controller/integrationplatform/create_test.go | 23 +++-
pkg/controller/integrationplatform/kamelets.go | 15 ++-
.../integrationplatform/kamelets_test.go | 3 +-
10 files changed, 326 insertions(+), 46 deletions(-)
copy e2e/advanced/{reset_test.go => operator_restart_test.go} (52%)
create mode 100644 e2e/advanced/operator_resume_unknown_test.go