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/07/23 11:56:53 UTC

[incubator-hop] branch master updated (36f8393 -> 29cd3f4)

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 36f8393  Merge pull request #960 from nadment/HOP-3116
     new 07d78a4  HOP-3029 Added support to specify connection name through environment variable (TableOutput)
     new c5b9bdc  HOP-3029 Added new findDatabase method in AbstractMeta to provide variables' resolution in connection name
     new 6fd48ca  HOP-3029: javadoc change and formatting
     new 29cd3f4  Merge pull request #956 from sramazzina/HOP-3029

The 2562 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:
 .../java/org/apache/hop/base/AbstractMeta.java     | 592 +++++++++++----------
 .../IProvidesDatabaseConnectionInformation.java    |   2 +-
 .../transforms/tableoutput/TableOutput.java        |   4 +
 .../transforms/tableoutput/TableOutputDialog.java  |  30 +-
 .../transforms/tableoutput/TableOutputMeta.java    |  11 +-
 .../hop/ui/core/metadata/MetadataManager.java      |   4 +-
 6 files changed, 335 insertions(+), 308 deletions(-)