You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/03/30 15:45:55 UTC

[camel-kamelets] branch regen_bot updated (1aaf3d8 -> 95afabd)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


    from 1aaf3d8  Upgrade Camel to version 3.16.0
     add e305a4a  feature(salesforce-sink): Add, update, and delete salesforce sink
     add da4d9ee  Fixing validation errors: Title must be capitalized
     add f0197f4  feature(salesforce): Delete sink accepts parameters on body Also, improved documentation on all salesforce sink
     add bee79c1  Adding examples of bodies
     add 867114f  Removing header at the end
     add 09ad6c9  Adding schema for input type
     add 0f1e3fc  fix(salesforce): sObjectId and sObjectName were optional but needed.
     add 6e77080  Allowing only key-value pairs to update, not full salesforce object
     add 95afabd  Regen for commit 6e77080c8113d4c4979858f55f19b167ab90ff2b

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/nav.adoc                         |  3 +
 .../salesforce-create-sink.kamelet.yaml            | 53 +++++----------
 ...et.yaml => salesforce-delete-sink.kamelet.yaml} | 72 ++++++++++----------
 ...et.yaml => salesforce-update-sink.kamelet.yaml} | 59 +++++++---------
 ...et.yaml => salesforce-create-sink.kamelet.yaml} | 53 +++++----------
 .../kamelets/salesforce-delete-sink.kamelet.yaml   | 72 ++++++++++----------
 .../kamelets/salesforce-update-sink.kamelet.yaml   | 59 +++++++---------
 .../delete-secret.sh}                              |  7 +-
 .../direct-to-salesforce-delete-binding.yaml}      | 15 ++---
 .../direct-to-salesforce-update-binding.yaml}      | 20 +++---
 .../prepare-secret.sh}                             |  9 ++-
 .../salesforce-credentials.properties              | 13 ++--
 test/salesforce-sink/salesforce-sink.feature       | 78 ++++++++++++++++++++++
 .../timer-to-salesforce-binding.yaml}              | 16 ++---
 .../yaks-config.yaml                               | 28 ++++++--
 15 files changed, 299 insertions(+), 258 deletions(-)
 copy library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml => kamelets/salesforce-create-sink.kamelet.yaml (91%)
 copy kamelets/{salesforce-source.kamelet.yaml => salesforce-delete-sink.kamelet.yaml} (91%)
 copy kamelets/{salesforce-source.kamelet.yaml => salesforce-update-sink.kamelet.yaml} (92%)
 copy library/camel-kamelets/src/main/resources/kamelets/{salesforce-source.kamelet.yaml => salesforce-create-sink.kamelet.yaml} (91%)
 copy kamelets/salesforce-source.kamelet.yaml => library/camel-kamelets/src/main/resources/kamelets/salesforce-delete-sink.kamelet.yaml (91%)
 copy kamelets/salesforce-source.kamelet.yaml => library/camel-kamelets/src/main/resources/kamelets/salesforce-update-sink.kamelet.yaml (92%)
 copy test/{kafka/uninstall.sh => salesforce-sink/delete-secret.sh} (87%)
 copy test/{mail-sink/timer-to-mail.yaml => salesforce-sink/direct-to-salesforce-delete-binding.yaml} (82%)
 copy test/{mail-sink/timer-to-mail.yaml => salesforce-sink/direct-to-salesforce-update-binding.yaml} (79%)
 copy test/{kafka/uninstall.sh => salesforce-sink/prepare-secret.sh} (73%)
 mode change 100644 => 100755
 copy docs/source-watch.yml => test/salesforce-sink/salesforce-credentials.properties (78%)
 create mode 100644 test/salesforce-sink/salesforce-sink.feature
 copy test/{mail-sink/timer-to-mail.yaml => salesforce-sink/timer-to-salesforce-binding.yaml} (80%)
 copy test/{mail-sink => salesforce-sink}/yaks-config.yaml (68%)