-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61026/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, Nixon
Rodrigues, and Sarath Subramanian.
Bugs: ATLAS-1967
https://issues.apache.org/jira/browse/ATLAS-1967
Repository: atlas
Description
-------
Support added for attributes to be rendered based on browser URL.
Example:
Search for the Table entity whos name is starting from sales and description
contains monthly string.
http://localhost:21000/#!/search/searchResult?type=Table&entityFilters=name%3A%3Abegins_with%3A%3Asales%3A%3Astring%2Cdescription%3A%3Acontains%3A%3Amonthly%3A%3Astring&searchType=basic&attributes=db%2Cdescription%2Cname%2Cowner%2Csd%2Cselected%2Ctag%2Cterms%2CtypeName.
Diffs
-----
dashboardv2/public/js/modules/Modal.js 8b27788
dashboardv2/public/js/router/Router.js f705843
dashboardv2/public/js/templates/common/modal.html 6f28d0a
dashboardv2/public/js/templates/search/SearchLayoutView_tmpl.html a23057f
dashboardv2/public/js/templates/search/SearchResultLayoutView_tmpl.html
fc2fe8c
dashboardv2/public/js/utils/CommonViewFunction.js 6b8f50d
dashboardv2/public/js/utils/TableLayout.js db0a9da
dashboardv2/public/js/views/business_catalog/SideNavLayoutView.js 8f41399
dashboardv2/public/js/views/search/QueryBuilderView.js ec20734
dashboardv2/public/js/views/search/SearchDetailLayoutView.js 32ad542
dashboardv2/public/js/views/search/SearchLayoutView.js 76d6f77
dashboardv2/public/js/views/search/SearchQueryView.js 37ccf90
dashboardv2/public/js/views/search/SearchResultLayoutView.js 319beab
dashboardv2/public/js/views/tag/TagLayoutView.js 2714770
Diff: https://reviews.apache.org/r/61026/diff/1/
Testing
-------
Done one round of sanity testing.
Thanks,
keval bhatt