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 2022/02/15 15:13:06 UTC

[hop] branch master updated (fdfc93e -> cfd1a8e)

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 fdfc93e  Merge pull request #1367 from hansva/master
     new f1a24d8  HOP-3746 : Injected pipeline does not contain values specified by variable HOP-3243 : Error when using metadata injection with Neo4j Output action
     new c94720f  HOP-3746 : Injected pipeline does not contain values specified by variable HOP-3243 : Error when using metadata injection with Neo4j Output action
     new f56bf42  HOP-2864 : Preference settings are reset on startup HOP-3698 : Environment files seems to not be editable because they are white text over white background
     new 8540573  HOP-3761 : Disable dark mode option on non-Windows systems
     new cfd1a8e  Merge pull request #1366 from mattcasters/master

The 3566 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/Props.java  |  17 --
 .../ROOT/pages/pipeline/transforms/metainject.adoc |   2 +
 .../hop/core/injection/bean/BeanInjector.java      |  17 +-
 .../injection/MetaAnnotationInjectionTest.java     |   4 +-
 .../pipeline/transforms/metainject/MetaInject.java |  14 +-
 .../main/java/org/apache/hop/ui/hopgui/HopWeb.java |   2 -
 .../main/java/org/apache/hop/ui/core/PropsUi.java  | 141 ++---------
 .../hop/ui/core/dialog/EnterOptionsDialog.java     | 271 +--------------------
 .../org/apache/hop/ui/core/gui/GuiResource.java    |   6 +-
 .../apache/hop/ui/core/gui/GuiToolbarWidgets.java  |   5 +-
 .../dataorch/HopDataOrchestrationPerspective.java  |   7 +
 11 files changed, 68 insertions(+), 418 deletions(-)