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 e5e1170c01 Merge pull request #1644 from hansva/master
new 760eebb6b4 HOP-4145 Add the CAPABILITY_SELECT to pipeline or workflow
file type
new bd2dd4c028 Merge remote-tracking branch 'origin/master' into HOP-4100
new 696f45e2f5 HOP-4150 Fix bug with undo and workflow hop
new 33bb4ce554 HOP-4100 Insert a transform when clicking on a Hop
new bcc1a8950c Hop-4152 Move Snowflake Bulk loader and MonetDB bulk loader
to Bulk category
new 58e22a8d7c Merge pull request #1648 from nadment/HOP-4100
The 4363 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:
.../org/apache/hop/workflow/WorkflowHopMeta.java | 1 +
.../monetdbbulkloader/MonetDbBulkLoaderMeta.java | 2 +-
.../bulkloader/SnowflakeBulkLoaderMeta.java | 9 +-
.../bulkloader/messages/messages_en_US.properties | 6 +-
.../hopgui/file/pipeline/HopGuiPipelineGraph.java | 127 +++++++++++----------
.../hopgui/file/pipeline/HopPipelineFileType.java | 1 +
.../delegates/HopGuiPipelineTransformDelegate.java | 86 ++++++++++++++
.../hopgui/file/workflow/HopGuiWorkflowGraph.java | 114 +++++++++++-------
.../hopgui/file/workflow/HopWorkflowFileType.java | 1 +
.../delegates/HopGuiWorkflowActionDelegate.java | 39 +++++++
.../delegates/HopGuiWorkflowUndoDelegate.java | 6 +-
.../pipeline/messages/messages_en_US.properties | 2 +
.../workflow/messages/messages_en_US.properties | 3 +
.../ui/hopgui/messages/messages_en_US.properties | 1 +
ui/src/main/resources/ui/images/add-item.svg | 38 ++++++
15 files changed, 321 insertions(+), 115 deletions(-)
create mode 100644 ui/src/main/resources/ui/images/add-item.svg