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/08 09:48:27 UTC

[incubator-hop] branch master updated (d28746d -> 598b88b)

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 d28746d  Merge pull request #916 from sramazzina/HOP-3020
     new f2c913f  HOP-3030: fix dialog not opening on invalid pipeline + cleanup
     new bddb85b  [DOC] fix links and cleanup
     new 598b88b  Merge pull request #919 from hansva/master

The 2451 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:
 .../modules/ROOT/pages/svg-files.adoc              |  3 +-
 .../getting-started/hop-download-install.adoc      |  2 +-
 .../ROOT/pages/getting-started/hop-next-steps.adoc |  2 +-
 .../modules/ROOT/pages/hop-gui/hop-gui-git.adoc    |  8 +-
 .../modules/ROOT/pages/hop-server/index.adoc       |  8 +-
 .../modules/ROOT/pages/hop-server/rest-api.adoc    | 38 ++++-----
 .../modules/ROOT/pages/hop-tools/index.adoc        |  2 +-
 .../metadata-types/neo4j/neo4j-graphmodel.adoc     |  2 +-
 .../pages/metadata-types/rdbms-connection.adoc     |  2 +-
 .../modules/ROOT/pages/pipeline/partitioning.adoc  | 18 ++---
 .../ROOT/pages/pipeline/pipeline-unit-testing.adoc | 18 ++---
 .../modules/ROOT/pages/pipeline/transforms.adoc    |  1 -
 .../{postgresbulkloader.adoc => pgbulkloader.adoc} |  1 -
 .../pages/pipeline/transforms/simple-mapping.adoc  |  6 +-
 .../modules/ROOT/pages/plugins/plugins.adoc        |  2 +-
 .../modules/ROOT/pages/technology/neo4j/index.adoc |  2 +-
 docs/hop-user-manual/modules/ROOT/pages/vfs.adoc   | 94 +++++++++++-----------
 .../pipeline/transforms/metainject/MetaInject.java |  2 +
 .../transforms/metainject/MetaInjectDialog.java    | 62 +++++++-------
 .../transforms/metainject/MetaInjectMeta.java      | 19 +----
 .../metainject/messages/messages_en_US.properties  | 27 +++----
 .../metainject/messages/messages_fr_FR.properties  | 20 ++---
 .../metainject/messages/messages_it_IT.properties  | 20 ++---
 .../metainject/messages/messages_ja_JP.properties  | 23 +++---
 .../metainject/messages/messages_ko_KR.properties  | 13 ++-
 .../metainject/messages/messages_zh_CN.properties  | 25 +++---
 26 files changed, 199 insertions(+), 221 deletions(-)
 copy docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/{postgresbulkloader.adoc => pgbulkloader.adoc} (98%)