This is an automated email from the ASF dual-hosted git repository.
kbhatt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 65a62b0 ATLAS-3550 :- Add authorize check for
partialUpdateEntityAttrByGuid API call
new e202e9e ATLAS-3482: UI: Support basic search to search with System
attributes only for entity
new 6435223 ATLAS-3537 : UI: Allow users to search for deleted & shell
entities from statistics popup
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dashboardv2/public/js/main.js | 27 +++++++-
.../public/js/templates/site/entity_tmpl.html | 8 +--
dashboardv2/public/js/utils/CommonViewFunction.js | 79 ++++++++++++++++++----
dashboardv2/public/js/utils/Enums.js | 3 +-
dashboardv2/public/js/utils/UrlLinks.js | 6 ++
.../public/js/views/search/QueryBuilderView.js | 33 +++++++--
.../public/js/views/search/SearchLayoutView.js | 52 ++++++++++----
.../public/js/views/search/SearchQueryView.js | 12 +++-
.../js/views/search/SearchResultLayoutView.js | 24 +++++--
.../js/views/tag/TagAttributeDetailLayoutView.js | 10 ++-
dashboardv3/public/js/main.js | 27 +++++++-
.../public/js/templates/site/entity_tmpl.html | 8 +--
dashboardv3/public/js/utils/CommonViewFunction.js | 69 ++++++++++++++++---
dashboardv3/public/js/utils/Enums.js | 3 +-
dashboardv3/public/js/utils/UrlLinks.js | 6 ++
.../public/js/views/search/QueryBuilderView.js | 34 ++++++++--
.../js/views/search/SearchDefaultLayoutView.js | 23 ++++++-
.../views/search/SearchFilterBrowseLayoutView.js | 39 ++++++-----
.../public/js/views/search/SearchLayoutView.js | 14 ++--
.../public/js/views/search/SearchQueryView.js | 11 ++-
.../js/views/search/SearchResultLayoutView.js | 24 +++++--
.../search/tree/ClassificationTreeLayoutView.js | 34 +++++++++-
.../js/views/search/tree/EntityTreeLayoutView.js | 45 ++++++++++--
.../js/views/tag/TagAttributeDetailLayoutView.js | 10 ++-
24 files changed, 481 insertions(+), 120 deletions(-)