You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/04/24 14:56:53 UTC

[hop] branch master updated (5e89ed72b3 -> fcc0786420)

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 5e89ed72b3 Merge pull request #2833 from hop-weblate/weblate-apache-hop-codebase-hop
     new 2e602bb901 samples for loop transforms and actions
     new b34a3adc64 added missing ASF header to samples #2237 #2238
     new 0b2531625e how-to guide on loops in Apache Hop. #fixes #2559
     new ca81c7d7a7 updated navigation, headings, nav. #fixes 2559
     new fcc0786420 Merge pull request #2847 from bamaer/2559

The 5678 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:
 .../loops/child-check-set-counter-value.hpl        | 251 +++++++++++++++++++
 .../samples/loops/child-generate-1000-rows.hpl     | 168 +++++++++++++
 .../loops/child-loops-copy-rows-to-result.hpl      | 123 ++++++++++
 .../loops/child-loops-get-rows-from-result.hpl     | 135 +++++++++++
 .../samples/loops/child-loops-log-counter.hpl      | 137 +++++++++++
 .../samples/loops/child-workflow-executor.hwf      |  86 +++++++
 .../projects/samples/loops/end-repeat-pipeline.hwf | 161 ++++++++++++
 .../loops/loops-process-rows-from-memory.hwf       | 132 ++++++++++
 .../projects/samples/loops/pipeline-executor.hpl   | 270 +++++++++++++++++++++
 .../projects/samples/loops/repeat-action.hwf       | 175 +++++++++++++
 .../projects/samples/loops/workflow-executor.hpl   | 239 ++++++++++++++++++
 ...rows-to-result-execute-for-every-result-row.png | Bin 0 -> 65675 bytes
 .../loops-copy-rows-to-result-parameters.png       | Bin 0 -> 64736 bytes
 .../loops-copy-rows-to-result-process-one-row.png  | Bin 0 -> 71494 bytes
 .../loops-copy-rows-to-result-workflow.png         | Bin 0 -> 18707 bytes
 .../loops-copy-rows-to-result.png                  | Bin 0 -> 14998 bytes
 .../loops-pipeline-executor-configuration.png      | Bin 0 -> 75441 bytes
 .../loops-pipeline-executor.png                    | Bin 0 -> 86950 bytes
 .../loops-in-apache-hop/loops-repeat-action.png    | Bin 0 -> 201451 bytes
 .../loops-in-apache-hop/loops-repeat-pipeline.png  | Bin 0 -> 35488 bytes
 .../loops-workflow-executor-configuration.png      | Bin 0 -> 76332 bytes
 .../loops-workflow-executor.png                    | Bin 0 -> 61083 bytes
 docs/hop-user-manual/modules/ROOT/nav.adoc         |   1 +
 .../modules/ROOT/pages/how-to-guides/index.adoc    |   5 +-
 .../pages/how-to-guides/loops-in-apache-hop.adoc   | 260 ++++++++++++++++++++
 25 files changed, 2141 insertions(+), 2 deletions(-)
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/child-check-set-counter-value.hpl
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/child-generate-1000-rows.hpl
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/child-loops-copy-rows-to-result.hpl
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/child-loops-get-rows-from-result.hpl
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/child-loops-log-counter.hpl
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/child-workflow-executor.hwf
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/end-repeat-pipeline.hwf
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/loops-process-rows-from-memory.hwf
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/pipeline-executor.hpl
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/repeat-action.hwf
 create mode 100644 assemblies/static/src/main/resources/config/projects/samples/loops/workflow-executor.hpl
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-copy-rows-to-result-execute-for-every-result-row.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-copy-rows-to-result-parameters.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-copy-rows-to-result-process-one-row.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-copy-rows-to-result-workflow.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-copy-rows-to-result.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-pipeline-executor-configuration.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-pipeline-executor.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-repeat-action.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-repeat-pipeline.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-workflow-executor-configuration.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/how-to-guides/loops-in-apache-hop/loops-workflow-executor.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/pages/how-to-guides/loops-in-apache-hop.adoc