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/12/16 12:37:00 UTC

[incubator-hop] branch master updated (7202ede -> 3f8761c)

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 7202ede  Merge pull request #1221 from sramazzina/HOP-3545
     new 58898b2  HOP-3542 : Error previewing transform in Hop Web
     new 7e8c260  HOP-2724 : Port the Apache Tika transform: Load Text From File (IT fix)
     new ffab76c  HOP-3529 : HOP-3529 : Add documentation to allow us to configure Hop Server to run with https
     new 3d70b22  HOP-3533 : Ability to set the METADATA_FOLDER in long-lived hop-server HOP-3548 : Support projects and environments in the long lived docker container HOP-3549 : Support SSL configurations in long lived container HOP-3552 : Add docker options for the server logging options
     new 1550e35  HOP-3533 : removed confusing and incorrect comments regarding /files volume
     new 935f8ce  HOP-3534 : The Hop web docker container can't be stopped
     new 27b493e  HOP-3533 : Docker container does not forward exit code
     new 3f8761c  Merge pull request #1226 from mattcasters/master

The 3252 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:
 docker/Dockerfile                                  |  29 +++-
 docker/Dockerfile.web                              |   4 +
 docker/resources/load-and-execute.sh               | 171 ++++++++++++++++++---
 .../resources/run-web.sh                           |  20 ++-
 docker/resources/run.sh                            |   4 +-
 .../modules/ROOT/pages/docker-container.adoc       | 160 ++++++++++++-------
 .../modules/ROOT/pages/hop-server/index.adoc       |  29 ++++
 .../metadata/unit-test/0037-apache-tika UNIT.json  |   4 -
 .../dialog/PipelinePreviewProgressDialog.java      |  65 ++++----
 9 files changed, 360 insertions(+), 126 deletions(-)
 copy integration-tests/scripting/0002-shell-test.sh => docker/resources/run-web.sh (60%)