You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Kalyani Kashikar <ka...@freestoneinfotech.com> on 2017/04/28 11:23:03 UTC

Review Request 58839: ATLAS-1755 : UI - Add checkbox to exclude deleted entities in basic and fulltext search

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58839/
-----------------------------------------------------------

Review request for atlas, keval bhatt and Madhan Neethiraj.


Bugs: ATLAS-1755
    https://issues.apache.org/jira/browse/ATLAS-1755


Repository: atlas


Description
-------

Add checkbox for basic search to include deleted entities.


Diffs
-----

  dashboardv2/public/js/templates/search/SearchResultLayoutView_tmpl.html af984f5 
  dashboardv2/public/js/views/search/SearchResultLayoutView.js cad4bec 


Diff: https://reviews.apache.org/r/58839/diff/1/


Testing
-------

Verified added checkbox for basic search to include deleted entities.
Verified checkbox is removed for Advance search to show deleted entities .


Thanks,

Kalyani Kashikar


Re: Review Request 58839: ATLAS-1755 : UI - Add checkbox to exclude deleted entities in basic and fulltext search

Posted by Madhan Neethiraj <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58839/#review173461
-----------------------------------------------------------


Ship it!




Ship It!

- Madhan Neethiraj


On April 28, 2017, 11:23 a.m., Kalyani Kashikar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58839/
> -----------------------------------------------------------
> 
> (Updated April 28, 2017, 11:23 a.m.)
> 
> 
> Review request for atlas, keval bhatt and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-1755
>     https://issues.apache.org/jira/browse/ATLAS-1755
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> Add checkbox for basic search to include deleted entities.
> 
> 
> Diffs
> -----
> 
>   dashboardv2/public/js/templates/search/SearchResultLayoutView_tmpl.html af984f5 
>   dashboardv2/public/js/views/search/SearchResultLayoutView.js cad4bec 
> 
> 
> Diff: https://reviews.apache.org/r/58839/diff/1/
> 
> 
> Testing
> -------
> 
> Verified added checkbox for basic search to include deleted entities.
> Verified checkbox is removed for Advance search to show deleted entities .
> 
> 
> Thanks,
> 
> Kalyani Kashikar
> 
>


Re: Review Request 58839: ATLAS-1755 : UI - Add checkbox to exclude deleted entities in basic and fulltext search

Posted by David Radley <da...@uk.ibm.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58839/#review173323
-----------------------------------------------------------




dashboardv2/public/js/views/search/SearchResultLayoutView.js
Line 234 (original), 235 (patched)
<https://reviews.apache.org/r/58839/#comment246340>

    I am finding the use of deleteChecked as the paramater name confusing. I suggest it would more understandable to have a the flag name as "includeHistorical" then map it to the excludeDeleted API flag at the last moment. "excludeDeleted" a not great naming as it is a double negative already.


- David Radley


On April 28, 2017, 11:23 a.m., Kalyani Kashikar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58839/
> -----------------------------------------------------------
> 
> (Updated April 28, 2017, 11:23 a.m.)
> 
> 
> Review request for atlas, keval bhatt and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-1755
>     https://issues.apache.org/jira/browse/ATLAS-1755
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> Add checkbox for basic search to include deleted entities.
> 
> 
> Diffs
> -----
> 
>   dashboardv2/public/js/templates/search/SearchResultLayoutView_tmpl.html af984f5 
>   dashboardv2/public/js/views/search/SearchResultLayoutView.js cad4bec 
> 
> 
> Diff: https://reviews.apache.org/r/58839/diff/1/
> 
> 
> Testing
> -------
> 
> Verified added checkbox for basic search to include deleted entities.
> Verified checkbox is removed for Advance search to show deleted entities .
> 
> 
> Thanks,
> 
> Kalyani Kashikar
> 
>