-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66833/
-----------------------------------------------------------
(Updated April 26, 2018, 4:33 p.m.)
Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
Changes
-------
addressed review comments.
Bugs: ATLAS-2619
https://issues.apache.org/jira/browse/ATLAS-2619
Repository: atlas
Description
-------
Currently, relationship GET API doesn't return referred entities information.
This detail is needed for UI to render referred entities information.
This JIRA introduces a new query param - 'extendedInfo', which is set to false
by default. When set to true , fetches entityHeaders of referred entities in
the relationship.
Diffs (updated)
-----
intg/src/main/java/org/apache/atlas/model/instance/AtlasRelationship.java
ecccb83b
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasRelationshipStore.java
1561bd50
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java
ab15d959
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
bd74a7a7
webapp/src/main/java/org/apache/atlas/web/rest/RelationshipREST.java 0ee14cb9
Diff: https://reviews.apache.org/r/66833/diff/2/
Changes: https://reviews.apache.org/r/66833/diff/1-2/
Testing
-------
Precommit:
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/310/console
Validated manually that referred entities are returned in response when
extendedInfo flag is passed.
Thanks,
Sarath Subramanian