This is an automated email from the ASF dual-hosted git repository.
nixon pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 8c41fc0 ATLAS-4169: Add Hive Location Path entities to HMS Hook
new d3d5160 ATLAS-4158 : Atlas authorization for Add/Update/Remove
classification on entities.
new 3084ed1 ATLAS-4135 [Atlas: Glossary Term Bulk Import] It will be good
to ignore the glossaries and terms that are already present instead of failing
the bulk import. ATLAS-4139 [Atlas: Glossary Term Bulk Import] When
AdditionalAttributes is not provided in key:value format, the error message
does not convey that.
new d63812a ATLAS-4146 [Atlas: Glossary] On updating the related terms,
UI allows the user to add the already added term
new 059ea24 ATLAS-4167:UI Large no. of calls are getting generated while
rendering search results fixed
new 1492590 ATLAS-3186:UI Background navigation is possible when
'Advanced Search Queries' popup is active.
new 2bb9868 ATLAS-3376: UI V2 Fixed When no Catalogs are present, user
should be presented with an appropriate message when trying to associate
Category to Term.
The 6 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:
.../authorize/simple/AtlasSimpleAuthorizer.java | 48 ++--
.../authorize/simple/AtlasSimpleAuthzPolicy.java | 50 ++--
.../main/resources/atlas-simple-authz-policy.json | 42 ++--
.../simple/AtlasSimpleAuthorizerTest.java | 260 ++++++++++++++++++---
.../test/resources/atlas-simple-authz-policy.json | 92 +++++++-
dashboardv2/public/js/utils/Helper.js | 5 +-
.../js/views/detail_page/DetailPageLayoutView.js | 57 +++--
.../js/views/glossary/GlossaryDetailLayoutView.js | 89 +++----
.../js/views/search/SearchResultLayoutView.js | 67 ++++--
dashboardv3/public/js/utils/Helper.js | 5 +-
.../js/views/detail_page/DetailPageLayoutView.js | 61 +++--
.../js/views/glossary/GlossaryDetailLayoutView.js | 89 +++----
.../js/views/search/SearchResultLayoutView.js | 78 +++++--
distro/src/conf/atlas-simple-authz-policy.json | 38 +--
.../org/apache/atlas/glossary/GlossaryService.java | 33 ++-
.../apache/atlas/glossary/GlossaryTermUtils.java | 3 +-
16 files changed, 727 insertions(+), 290 deletions(-)