This is an automated email from the ASF dual-hosted git repository.
bartmaer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.
from 21cda19 Merge pull request #770 from bamaer/HOP-2521
new b8a684e HOP-2391 : Created pipelines and workflows for add checksum
with SHA-512 and CRA -232, Delay Row, parameters and variables, workflow
executor, zip files
new 6014bb2 HOP-2391 : Workflow and transformations samples for checksum,
delay start, workflow executor, zip file
new 3ffe006 HOP-2391 - amended pipeline transformation name
new 6d3e9cc Merge pull request #771 from sauru22/master
The 2022 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:
integration-tests/xml/files/input-file.xls | Bin 31744 -> 0 bytes
.../checksum/Add a checksum - SHA-512 example.hpl | 174 +++++++++++++++++
.../Add a checksum - basic CRC32 example.hpl | 174 +++++++++++++++++
.../samples/delay/Delay row - Basic example.hpl} | 86 +++++----
.../pl_Workflow Executor Sample.hpl | 200 +++++++++++--------
.../workflowexecutor/wf_get_list_of_pipelines.hwf | 103 ++++++++++
.../main/samples/zipfile/dataset/transactions.csv | Bin 0 -> 148 bytes
.../main/samples/zipfile/dataset/transactions.zip | Bin 0 -> 223 bytes
.../zipfile/src/main/samples/zipfile/zip_file.hpl | 213 +++++++++++++++++++++
9 files changed, 832 insertions(+), 118 deletions(-)
delete mode 100644 integration-tests/xml/files/input-file.xls
create mode 100644 plugins/transforms/checksum/src/main/samples/checksum/Add a
checksum - SHA-512 example.hpl
create mode 100644 plugins/transforms/checksum/src/main/samples/checksum/Add a
checksum - basic CRC32 example.hpl
copy plugins/transforms/{addsequence/src/main/samples/transforms/Add Sequence
- Add a cyclic number.hpl => delay/src/main/samples/delay/Delay row - Basic
example.hpl} (61%)
copy integration-tests/parameters_and_variables/0002-pipeline.hpl =>
plugins/transforms/workflowexecutor/src/main/samples/workflowexecutor/pl_Workflow
Executor Sample.hpl (56%)
create mode 100644
plugins/transforms/workflowexecutor/src/main/samples/workflowexecutor/wf_get_list_of_pipelines.hwf
create mode 100644
plugins/transforms/zipfile/src/main/samples/zipfile/dataset/transactions.csv
create mode 100644
plugins/transforms/zipfile/src/main/samples/zipfile/dataset/transactions.zip
create mode 100644
plugins/transforms/zipfile/src/main/samples/zipfile/zip_file.hpl