You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/01/19 12:00:42 UTC

[hop] branch master updated (54bdb74ea2 -> 117a394687)

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 54bdb74ea2 Merge pull request #2092 from hansva/master
     new 39c2d9371f Cleanup XML of transform Set Variable. Some improvements on language string. Added integration tests.
     new e4cfc2a67f Fixed imports
     new bb9c075160 fix #1931: minor code cleanup and formatting
     new 117a394687 Merge pull request #2112 from sramazzina/1931

The 5213 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:
 .../0064-set-variables-get-values.hpl}             | 235 +++++++++++----------
 ...w-generator.hpl => 0064-set-variables-init.hpl} | 116 +++++-----
 .../main-0064-set-variables.hwf}                   |  42 ++--
 .../transforms/setvariable/SetVariable.java        |  32 +--
 .../transforms/setvariable/SetVariableData.java    |   2 -
 .../transforms/setvariable/SetVariableDialog.java  |  34 +--
 .../transforms/setvariable/SetVariableMeta.java    | 210 ++----------------
 .../transforms/setvariable/VariableItem.java       | 154 ++++++++++++++
 .../setvariable/messages/messages_en_US.properties |   7 +
 .../setvariable/messages/messages_it_IT.properties |  28 +--
 10 files changed, 432 insertions(+), 428 deletions(-)
 copy integration-tests/{http/0005-http-action-check-header.hpl => transforms/0064-set-variables-get-values.hpl} (62%)
 copy integration-tests/transforms/{0013-row-generator.hpl => 0064-set-variables-init.hpl} (67%)
 copy integration-tests/{spreadsheet/main-0004-excelwriter-test-header.hwf => transforms/main-0064-set-variables.hwf} (84%)
 create mode 100644 plugins/transforms/setvariable/src/main/java/org/apache/hop/pipeline/transforms/setvariable/VariableItem.java