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 2021/12/19 12:11:10 UTC

[incubator-hop] branch master updated (ec82401 -> fc1e71e)

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/incubator-hop.git.


    from ec82401  Merge pull request #1223 from hansva/master
     new 98a4af3  HOP-3527 Get file names do not rise error if no file
     new 51b25b5  HOP-3538 GetFilenames: use HopMetadataProperty annotation for metadata generation
     new 3a7492e  [i18N] Enhancements to italian translations for a few labels
     new e040803  HOP-3527 Added integration tests. Other minor changes and improvements
     new ae4b839  HOP-3527 Updated documentation references
     new 8bb6ffa  HOP-3527: small cleanup and formatting
     new fc1e71e  Merge pull request #1215 from sramazzina/HOP-3527

The 3266 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:
 .../hop/i18n/messages/messages_it_IT.properties    |   2 +-
 .../pages/pipeline/transforms/getfilenames.adoc    |   2 +
 ...base-lookup.hpl => 0037-getfilenames-basic.hpl} | 220 +++++-----
 .../0037-getfilenames-fromfield.hpl}               | 232 ++++++-----
 .../0037-getfilenames-nofiles-exception.hpl}       | 167 ++++----
 ...-available.hpl => 0037-getfilenames-regexp.hpl} | 155 ++++---
 .../transforms/files/sample-file1.txt              |   1 +
 .../transforms/files/sample-file2.txt              |   1 +
 .../main-0037-getfilename-tests-group.hwf          |  94 ++---
 .../datagrid/messages/messages_it_IT.properties    |   2 +-
 .../pipeline/transforms/getfilenames/FileItem.java | 135 +++++++
 .../transforms/getfilenames/FilterItem.java}       |  35 +-
 .../transforms/getfilenames/GetFileNames.java      | 119 +++---
 .../getfilenames/GetFileNamesDialog.java           | 276 ++++++++-----
 .../transforms/getfilenames/GetFileNamesMeta.java  | 447 ++++++++-------------
 .../messages/messages_en_US.properties             |  54 ++-
 .../messages/messages_es_AR.properties             |  12 +-
 .../messages/messages_fr_FR.properties             |  19 +-
 .../messages/messages_it_IT.properties             |  66 +--
 .../messages/messages_ja_JP.properties             |  16 +-
 .../messages/messages_ko_KR.properties             |  10 +-
 .../messages/messages_zh_CN.properties             |  12 +-
 .../getfilenames/GetFileNamesMetaTest.java         | 237 +++++++----
 .../messages/messages_it_IT.properties             |   2 +-
 .../messages/messages_it_IT.properties             |   2 +-
 .../messages/messages_it_IT.properties             |   2 +-
 .../tableinput/messages/messages_it_IT.properties  |   2 +-
 .../ui/hopgui/messages/messages_it_IT.properties   |   2 +-
 28 files changed, 1284 insertions(+), 1040 deletions(-)
 copy integration-tests/transforms/{0017-database-lookup.hpl => 0037-getfilenames-basic.hpl} (67%)
 copy integration-tests/{database/0009-database-join-parameter.hpl => transforms/0037-getfilenames-fromfield.hpl} (69%)
 copy integration-tests/{parameters_and_variables/0010-run-env-check-test.hpl => transforms/0037-getfilenames-nofiles-exception.hpl} (64%)
 copy integration-tests/transforms/{0036-actionpipeline-verify-results-available.hpl => 0037-getfilenames-regexp.hpl} (70%)
 create mode 100644 integration-tests/transforms/files/sample-file1.txt
 create mode 100644 integration-tests/transforms/files/sample-file2.txt
 copy plugins/tech/neo4j/src/main/samples/neo4j/cleanup-remove-everything.hwf => integration-tests/transforms/main-0037-getfilename-tests-group.hwf (74%)
 create mode 100644 plugins/transforms/getfilenames/src/main/java/org/apache/hop/pipeline/transforms/getfilenames/FileItem.java
 copy plugins/transforms/{sql/src/main/java/org/apache/hop/pipeline/transforms/sql/ExecSqlArgumentItem.java => getfilenames/src/main/java/org/apache/hop/pipeline/transforms/getfilenames/FilterItem.java} (55%)