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 2262aed439 Merge pull request #5171 from hansva/5138
add 3b64b71152 Add some action/transform check #5142 - Add check for
missing plugin - Add check for deprecated plugin - Add check for the presence
of a start action in the workflow - Enhance code to obtain a plugin image
new 44be7d54d0 Merge pull request #5143 from nadment/5142
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:
.../java/org/apache/hop/pipeline/PipelineMeta.java | 25 ++++-
.../java/org/apache/hop/workflow/WorkflowMeta.java | 102 ++++++++++++++-------
.../pipeline/messages/messages_en_US.properties | 2 +
.../workflow/messages/messages_en_US.properties | 5 +-
.../transforms/metainject/MetaInjectDialog.java | 3 +-
.../org/apache/hop/ui/core/gui/GuiResource.java | 45 +++++++--
.../delegates/HopGuiPipelineCheckDelegate.java | 3 +-
.../delegates/HopGuiWorkflowCheckDelegate.java | 3 +-
.../org/apache/hop/ui/hopgui/shared/SwtGc.java | 8 +-
.../hop/ui/pipeline/debug/PipelineDebugDialog.java | 3 +-
.../ui/pipeline/transform/BaseTransformDialog.java | 3 +-
.../hop/ui/workflow/dialog/WorkflowDialog.java | 3 +-
12 files changed, 141 insertions(+), 64 deletions(-)