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/02/06 11:20:04 UTC

[incubator-hop] branch master updated (a944738 -> 601c048)

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 a944738  HOP-2497 - Add custom entry point extension option (#603)
     new d1a30c3  HOP-2500 : Show last rows widget is showing incorrect data
     new 21b88e0  HOP-2501 : ETL Metadata Injection: variable and parameter passing issues
     new 457b6ba  HOP-2502 : Add toolbar icons to edit pipeline and workflow properties
     new 277a198  HOP-2498 : CSV File Input: add metadata injection support
     new e56afbb  HOP-2503 : Preview does not work on transforms using variables
     new 601c048  Merge pull request #604 from mattcasters/master

The 1564 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:
 .../apache/hop/core/file/TextFileInputField.java   | 11 +++++
 .../org/apache/hop/imports/kettle/KettleConst.java |  1 +
 .../pipeline/transforms/metainject/MetaInject.java | 18 +++++++-
 .../pipeline/transforms/csvinput/CsvInputMeta.java | 22 +++++++++-
 .../csvinput/messages/messages_en_US.properties    | 30 +++++++++++++-
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  | 48 +++++++++++++++++++++-
 .../hopgui/file/workflow/HopGuiWorkflowGraph.java  | 10 +++++
 .../workflow/messages/messages_en_US.properties    |  1 +
 .../ui/hopgui/messages/messages_en_US.properties   |  3 +-
 9 files changed, 139 insertions(+), 5 deletions(-)