-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74165/
-----------------------------------------------------------
(Updated Oct. 15, 2022, 2:38 p.m.)
Review request for atlas and Prasad Pawar.
Bugs: ATLAS-4686
https://issues.apache.org/jira/browse/ATLAS-4686
Repository: atlas
Description
-------
Current Working :
Atlas is entirely entity-based – it is not possible to search for relationships.
Diffs (updated)
-----
dashboardv2/public/css/scss/common.scss 2fb6a3a79
dashboardv2/public/css/scss/override.scss 7a14abf6d
dashboardv2/public/css/scss/tab.scss c164b4744
dashboardv2/public/css/scss/tag.scss c7bfb7e72
dashboardv2/public/js/collection/VRelationshipSearchList.js PRE-CREATION
dashboardv2/public/js/collection/VRelationshipSearchResultList.js
PRE-CREATION
dashboardv2/public/js/main.js 0994c1b02
dashboardv2/public/js/models/VRelationSearch.js PRE-CREATION
dashboardv2/public/js/models/VRelationshipSearch.js PRE-CREATION
dashboardv2/public/js/router/Router.js b3b0b961e
dashboardv2/public/js/templates/detail_page/RelationshipDetailPageLayoutView_tmpl.html
PRE-CREATION
dashboardv2/public/js/templates/entity/EntityDetailTableLayoutView_tmpl.html
3fe0e95e5
dashboardv2/public/js/templates/search/RelationSearchDetailLayoutView_tmpl.html
PRE-CREATION
dashboardv2/public/js/templates/search/RelationSearchResultLayoutView_tmpl.html
PRE-CREATION
dashboardv2/public/js/templates/search/RelationshipSearch_tmpl.html
PRE-CREATION
dashboardv2/public/js/templates/search/SearchLayoutView_tmpl.html 3bc3121f4
dashboardv2/public/js/utils/CommonViewFunction.js 4ce47a13d
dashboardv2/public/js/utils/Enums.js ee80313c2
dashboardv2/public/js/utils/Globals.js d2ce1a90f
dashboardv2/public/js/utils/UrlLinks.js 243b459be
dashboardv2/public/js/utils/Utils.js eb0588903
dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js bb629b4e4
dashboardv2/public/js/views/detail_page/RelationshipDetailPageLayoutView.js
PRE-CREATION
dashboardv2/public/js/views/entity/EntityDetailTableLayoutView.js 5eee4d711
dashboardv2/public/js/views/search/QueryBuilderView.js 983f8b759
dashboardv2/public/js/views/search/RelationSearchDetailLayoutView.js
PRE-CREATION
dashboardv2/public/js/views/search/RelationSearchLayoutView.js PRE-CREATION
dashboardv2/public/js/views/search/RelationSearchResultLayoutView.js
PRE-CREATION
dashboardv2/public/js/views/search/SearchLayoutView.js 675a521ce
dashboardv2/public/js/views/search/SearchQueryView.js 69a35a54b
dashboardv2/public/js/views/search/save/SaveModalLayoutView.js 350758874
dashboardv2/public/js/views/search/save/SaveSearchItemView.js a86eff4e0
dashboardv2/public/js/views/search/save/SaveSearchView.js 436d83db7
dashboardv2/public/js/views/site/Header.js ffb582ed4
dashboardv2/public/js/views/site/SideNavLayoutView.js e0f717a24
dashboardv3/public/css/scss/common.scss 036d2cfcc
dashboardv3/public/css/scss/leftsidebar.scss 68a6f79a1
dashboardv3/public/js/collection/VRelationshipSearchList.js PRE-CREATION
dashboardv3/public/js/collection/VRelationshipSearchResultList.js
PRE-CREATION
dashboardv3/public/js/main.js b1aaec26b
dashboardv3/public/js/models/VRelationSearch.js PRE-CREATION
dashboardv3/public/js/models/VRelationshipSearch.js PRE-CREATION
dashboardv3/public/js/router/Router.js 8e8cf1557
dashboardv3/public/js/templates/detail_page/RelationshipDetailPageLayoutView_tmpl.html
PRE-CREATION
dashboardv3/public/js/templates/entity/EntityDetailTableLayoutView_tmpl.html
3fe0e95e5
dashboardv3/public/js/templates/search/RelationSearchResultLayoutView_tmpl.html
PRE-CREATION
dashboardv3/public/js/templates/search/SearchDefaultLayoutView_tmpl.html
7a5a322c7
dashboardv3/public/js/templates/search/SearchFilterBrowseLayoutView_tmpl.html
9ca345539
dashboardv3/public/js/templates/search/SearchResultLayoutView_tmpl.html
b16a4d28a
dashboardv3/public/js/templates/search/tree/RelationshipLayoutView_tmpl.html
PRE-CREATION
dashboardv3/public/js/utils/CommonViewFunction.js 7d8f03d2e
dashboardv3/public/js/utils/Enums.js ee80313c2
dashboardv3/public/js/utils/Globals.js 9a51c4dc4
dashboardv3/public/js/utils/UrlLinks.js b9a9c8174
dashboardv3/public/js/utils/Utils.js 0d8722fa9
dashboardv3/public/js/views/detail_page/DetailPageLayoutView.js 471be3bd7
dashboardv3/public/js/views/detail_page/RelationshipDetailPageLayoutView.js
PRE-CREATION
dashboardv3/public/js/views/entity/EntityDetailTableLayoutView.js 5eee4d711
dashboardv3/public/js/views/search/QueryBuilderView.js 3b4a95317
dashboardv3/public/js/views/search/RelationSearchResultLayoutView.js
PRE-CREATION
dashboardv3/public/js/views/search/SearchDefaultLayoutView.js b65f753d0
dashboardv3/public/js/views/search/SearchFilterBrowseLayoutView.js 86916f45d
dashboardv3/public/js/views/search/SearchQueryView.js 1f658e436
dashboardv3/public/js/views/search/save/SaveModalLayoutView.js 6e6e64990
dashboardv3/public/js/views/search/tree/ClassificationTreeLayoutView.js
1883dfbd7
dashboardv3/public/js/views/search/tree/CustomFilterTreeLayoutView.js
eadd64180
dashboardv3/public/js/views/search/tree/RelationshipSearchTreeLayoutView.js
PRE-CREATION
Diff: https://reviews.apache.org/r/74165/diff/2/
Changes: https://reviews.apache.org/r/74165/diff/1-2/
Testing
-------
Manually tested for the newly added Relationship Search on both UI.
Thanks,
Farhan Khan