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 c38ba37  Merge pull request #461 from mattcasters/master
     new a66fec1  HOP-2293 : Various issues while executing Beam pipelines
     new 09fb24e  HOP-2292 : Internal Hop variables not set on pipelines and 
workflows
     new 6667890  HOP-2295 : Improve the sort order of the variables shown with 
CTRL-SPACE
     new b6d66ff  HOP-2295 : Improve the sort order of the variables shown with 
CTRL-SPACE (rat)
     new 23d70d7  Merge pull request #462 from mattcasters/master

The 1206 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:
 core/src/main/java/org/apache/hop/core/Const.java  |  13 +-
 .../hop/core/extension/HopExtensionPoint.java      |   4 +-
 .../java/org/apache/hop/core/HopVariablesList.java |  12 +
 .../0007-internal-variables.hwf                    | 168 +++++++++++
 .../pipeline-run-configuration/DataFlow.json       |   4 +-
 .../pipeline-run-configuration/Direct.json         |  34 +++
 .../apache/hop/projects/gui/ProjectsGuiPlugin.java |  20 +-
 ...jectsVariablesControlSpaceSortOrderPrefix.java} |  37 ++-
 ...opGuiFlagPipelineForUnitTestExtensionPoint.java |   5 +-
 ...stingVariablesControlSpaceSortOrderPrefix.java} |  18 +-
 .../ui/core/metadata/MetadataFileTypeHandler.java  |  11 +
 .../hop/ui/core/widget/ControlSpaceKeyAdapter.java | 317 +++++++++++++--------
 .../hop/ui/hopgui/file/IHopFileTypeHandler.java    |   7 +
 .../hopgui/file/empty/EmptyHopFileTypeHandler.java |  10 +
 .../hopgui/file/pipeline/HopGuiPipelineGraph.java  |   7 -
 .../dataorch/HopDataOrchestrationPerspective.java  |  16 ++
 16 files changed, 520 insertions(+), 163 deletions(-)
 create mode 100644 
integration-tests/parameters_and_variables/0007-internal-variables.hwf
 create mode 100644 
plugins/engines/beam/src/main/resources/demo/metadata/pipeline-run-configuration/Direct.json
 copy 
plugins/misc/projects/src/main/java/org/apache/hop/projects/xp/{WorkflowStartCheckProjectExtensionPoint.java
 => ProjectsVariablesControlSpaceSortOrderPrefix.java} (57%)
 copy 
plugins/misc/testing/src/main/java/org/apache/hop/testing/xp/{HopGuiPipelineAfterClose.java
 => TestingVariablesControlSpaceSortOrderPrefix.java} (69%)

Reply via email to