This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from d937ea1 Fix #1171: fix cron tests
new fd02e81 Fix #1367: add more build events
new 6a595c6 Fix #1367: fix timer period in tests using camel 3.2 syntax
new cdbb25c Fix #1367: fix timer period in remote test using camel 3.2
syntax
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:
cmd/util/doc-gen/generators/traitdocgen.go | 3 -
deploy/camel-catalog-1.3.0-SNAPSHOT-main.yaml | 131 ++++++++++-----------
deploy/camel-catalog-1.3.0-SNAPSHOT-quarkus.yaml | 33 ++++--
deploy/resources.go | 12 +-
docs/modules/ROOT/pages/index.adoc | 2 +-
docs/modules/ROOT/pages/running/running.adoc | 2 +-
e2e/common/dev_mode_test.go | 2 +-
e2e/common/files/yaml-polyglot.yaml | 2 +-
e2e/common/files/yaml.yaml | 2 +-
e2e/knative/files/yaml.yaml | 2 +-
e2e/yaks/knative/source.yaml | 2 +-
pkg/controller/build/action.go | 12 +-
pkg/controller/build/build_controller.go | 5 +-
pkg/controller/build/schedule_routine.go | 11 +-
.../integration/integration_controller.go | 4 +-
.../integrationkit/integrationkit_controller.go | 4 +-
pkg/event/injectable.go | 7 ++
pkg/event/manager.go | 20 ++--
pkg/metadata/metadata_dependencies_test.go | 2 +
pkg/util/watch/watch.go | 53 ++++++++-
20 files changed, 197 insertions(+), 114 deletions(-)
create mode 100644 pkg/event/injectable.go