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 2022/10/04 16:02:23 UTC

[hop] branch master updated (f2c31b77a4 -> b1c4d11b40)

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/hop.git


    from f2c31b77a4 Merge pull request #1713 from apache/dependabot/maven/assemblies/plugins/databases/redshift-assemblies/com.amazon.redshift-redshift-jdbc42-2.1.0.8
     new 6c74f13912 HOP-4210: add support for different CMD encoding in windows + docs
     new ee3015e1a1 HOP-4236: fix content-type and add test
     new b1c4d11b40 Merge pull request #1721 from hansva/master

The 4596 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:
 assemblies/static/src/main/resources/hop-gui.bat   |   3 +
 assemblies/static/src/main/resources/hop-run.bat   |   3 +
 .../static/src/main/resources/hop-server.bat       |   3 +
 .../integration-tests-hop_server.yaml              |   3 +
 .../modules/ROOT/pages/protips/index.adoc          |   2 +
 .../variables/hop-windows-shell-encoding.adoc}     |  15 +--
 .../java/org/apache/hop/www/BaseHttpServlet.java   |   5 +-
 .../0002-test-json-webservice.hpl}                 | 115 ++++++++++-----------
 .../main-0002-test-json-webservice.hwf}            |  17 ++-
 .../metadata/web-service/testService.json          |  10 ++
 .../testService-pipeline.hpl}                      |  37 +++----
 ... disabled-main-0014-rest-client-with-proxy.hwf} |  20 ++++
 ... disabled-main-0015-http-client-with-proxy.hwf} |  20 ++++
 13 files changed, 154 insertions(+), 99 deletions(-)
 copy docs/{hop-dev-manual/modules/ROOT/pages/index.adoc => hop-user-manual/modules/ROOT/pages/snippets/variables/hop-windows-shell-encoding.adoc} (53%)
 copy integration-tests/{http/0001-http-post.hpl => hop_server/0002-test-json-webservice.hpl} (81%)
 copy integration-tests/{beam_directrunner/main-0001-generate-rows.hwf => hop_server/main-0002-test-json-webservice.hwf} (86%)
 create mode 100644 integration-tests/hop_server/metadata/web-service/testService.json
 copy integration-tests/{parameters_and_variables/0008-copyRowsTest.hpl => hop_server/testService-pipeline.hpl} (83%)
 rename integration-tests/http/{main-0014-rest-client-with-proxy.hwf => disabled-main-0014-rest-client-with-proxy.hwf} (80%)
 rename integration-tests/http/{main-0015-http-client-with-proxy.hwf => disabled-main-0015-http-client-with-proxy.hwf} (81%)