This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from 93fc1d933b Merge pull request #2258 from
hop-weblate/weblate-apache-hop-codebase-hop
new 242a1fed04 initial sample versions for add constant, add value fields
changing sequence, apache tika, add xml #2237
new 8ff6844141 distribute instead of copy hop #2237
new 83b5bea20c avro samples #2237
new 7d97fec023 initial version samples for concat fields, credit card
validator, check if file is locked, check if webservice is available #2237
new 035150dda2 Merge pull request #2244 from bamaer/2237
The 5364 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:
.../transforms/avro-encode-decode-basic.hpl | 156 ++++----
.../main/samples/transforms/avro-file-input.hpl | 230 ++++--------
.../main/samples/transforms/avro-file-output.hpl | 192 +++++-----
.../samples/transforms/concat-fields-basic.hpl} | 269 +++++++-------
.../src/main/samples/transforms/add-constants.hpl | 98 +++--
.../samples/transforms/credit-card-validator.hpl} | 292 ++++++++-------
.../add-value-fields-changing-sequence.hpl | 139 ++++---
.../transforms/check-if-file-is-locked-basic.hpl | 186 +++++-----
.../main/samples/transforms/apache-tika-basic.hpl | 407 +++++++++++++++++++++
.../check-if-webservice-is-available.hpl | 159 ++++----
.../src/main/samples/transforms/add-xml-basic.hpl | 229 ++++++------
11 files changed, 1364 insertions(+), 993 deletions(-)
copy integration-tests/mdi/0006-row-denormaliser-child.hpl =>
plugins/tech/avro/src/main/samples/transforms/avro-encode-decode-basic.hpl (62%)
copy integration-tests/transforms/0018-avro-file-input.hpl =>
plugins/tech/avro/src/main/samples/transforms/avro-file-input.hpl (64%)
copy integration-tests/gcp/0001-input-output-validation.hpl =>
plugins/tech/avro/src/main/samples/transforms/avro-file-output.hpl (73%)
copy
plugins/transforms/{fieldsplitter/src/main/samples/transforms/split-fields-basic.hpl
=> concatfields/src/main/samples/transforms/concat-fields-basic.hpl} (57%)
copy integration-tests/transforms/0013-row-generator.hpl =>
plugins/transforms/constant/src/main/samples/transforms/add-constants.hpl (69%)
copy plugins/transforms/{ifnull/src/main/samples/transforms/if-null-basic.hpl
=> creditcardvalidator/src/main/samples/transforms/credit-card-validator.hpl}
(52%)
copy integration-tests/database/0014-1-setup-before.hpl =>
plugins/transforms/fieldschangesequence/src/main/samples/transforms/add-value-fields-changing-sequence.hpl
(66%)
copy integration-tests/transforms/0038-getfilenames-limit.hpl =>
plugins/transforms/filelocked/src/main/samples/transforms/check-if-file-is-locked-basic.hpl
(64%)
create mode 100644
plugins/transforms/tika/src/main/samples/transforms/apache-tika-basic.hpl
copy integration-tests/parameters_and_variables/0010-run-env-check-test.hpl =>
plugins/transforms/webserviceavailable/src/main/samples/transforms/check-if-webservice-is-available.hpl
(67%)
copy integration-tests/transforms/0054-split-fields-id.hpl =>
plugins/transforms/xml/src/main/samples/transforms/add-xml-basic.hpl (63%)