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/09/16 13:30:16 UTC

[hop] branch master updated (85a62681bd -> 36b83bf2cf)

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 85a62681bd Merge pull request #1677 from nadment/HOP-4109
     new 450443bfed HOP-4211: fix proxy option in rest client + tests
     new 12ddbee7bb HOP-4191: add recursion for single threader
     new d3a1115375 HOP-4202,HOP-4201: fix hop allocation and add MDI support
     new f4d6a44f1d HOP-4184: fix browse buttons on delete transform (not using variables)
     new 5877048f76 HOP-4202: remove test
     new 36b83bf2cf Merge pull request #1684 from hansva/master

The 4446 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/plugins/transforms/rest/pom.xml         |   5 +
 .../transforms/rest/src/assembly/assembly.xml      |   8 ++
 ...hpl => 0003-rest-client-query-param-in-url.hpl} |  79 ++++++-------
 ...-client.hpl => 0003-rest-client-with-proxy.hpl} |  81 ++++++-------
 ...-client.hpl => 0014-rest-client-with-proxy.hpl} |  81 ++++++-------
 ...-client.hpl => 0015-http-client-with-proxy.hpl} |  61 +++++-----
 integration-tests/http/main-0003-rest-client.hwf   |  66 ++++++-----
 ...ut.hwf => main-0014-rest-client-with-proxy.hwf} |  15 +--
 ...te.hwf => main-0015-http-client-with-proxy.hwf} |  10 +-
 .../0046-java-filter.hpl}                          | 128 +++++++++++----------
 .../datasets/golden-java-filter-false.csv          |   6 +
 .../datasets/golden-java-filter-true.csv           |   4 +
 ...0043-checksum.hwf => main-0046-java-filter.hwf} |   8 +-
 ...tructure.json => golden-java-filter-false.json} |   6 +-
 ...structure.json => golden-java-filter-true.json} |   6 +-
 .../metadata/unit-test/0046-java-filter UNIT.json} |  23 ++--
 .../pipeline/transforms/delete/DeleteDialog.java   |   6 +-
 .../transforms/getsubfolders/GetSubFolders.java    |   5 +
 .../transforms/javafilter/JavaFilterDialog.java    |  16 +--
 .../transforms/javafilter/JavaFilterMeta.java      |  85 +++++++-------
 .../javafilter/messages/messages_en_US.properties  |  33 +++---
 .../transforms/javafilter/JavaFilterMetaTest.java  |  60 ----------
 plugins/transforms/rest/pom.xml                    |   6 +
 .../apache/hop/pipeline/transforms/rest/Rest.java  |  12 +-
 .../hop/pipeline/transforms/rest/RestData.java     |   1 -
 25 files changed, 398 insertions(+), 413 deletions(-)
 copy integration-tests/http/{0003-rest-client.hpl => 0003-rest-client-query-param-in-url.hpl} (96%)
 copy integration-tests/http/{0003-rest-client.hpl => 0003-rest-client-with-proxy.hpl} (96%)
 copy integration-tests/http/{0003-rest-client.hpl => 0014-rest-client-with-proxy.hpl} (96%)
 copy integration-tests/http/{0002-http-client.hpl => 0015-http-client-with-proxy.hpl} (94%)
 copy integration-tests/http/{main-0008-rest-client-put.hwf => main-0014-rest-client-with-proxy.hwf} (88%)
 copy integration-tests/http/{main-0009-rest-client-delete.hwf => main-0015-http-client-with-proxy.hwf} (92%)
 copy integration-tests/{mdi/0008-analytic-query-child.hpl => transforms/0046-java-filter.hpl} (68%)
 create mode 100644 integration-tests/transforms/datasets/golden-java-filter-false.csv
 create mode 100644 integration-tests/transforms/datasets/golden-java-filter-true.csv
 copy integration-tests/transforms/{main-0043-checksum.hwf => main-0046-java-filter.hwf} (92%)
 copy integration-tests/transforms/metadata/dataset/{golden-metastructure.json => golden-java-filter-false.json} (65%)
 copy integration-tests/transforms/metadata/dataset/{golden-metastructure.json => golden-java-filter-true.json} (65%)
 copy integration-tests/{spreadsheet/metadata/unit-test/0005-check-multiple-files UNIT.json => transforms/metadata/unit-test/0046-java-filter UNIT.json} (51%)
 delete mode 100644 plugins/transforms/janino/src/test/java/org/apache/hop/pipeline/transforms/javafilter/JavaFilterMetaTest.java