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/03 18:41:43 UTC

[incubator-hop] branch master updated (4c158c6 -> 9e3ad40)

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 4c158c6  Merge pull request #595 from nanthakumar1305/sonarqube_20210203
     new e70b9b5  HOP-2491 : NPE when loading old project configurations
     new 1571ea8  HOP-2493 : Code and logging references steps i.s.o. transforms
     new 97d6f00  HOP-2494 : Saving a pipeline or workflow before running doesn't work
     new 9e3ad40  Merge pull request #596 from mattcasters/master

The 1546 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:
 .../HopPipelineMetaToBeamPipelineConverter.java    |  1 -
 .../handler/BeamGenericTransformHandler.java       |  2 +-
 .../handler/BeamGroupByTransformHandler.java       |  2 +-
 .../handler/BeamMergeJoinTransformHandler.java     |  2 +-
 .../org/apache/hop/projects/project/Project.java   | 53 ++++++++++++----------
 .../tokenreplacement/TokenReplacementMeta.java     |  8 ++--
 .../messages/messages_en_US.properties             |  2 +-
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  | 13 +++---
 .../hopgui/file/workflow/HopGuiWorkflowGraph.java  |  9 ++--
 9 files changed, 51 insertions(+), 41 deletions(-)