----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54287/ -----------------------------------------------------------
(Updated Jan. 5, 2017, 10:37 p.m.) Review request for atlas, Apoorv Naik, Madhan Neethiraj, and Suma Shivaprasad. Changes ------- moved the interface class of lineage and discovery to server side Bugs: ATLAS-1308 https://issues.apache.org/jira/browse/ATLAS-1308 Repository: atlas Description ------- Model and implement the new Discovery REST API's for the following search types: * DSL Search * Full Text Search and retrieve search results in a structured model using AtlasEntityHeader information. Diffs (updated) ----- client/src/main/java/org/apache/atlas/AtlasDiscoveryClientV2.java PRE-CREATION intg/src/main/java/org/apache/atlas/AtlasErrorCode.java f026ec6 intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java PRE-CREATION intg/src/main/java/org/apache/atlas/model/instance/AtlasEntityHeader.java 538534f intg/src/main/java/org/apache/atlas/model/lineage/AtlasLineageService.java fc58f58 repository/src/main/java/org/apache/atlas/RepositoryMetadataModule.java 8e086c9 repository/src/main/java/org/apache/atlas/discovery/AtlasDiscoveryService.java PRE-CREATION repository/src/main/java/org/apache/atlas/discovery/AtlasLineageService.java PRE-CREATION repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java PRE-CREATION repository/src/main/java/org/apache/atlas/discovery/EntityLineageService.java 14bf143 repository/src/main/scala/org/apache/atlas/query/Expressions.scala 81be7db webapp/src/main/java/org/apache/atlas/web/resources/LineageResource.java 739c6c1 webapp/src/main/java/org/apache/atlas/web/rest/DiscoveryREST.java PRE-CREATION webapp/src/main/java/org/apache/atlas/web/rest/LineageREST.java effd29f webapp/src/test/java/org/apache/atlas/web/resources/BaseResourceIT.java 9b56c92 webapp/src/test/java/org/apache/atlas/web/resources/EntityDiscoveryJerseyResourceIT.java PRE-CREATION Diff: https://reviews.apache.org/r/54287/diff/ Testing ------- UTs done, tested using POSTMAN rest client. Thanks, Sarath Subramanian