This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from b7ec6ae Fix #1325: add 3scale addon
add f65e131 Fixes #1350 Remove human-readable format from timer period
computation in cron trait
add 3a0ce48 Fixes #1350 Remove human-readable format from timer period
computation in cron trait, e2e tests
add 6d46dab Fixes #1350 Remove human-readable format from timer period
computation in cron trait, examples
add a47410d Fixes #1350 Remove human-readable format from timer period
computation in cron trait, templates
add d513b8d Fixes #1350 Remove human-readable format from timer period
computation in cron trait, more tests
new b91e38d Merge pull request #1352 from apache/issue-1350
The 1 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:
deploy/resources.go | 32 ++++++++++++--------------------
deploy/templates/groovy.tmpl | 2 +-
deploy/templates/java.tmpl | 2 +-
deploy/templates/js.tmpl | 2 +-
deploy/templates/kts.tmpl | 2 +-
deploy/templates/xml.tmpl | 2 +-
deploy/templates/yaml.tmpl | 2 +-
e2e/files/cron-timer.groovy | 2 +-
e2e/files/groovy.groovy | 2 +-
e2e/files/js-polyglot.js | 4 ++--
e2e/files/js.js | 4 ++--
e2e/files/kotlin.kts | 2 +-
e2e/files/xml.xml | 2 +-
examples/AMQPBindToRegistry.java | 4 ++--
examples/Master.java | 2 +-
examples/amqp.groovy | 4 ++--
examples/amqp.js | 4 ++--
examples/dns.js | 2 +-
examples/hello.xml | 2 +-
examples/knative/README.adoc | 2 +-
examples/knative/feed.groovy | 4 ++--
examples/knative/writer.groovy | 4 ++--
examples/kotlin-routes.kts | 4 ++--
examples/polyglot/routes.xml | 2 +-
examples/props.js | 4 ++--
examples/routes.groovy | 2 +-
examples/routes.js | 4 ++--
examples/routes.yaml | 2 +-
examples/saga/Saga.java | 2 +-
examples/simple.groovy | 2 +-
examples/simple.js | 4 ++--
examples/tekton/hello.groovy | 2 +-
pkg/metadata/metadata_uri_test.go | 22 +++++++++++-----------
pkg/trait/cron.go | 17 +----------------
pkg/trait/cron_test.go | 26 +++++++++++++-------------
pkg/util/uri/uri_test.go | 14 +++++++-------
36 files changed, 86 insertions(+), 109 deletions(-)