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 e2cb516a90 Merge pull request #5257 from hansva/main
add d0951e23b7 Issue #4914 (and various fixes)
add 4fd6b7f3a1 Issue #4914 (and various fixes)
add 3cdf7e9942 Issue #4913 pom fix
add 2b4683b5ca Issue #4913 id retrieval fix
add 7dcb16ddcc Issue #4914 (various fixes and documentation)
add 041d1666a4 Issue #4915, cleanup theread timer
new 8b71166337 Merge pull request #5243 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 +
.../elastic-location-type.adoc} | 21 +-
.../execution-information-location.adoc | 4 +
.../modules/ROOT/pages/metadata-types/index.adoc | 2 +-
.../hop/execution/IExecutionInfoLocation.java | 8 +
....java => BaseCachingExecutionInfoLocation.java} | 280 +++--------
.../apache/hop/execution/caching/CacheEntry.java | 15 +
.../caching/CachingFileExecutionInfoLocation.java | 499 +------------------
.../org/apache/hop/execution/caching/DatedId.java} | 39 +-
.../apache/hop/execution/caching/EntrySummary.java | 65 +++
.../execution/local/FileExecutionInfoLocation.java | 5 +
.../remote/RemoteExecutionInfoLocation.java | 7 +
.../caching/messages/messages_en_US.properties | 1 +
plugins/engines/beam/pom.xml | 37 ++
plugins/tech/{avro => elastic}/pom.xml | 5 +-
.../elastic}/src/assembly/assembly.xml | 13 +-
.../elastic/ElasticExecutionInfoLocation.java | 542 +++++++++++++++++++++
.../elastic/messages/messages_en_US.properties | 28 ++
.../elastic}/src/main/resources/version.xml | 0
.../neo4j/execution/NeoExecutionInfoLocation.java | 5 +
plugins/tech/pom.xml | 1 +
.../hop/ui/core/gui/GuiCompositeWidgets.java | 74 +--
.../gui/IGuiPluginCompositeButtonsListener.java | 21 +-
.../ui/execution/ExecutionInfoLocationEditor.java | 4 +
.../execution/PipelineExecutionViewer.java | 4 +
.../execution/WorkflowExecutionViewer.java | 4 +
26 files changed, 908 insertions(+), 782 deletions(-)
copy docs/hop-user-manual/modules/ROOT/pages/{workflow/actions/telnet.adoc =>
metadata-types/elastic-location-type.adoc} (56%)
copy
engine/src/main/java/org/apache/hop/execution/caching/{CachingFileExecutionInfoLocation.java
=> BaseCachingExecutionInfoLocation.java} (71%)
copy
engine/src/{test/java/org/apache/hop/pipeline/transforms/loadsave/validator/DateLoadSaveValidator.java
=> main/java/org/apache/hop/execution/caching/DatedId.java} (63%)
create mode 100644
engine/src/main/java/org/apache/hop/execution/caching/EntrySummary.java
copy plugins/tech/{avro => elastic}/pom.xml (91%)
copy plugins/{actions/repeat => tech/elastic}/src/assembly/assembly.xml (78%)
create mode 100644
plugins/tech/elastic/src/main/java/org/apache/hop/execution/elastic/ElasticExecutionInfoLocation.java
create mode 100644
plugins/tech/elastic/src/main/resources/org/apache/hop/execution/elastic/messages/messages_en_US.properties
copy plugins/{databases/cockroachdb =>
tech/elastic}/src/main/resources/version.xml (100%)
copy core/src/main/java/org/apache/hop/core/IProgressMonitor.java =>
ui/src/main/java/org/apache/hop/ui/core/gui/IGuiPluginCompositeButtonsListener.java
(75%)