This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 6d07b2ffa8 Merge pull request #5545 from shlxue/main
add 420c99bc72 issue #5378
add 249b0aa426 issue #5378 (component value)
add e1c557ff19 issue #5378 (component value)
add a38acfe5e6 issue #5546
add 4c6d3d22c5 issue #5532
add a01d9e6f3f issue #5527
add 8005effd06 issue #5554
new 780c83fa0b Merge pull request #5516 from mattcasters/main
The 1 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/pom.xml | 6 +
core/src/main/java/org/apache/hop/core/Const.java | 25 ++
...eo4j.yaml => integration-tests-opensearch.yaml} | 26 +-
.../caching/BaseCachingExecutionInfoLocation.java | 58 ++-
.../hop/pipeline/PipelineMetaSearchAnalyser.java | 21 +
.../pipeline/SingleThreadedPipelineExecutor.java | 20 +-
.../pipeline/anon/AnonymousPipelineResults.java | 51 +--
.../hop/pipeline/anon/AnonymousPipelineRunner.java | 113 +++++
.../hop/workflow/WorkflowMetaSearchAnalyser.java | 19 +
...pensearch-create-execution-information-sub.hpl} | 44 +-
...pensearch-create-execution-information-sub.hwf} | 87 ++--
...01-opensearch-create-execution-information.hwf} | 141 +++----
.../0001-opensearch-create-hop-index.hpl | 273 +++++++++++++
.../0001-opensearch-validate-information.hpl} | 288 ++++++-------
...001-golden-opensearch-execution-information.csv | 4 +
integration-tests/opensearch/dev-env-config.json | 15 +
.../{duckdb => opensearch}/hop-config.json | 0
.../main-0001-opensearch-ei-test.hwf} | 165 ++++----
...1-golden-opensearch-execution-information.json} | 30 +-
.../first-last-10-rows.json} | 5 +-
.../opensearch-location.json | 18 +
.../local-opensearch.json} | 7 +-
.../metadata/pipeline-run-configuration/local.json | 0
.../0001-opensearch-validate-information UNIT.json | 63 +++
.../local-opensearch.json} | 6 +-
.../metadata/workflow-run-configuration/local.json | 0
.../project-config.json | 0
.../execsqlrow => tech/opensearch}/pom.xml | 17 +-
.../src/assembly/assembly.xml | 13 +-
.../OpenSearchExecutionInfoLocation.java} | 453 ++++++++++++---------
.../hop/execution/opensearch/RestCaller.java | 152 +++++++
.../src/main/resources/dependencies.xml | 3 +-
.../opensearch/messages/messages_en_US.properties | 33 ++
.../opensearch}/src/main/resources/version.xml | 0
plugins/tech/pom.xml | 1 +
.../kafka/consumer/KafkaConsumerInput.java | 19 +-
.../kafka/consumer/KafkaConsumerInputDialog.java | 49 ++-
.../kafka/consumer/KafkaConsumerInputMeta.java | 282 ++-----------
.../consumer/messages/messages_en_US.properties | 9 +-
.../hop/ui/core/dialog/PreviewRowsDialog.java | 38 +-
.../org/apache/hop/ui/core/widget/TableView.java | 5 +
.../perspective/search/HopSearchPerspective.java | 4 +-
42 files changed, 1619 insertions(+), 944 deletions(-)
copy docker/integration-tests/{integration-tests-neo4j.yaml =>
integration-tests-opensearch.yaml} (70%)
copy
plugins/misc/testing/src/main/java/org/apache/hop/testing/xp/RowCollection.java
=>
engine/src/main/java/org/apache/hop/pipeline/anon/AnonymousPipelineResults.java
(61%)
create mode 100644
engine/src/main/java/org/apache/hop/pipeline/anon/AnonymousPipelineRunner.java
copy integration-tests/{beam_directrunner/0003-pipeline-without-error.hpl =>
opensearch/0001-opensearch-create-execution-information-sub.hpl} (86%)
copy integration-tests/{mdi/main-0001-calculator.hwf =>
opensearch/0001-opensearch-create-execution-information-sub.hwf} (72%)
copy integration-tests/{database/0014-1-setup-before.hwf =>
opensearch/0001-opensearch-create-execution-information.hwf} (66%)
create mode 100644
integration-tests/opensearch/0001-opensearch-create-hop-index.hpl
copy integration-tests/{hop_server/0005-delete-from-remote-location.hpl =>
opensearch/0001-opensearch-validate-information.hpl} (64%)
create mode 100644
integration-tests/opensearch/datasets/0001-golden-opensearch-execution-information.csv
create mode 100644 integration-tests/opensearch/dev-env-config.json
copy integration-tests/{duckdb => opensearch}/hop-config.json (100%)
copy integration-tests/{beam_directrunner/main-0010-get-file-names.hwf =>
opensearch/main-0001-opensearch-ei-test.hwf} (66%)
copy
integration-tests/{hop_server/metadata/dataset/0005-delete-from-remote-location-golden.json
=>
opensearch/metadata/dataset/0001-golden-opensearch-execution-information.json}
(77%)
copy
integration-tests/{hop_server/metadata/execution-data-profile/first-last.json
=> opensearch/metadata/execution-data-profile/first-last-10-rows.json} (70%)
create mode 100644
integration-tests/opensearch/metadata/execution-info-location/opensearch-location.json
copy integration-tests/{duckdb/metadata/pipeline-run-configuration/local.json
=> opensearch/metadata/pipeline-run-configuration/local-opensearch.json} (74%)
copy integration-tests/{actions =>
opensearch}/metadata/pipeline-run-configuration/local.json (100%)
create mode 100644
integration-tests/opensearch/metadata/unit-test/0001-opensearch-validate-information
UNIT.json
copy integration-tests/{duckdb/metadata/workflow-run-configuration/local.json
=> opensearch/metadata/workflow-run-configuration/local-opensearch.json} (52%)
copy integration-tests/{actions =>
opensearch}/metadata/workflow-run-configuration/local.json (100%)
copy integration-tests/{beam_directrunner => opensearch}/project-config.json
(100%)
copy plugins/{transforms/execsqlrow => tech/opensearch}/pom.xml (76%)
mode change 100644 => 100755
copy plugins/tech/{elastic => opensearch}/src/assembly/assembly.xml (78%)
copy
plugins/tech/{elastic/src/main/java/org/apache/hop/execution/elastic/ElasticExecutionInfoLocation.java
=>
opensearch/src/main/java/org/apache/hop/execution/opensearch/OpenSearchExecutionInfoLocation.java}
(51%)
create mode 100644
plugins/tech/opensearch/src/main/java/org/apache/hop/execution/opensearch/RestCaller.java
copy plugins/{databases/greenplum =>
tech/opensearch}/src/main/resources/dependencies.xml (90%)
create mode 100644
plugins/tech/opensearch/src/main/resources/org/apache/hop/execution/opensearch/messages/messages_en_US.properties
copy plugins/{databases/cockroachdb =>
tech/opensearch}/src/main/resources/version.xml (100%)