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 2022/01/10 14:18:41 UTC

[hop] branch master updated (d1bb46c -> f5063f7)

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 d1bb46c  Merge pull request #1264 from nadment/HOP-3586
     new 8dca98b  HOP-3605 Get Filenames: exception raised on opening the dialog
     new 900361a  HOP-3579 Get Filenames: cannot set a "limit" value in "Get file names" transform
     new 6dade23  HOP-3580 Enhancement to Get Filenames transform documentation to explain better how things works when choosing to raise exceptions
     new 070c1b7  HOP-3579 Fixed limit statement
     new f5063f7  Merge pull request #1255 from sramazzina/GETFILENAMES

The 3354 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:
 .../pages/pipeline/transforms/getfilenames.adoc    | 12 ++-
 ...ames-regexp.hpl => 0038-getfilenames-limit.hpl} | 94 +++++++++++-----------
 .../transforms/0038-getfilenames-regexp.hpl        | 89 ++++++++++----------
 .../files/{sample-file2.txt => sample-file3.txt}   |  0
 .../transforms/main-0038-getfilename.hwf           | 39 ++++++++-
 .../transforms/getfilenames/GetFileNames.java      |  4 +-
 .../getfilenames/GetFileNamesDialog.java           | 13 +--
 7 files changed, 140 insertions(+), 111 deletions(-)
 copy integration-tests/transforms/{0038-getfilenames-regexp.hpl => 0038-getfilenames-limit.hpl} (98%)
 copy integration-tests/transforms/files/{sample-file2.txt => sample-file3.txt} (100%)