----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62175/#review188043 -----------------------------------------------------------
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java Line 139 (original), 172 (patched) <https://reviews.apache.org/r/62175/#comment265117> Delete of relationships should send out notifications for changes in propagated tags - if any. - Madhan Neethiraj On Sept. 7, 2017, 10:16 p.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62175/ > ----------------------------------------------------------- > > (Updated Sept. 7, 2017, 10:16 p.m.) > > > Review request for atlas. > > > Bugs: ATLAS-2119 > https://issues.apache.org/jira/browse/ATLAS-2119 > > > Repository: atlas > > > Description > ------- > > * Implement update and delete relationship in RelationshipREST > * Add propagateTags information to each relationship instance > > > Diffs > ----- > > intg/src/main/java/org/apache/atlas/AtlasErrorCode.java bf098062 > intg/src/main/java/org/apache/atlas/model/instance/AtlasRelationship.java > ec6161c0 > notification/pom.xml 9b369403 > repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java > 639077dd > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasGraphUtilsV1.java > 1eb41832 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java > 9b273193 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java > b0940f67 > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java > 36cd980f > > repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1Test.java > 94cc5b93 > > > Diff: https://reviews.apache.org/r/62175/diff/4/ > > > Testing > ------- > > validated using POSTMAN Rest client. > > Integration/Unit Tests in progress > > > Thanks, > > Sarath Subramanian > >
