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/11/03 10:39:56 UTC

[incubator-hop] branch master updated (51845c3 -> 9ba139b)

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 51845c3  Merge pull request #1184 from hansva/master
     new 9a4fbd7  HOP-3462 - TableOutput: exception while trying to enter a mapping
     new d987525  HOP-3463 - TableOutput: added ability to not sort the mappings list if needed
     new c1b7980  Merge branch 'master' into HOP-3462
     new 9ba139b  Merge pull request #1185 from sramazzina/HOP-3462

The 3148 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:
 core/src/main/java/org/apache/hop/core/Props.java  | 15 +++++
 .../transforms/tableoutput/TableOutputDialog.java  | 10 ++-
 .../transforms/tableoutput/TableOutputMeta.java    | 11 +++-
 .../main/java/org/apache/hop/ui/core/PropsUi.java  |  4 --
 .../hop/ui/core/dialog/EnterMappingDialog.java     |  6 +-
 .../hop/ui/core/dialog/EnterOptionsDialog.java     | 71 ++++++++++++++++++++++
 .../core/dialog/messages/messages_en_US.properties |  3 +
 .../core/dialog/messages/messages_it_IT.properties |  2 +
 .../ui/hopgui/messages/messages_en_US.properties   |  2 +-
 .../ui/hopgui/messages/messages_it_IT.properties   |  2 +-
 10 files changed, 112 insertions(+), 14 deletions(-)