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 2021/06/23 12:53:03 UTC

[incubator-hop] branch master updated (ce9a48b -> 7c70d5a)

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 ce9a48b  Merge pull request #894 from mattcasters/master
     new 6e23ad1  HOP-2981 - Deny project's deletion if it is declared as parent project of another project HOP-2983 - Prevent user create a circular reference with project HOP-2982 - Prevent the user to identify a project as a parent of itself
     new c67b6ec  HOP-2987 - Ability to create a project without a parent project
     new 45b66a4  HOP-2989 - Deny project's rename if it is declared as parent project of another project
     new bb3e0ce  HOP-2991 - Project's selection from combo box in project's options dialog
     new c7f85d1  HOP-2981 - Fixed NPE on parent project deletion
     new 2c0abb2  HOP-2996 - NPE if a user manually enters a non existent parent project in project's dialog Some refactorings and code cleanup
     new 7c70d5a  Merge pull request #890 from sramazzina/PRJ-FIXES

The 2386 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:
 .../config/ProjectsConfigOptionPlugin.java         |   39 +-
 .../apache/hop/projects/gui/ProjectsGuiPlugin.java | 1724 ++++++++++----------
 .../apache/hop/projects/project/ProjectDialog.java |   39 +-
 .../org/apache/hop/projects/util/ProjectsUtil.java |   53 +
 .../gui/messages/messages_en_US.properties         |    6 +
 .../gui/messages/messages_it_IT.properties         |    6 +
 6 files changed, 1014 insertions(+), 853 deletions(-)