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/03/03 14:14:41 UTC

[hop] branch master updated (6705be1f76 -> 619401da19)

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 6705be1f76 Merge pull request #2502 from bamaer/2494
     new b217cb38b1 close buffer before outputstream. fixes #2498 #
     new b68ed75044 initial version integration test for zip action. #2498
     new d6957ee135 added missing asf header #2498
     new 619401da19 Merge pull request #2504 from bamaer/2498

The 5505 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:
 .../0008-zip-action-archive-files.hwf}             |  51 +-
 .../0008-zip-action-generate-files-to-zip.hpl      | 526 +++++++++++++++++++++
 .../main-0008-zip-files.hwf}                       | 129 ++---
 .../workflow/actions/zipfile/ActionZipFile.java    |   2 +-
 4 files changed, 625 insertions(+), 83 deletions(-)
 copy integration-tests/{hop_server/0004-repeat_workflow.hwf => actions/0008-zip-action-archive-files.hwf} (64%)
 create mode 100644 integration-tests/actions/0008-zip-action-generate-files-to-zip.hpl
 copy integration-tests/{beam_directrunner/main-0004-merge-join.hwf => actions/main-0008-zip-files.hwf} (65%)