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 7debc8f feat(trait): container image pull policy
new 5ec3548 rest_test integrations to YAML
new aba09ff cron_test integrations to YAML
new 2f03e96 Not used resources (integrations) were deleted
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:
e2e/common/cron_test.go | 8 +++---
e2e/common/files/RestConsumer.java | 29 ----------------------
e2e/common/files/RestProducer.groovy | 19 --------------
e2e/common/files/cron-fallback.groovy | 23 -----------------
.../files/{cron-yaml.yaml => cron-fallback.yaml} | 6 ++---
e2e/common/files/cron-quartz.groovy | 23 -----------------
.../files/{cron-yaml.yaml => cron-quartz.yaml} | 12 +++++----
e2e/common/files/cron-timer.groovy | 23 -----------------
.../files/{cron-yaml.yaml => cron-timer.yaml} | 13 ++++++----
e2e/common/files/cron.groovy | 23 -----------------
e2e/common/files/{cron-yaml.yaml => cron.yaml} | 4 +--
.../rest-consumer.yaml} | 18 ++++++++------
.../flow.yaml => common/files/rest-producer.yaml} | 9 ++++---
e2e/common/rest_test.go | 8 +++---
14 files changed, 43 insertions(+), 175 deletions(-)
delete mode 100644 e2e/common/files/RestConsumer.java
delete mode 100644 e2e/common/files/RestProducer.groovy
delete mode 100644 e2e/common/files/cron-fallback.groovy
copy e2e/common/files/{cron-yaml.yaml => cron-fallback.yaml} (95%)
delete mode 100644 e2e/common/files/cron-quartz.groovy
copy e2e/common/files/{cron-yaml.yaml => cron-quartz.yaml} (90%)
delete mode 100644 e2e/common/files/cron-timer.groovy
copy e2e/common/files/{cron-yaml.yaml => cron-timer.yaml} (90%)
delete mode 100644 e2e/common/files/cron.groovy
copy e2e/common/files/{cron-yaml.yaml => cron.yaml} (98%)
copy e2e/common/{languages/files/yaml-polyglot.yaml =>
files/rest-consumer.yaml} (81%)
copy e2e/{knative/files/flow.yaml => common/files/rest-producer.yaml} (87%)