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 75c26cb  Merge pull request #773 from mattcasters/master
     new 09849fc  HOP-2391 : Added parameters and variables workflow in 
assemblies/static/src/main/resources/config/projects/samples/
     new 0ffd31b  HOP-2391 : Created transforms for Calculator, Fakedata, 
groupby, appendstreams
     new c35050e  Merge pull request #774 from sauru22/master

The 2032 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:
 .../parameters_and_variables/pl_set_variables.hpl  |  73 ++--
 .../pl_show_param_values.hpl                       | 176 ++++----
 .../samples/parameters_and_variables/wf_master.hwf |  52 ++-
 .../samples/parameters_and_variables/wf_slave.hwf  | 109 +++--
 .../src/main/samples/append/Append streams.hpl     | 133 +++---
 ...ock this transform until transforms finish .hpl | 236 +++++++++++
 .../Calculator - Simple Calculations.hpl           | 216 ++++++++++
 .../src/main/samples/fake/fake_data.hpl}           | 111 +++--
 ...centiles using the group by transformations.hpl | 472 +++++++++++++++++++++
 9 files changed, 1291 insertions(+), 287 deletions(-)
 copy plugins/transforms/addsequence/src/main/samples/transforms/Add Sequence - 
Add a cyclic number.hpl => 
assemblies/static/src/main/resources/config/projects/samples/parameters_and_variables/pl_set_variables.hpl
 (63%)
 copy integration-tests/parameters_and_variables/0010-run-env-check-test.hpl => 
assemblies/static/src/main/resources/config/projects/samples/parameters_and_variables/pl_show_param_values.hpl
 (57%)
 copy integration-tests/neo4j/tests/shared/cleanup-database.hwf => 
assemblies/static/src/main/resources/config/projects/samples/parameters_and_variables/wf_master.hwf
 (57%)
 copy integration-tests/transforms/main-0003-field-splitter.hwf => 
assemblies/static/src/main/resources/config/projects/samples/parameters_and_variables/wf_slave.hwf
 (56%)
 copy integration-tests/parameters_and_variables/0010-run-env-check-test.hpl => 
plugins/transforms/append/src/main/samples/append/Append streams.hpl (53%)
 create mode 100644 
plugins/transforms/blockuntiltransformsfinish/src/main/samples/blockuntiltransformsfinish/Block
 this transform until transforms finish .hpl
 create mode 100644 
plugins/transforms/calculator/src/main/samples/calculator/Calculator - Simple 
Calculations.hpl
 copy plugins/transforms/{addsequence/src/main/samples/transforms/Add Sequence 
- Add a unique ID.hpl => fake/src/main/samples/fake/fake_data.hpl} (60%)
 create mode 100644 
plugins/transforms/groupby/src/main/samples/groupby/Calculate median and 
percentiles using the group by transformations.hpl

Reply via email to