This is an automated email from the ASF dual-hosted git repository.

madhan pushed a change to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from 8a4c27c  ATLAS-2953: UI : Lineage show detail popup while clicking on 
node
     new 816e9d8  ATLAS-3037: fixed entity-updated detection to handle 
object-id attributes correctly
     new e695105  ATLAS-3043: added unique-attributes constraints at store-level
     new 6e529ba  ATLAS-3044: fixed import to handle entity-delete

The 3 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:
 .../atlas/authorize/AtlasAuthorizationUtils.java   |  17 +++
 .../apache/atlas/model/instance/AtlasEntity.java   |   9 ++
 .../atlas/model/instance/AtlasEntityHeader.java    |   1 +
 .../model/instance/EntityMutationResponse.java     |  25 ----
 .../java/org/apache/atlas/type/AtlasArrayType.java |   9 +-
 .../org/apache/atlas/type/AtlasBuiltInTypes.java   |  49 ++++++-
 .../apache/atlas/type/AtlasClassificationType.java |   6 +-
 .../org/apache/atlas/type/AtlasEntityType.java     |   6 +-
 .../java/org/apache/atlas/type/AtlasMapType.java   |   4 +-
 .../apache/atlas/type/AtlasRelationshipType.java   |   4 +-
 .../org/apache/atlas/type/AtlasStructType.java     |  27 ++--
 .../main/java/org/apache/atlas/type/AtlasType.java |   3 +-
 .../org/apache/atlas/utils/AtlasEntityUtil.java    |  32 -----
 .../repository/graph/GraphBackedSearchIndexer.java | 144 +++++++++++---------
 .../apache/atlas/repository/graph/GraphHelper.java |   9 +-
 .../repository/store/graph/v1/DeleteHandlerV1.java |  17 ++-
 .../store/graph/v2/AtlasEntityChangeNotifier.java  |  87 +++++++++++-
 .../store/graph/v2/AtlasEntityStoreV2.java         | 148 +++++++++++++++++----
 .../store/graph/v2/AtlasGraphUtilsV2.java          |  54 +++++++-
 .../store/graph/v2/EntityGraphMapper.java          |  53 ++++----
 .../store/graph/v2/EntityGraphRetriever.java       |  40 +-----
 .../store/graph/v2/EntityMutationContext.java      |  35 ++++-
 .../store/graph/v2/AtlasEntityStoreV2Test.java     |  11 +-
 repository/src/test/resources/tag-prop-2.zip       | Bin 17550 -> 18133 bytes
 .../main/java/org/apache/atlas/RequestContext.java |  14 +-
 .../web/resources/AdminExportImportTestIT.java     |  26 ++--
 26 files changed, 544 insertions(+), 286 deletions(-)

Reply via email to