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/06/15 15:08:53 UTC

[incubator-hop] branch master updated (e4b8a0c -> aea3b11)

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 e4b8a0c  Merge pull request #869 from mattcasters/pr867
     new 2abcc2c  HOP-2499 - Added Trim option in DatabaseLookup HOP-2330 - Further improvements to italian translations
     new 0392e3d  HOP-2499 - Fixed and improved tests' for DatabaseLookup
     new aea3b11  Merge pull request #865 from sramazzina/HOP-2499

The 2308 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/core/messages/messages_it_IT.properties    |  4 +-
 .../transforms/databaselookup/DatabaseLookup.java  | 25 +++++-
 .../databaselookup/DatabaseLookupData.java         |  1 +
 .../databaselookup/DatabaseLookupDialog.java       | 21 ++++-
 .../databaselookup/DatabaseLookupMeta.java         |  4 +-
 .../pipeline/transforms/databaselookup/Lookup.java |  3 +
 .../transforms/databaselookup/ReturnValue.java     | 30 ++++++-
 .../messages/messages_en_US.properties             |  2 +
 .../messages/messages_it_IT.properties             | 99 +++++++++++++---------
 .../databaselookup/DatabaseLookupMetaTest.java     | 17 ++--
 .../databaselookup/DatabaseLookupUTest.java        |  6 +-
 .../tokenreplacement/TokenReplacementMeta.java     |  2 +-
 .../database/messages/messages_it_IT.properties    |  2 +
 13 files changed, 154 insertions(+), 62 deletions(-)