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 70ebb22 ATLAS-3554 : UI: changes to display/add/update/delete
namespace attributes for entities in entity details page
new 3680ab4 ATLAS-3626 : Beta UI : No option to overwrite Saved Search
new fd1aad3 ATLAS-3627:Beta UI, Usability: Classifications default toggle
set to show only classifications associated to entity
new cd177f8 ATLAS-3623 : Beta UI: Basic search improvement to search for
namespace attribute
new b0c85dd ATLAS-3629 : UI: skipDefaultError handler improvement
The 4 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 | 5 -
dashboardv2/public/js/utils/CommonViewFunction.js | 9 +-
dashboardv2/public/js/utils/Overrides.js | 4 +-
dashboardv2/public/js/utils/Utils.js | 43 ++++----
.../public/js/views/graph/LineageLayoutView.js | 1 -
.../js/views/profile/ProfileColumnLayoutView.js | 1 -
.../js/views/profile/ProfileTableLayoutView.js | 1 -
.../public/js/views/search/SearchLayoutView.js | 2 -
dashboardv2/public/js/views/site/Statistics.js | 1 -
dashboardv2/public/js/views/tag/AddTagModalView.js | 9 +-
dashboardv3/public/css/scss/theme.scss | 15 +++
dashboardv3/public/js/main.js | 6 --
.../search/save/SaveModalLayoutView_tmpl.html | 9 +-
.../tree/ClassificationTreeLayoutView_tmpl.html | 2 +-
dashboardv3/public/js/utils/CommonViewFunction.js | 9 +-
dashboardv3/public/js/utils/Overrides.js | 4 +-
dashboardv3/public/js/utils/Utils.js | 43 ++++----
.../administrator/PurgeAuditTableLayoutView.js | 1 -
.../public/js/views/graph/LineageLayoutView.js | 1 -
.../name_space/NameSpaceAttrTableLayoutView.js | 75 +++++++-------
.../name_space/NameSpaceContainerLayoutView.js | 1 -
.../js/views/profile/ProfileColumnLayoutView.js | 1 -
.../js/views/profile/ProfileTableLayoutView.js | 1 -
.../public/js/views/search/QueryBuilderView.js | 25 +++++
.../js/views/search/SearchDefaultLayoutView.js | 21 +++-
.../js/views/search/SearchResultLayoutView.js | 26 ++++-
.../js/views/search/save/SaveModalLayoutView.js | 109 +++++++++++++++++----
.../search/tree/ClassificationTreeLayoutView.js | 5 +-
.../search/tree/CustomFilterTreeLayoutView.js | 37 ++++---
.../js/views/search/tree/EntityTreeLayoutView.js | 4 -
.../views/search/tree/NameSpaceTreeLayoutView.js | 1 -
dashboardv3/public/js/views/site/Statistics.js | 1 -
dashboardv3/public/js/views/tag/AddTagModalView.js | 9 +-
33 files changed, 283 insertions(+), 199 deletions(-)