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 a1478a3 Merge pull request #468 from nadment/HOP-2301
new b394fa0 HOP-2303 : Stream Lookup: allow it to be run partitioned
new c0fb78a HOP-2244 : Reverse sort the projects drop-down list by use
date
new a2e4978 HOP-2304 : Widget disposed in parameter tabs on Executor
transforms
new 5360903 HOP-2299 : Search: when finding metadata objects you can't
open them
new 6692d73 HOP-2244 : Reverse sort the projects drop-down list by use
date, name
new 2184a1a Merge pull request #469 from mattcasters/master
The 1230 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:
.../java/org/apache/hop/core/gui/AreaOwner.java | 2 +-
.../org/apache/hop/pipeline/PipelinePainter.java | 26 +-
.../hop/pipeline/transform/BaseTransform.java | 24 +
.../hop/pipeline/transform/TransformMeta.java | 4 +-
.../main-0002-pipeline-job-executor.hwf | 2 -
...itioning.hpl => 0004-copies-repartitioning.hpl} | 8 +-
.../0005-non-partitioned-stream-lookup.hpl | 262 ++++
...ning.hpl => 0005-partitioned-stream-lookup.hpl} | 168 ++-
...partitioned-when-stream-lookup-should-fail.hpl} | 167 ++-
...artitioned-when-stream-lookup-should-fail2.hpl} | 161 ++-
.../partitioning/main-0001-static-partitioning.hwf | 4 +-
.../main-0002-dynamic-partitioning.hwf | 4 +-
.../partitioning/main-0003-repartitioning.hwf | 24 +-
...ing.hwf => main-0004-copies-repartitioning.hwf} | 34 +-
...hwf => main-0005-partitioned-stream-lookup.hwf} | 70 +-
...partitioned-when-stream-lookup-should-fail.hwf} | 70 +-
...-partitioned-when-stream-lookup-should-fail.hwf | 258 ++++
.../metadata/pipeline-run-configuration/local.json | 2 +-
.../apache/hop/projects/gui/ProjectsGuiPlugin.java | 58 +-
.../org/apache/hop/ui/core/widget/TableView.java | 16 +-
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 12 +
.../ui/hopgui/search/HopGuiMetadataSearchable.java | 42 +-
.../pipelineexecutor/PipelineExecutorDialog.java | 1311 +++++++++++---------
.../workflowexecutor/WorkflowExecutorDialog.java | 1274 ++++++++++---------
.../ui/hopgui/messages/messages_en_US.properties | 1 +
25 files changed, 2616 insertions(+), 1388 deletions(-)
copy integration-tests/partitioning/{0003-repartitioning.hpl =>
0004-copies-repartitioning.hpl} (96%)
create mode 100644
integration-tests/partitioning/0005-non-partitioned-stream-lookup.hpl
copy integration-tests/partitioning/{0003-repartitioning.hpl =>
0005-partitioned-stream-lookup.hpl} (53%)
copy integration-tests/partitioning/{0003-repartitioning.hpl =>
0006-partitioned-when-stream-lookup-should-fail.hpl} (53%)
copy integration-tests/partitioning/{0003-repartitioning.hpl =>
0006-partitioned-when-stream-lookup-should-fail2.hpl} (55%)
copy integration-tests/partitioning/{main-0003-repartitioning.hwf =>
main-0004-copies-repartitioning.hwf} (86%)
copy integration-tests/partitioning/{main-0002-dynamic-partitioning.hwf =>
main-0005-partitioned-stream-lookup.hwf} (70%)
copy integration-tests/partitioning/{main-0002-dynamic-partitioning.hwf =>
main-0005-partitioned-when-stream-lookup-should-fail.hwf} (70%)
create mode 100644
integration-tests/partitioning/main-0006-partitioned-when-stream-lookup-should-fail.hwf