This is an automated email from the ASF dual-hosted git repository.
kbhatt pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 7205386 ATLAS-3607 : namespace attributes build fix
new bad7a89 ATLAS-3554 : UI: changes to display/add/update/delete
namespace attributes for entities in entity details page
new 07d1c72 ATLAS-3626 : Beta UI : No option to overwrite Saved Search
new a434fa0 ATLAS-3627:Beta UI, Usability: Classifications default toggle
set to show only classifications associated to entity
The 3 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:
dashboardv3/public/css/scss/common.scss | 1 +
dashboardv3/public/css/scss/panel.scss | 2 +-
dashboardv3/public/css/scss/theme.scss | 15 ++
dashboardv3/public/js/models/VEntity.js | 10 +-
dashboardv3/public/js/modules/Helpers.js | 6 +
.../detail_page/DetailPageLayoutView_tmpl.html | 1 +
.../EntityNameSpaceItemView_tmpl.html} | 45 ++--
.../templates/entity/EntityNameSpaceView_tmpl.html | 44 +++
.../entity/EntityUserDefineItemView_tmpl.html | 2 +-
.../search/save/SaveModalLayoutView_tmpl.html | 9 +-
.../tree/ClassificationTreeLayoutView_tmpl.html | 2 +-
dashboardv3/public/js/utils/UrlLinks.js | 5 +
.../js/views/detail_page/DetailPageLayoutView.js | 13 +-
.../js/views/entity/EntityNameSpaceItemView.js | 297 +++++++++++++++++++++
.../public/js/views/entity/EntityNameSpaceView.js | 251 +++++++++++++++++
.../js/views/search/save/SaveModalLayoutView.js | 109 ++++++--
.../search/tree/ClassificationTreeLayoutView.js | 2 +-
.../search/tree/CustomFilterTreeLayoutView.js | 37 ++-
18 files changed, 781 insertions(+), 70 deletions(-)
copy dashboardv3/public/js/templates/{glossary/AssignTermLayoutView_tmpl.html
=> entity/EntityNameSpaceItemView_tmpl.html} (52%)
create mode 100644
dashboardv3/public/js/templates/entity/EntityNameSpaceView_tmpl.html
create mode 100644
dashboardv3/public/js/views/entity/EntityNameSpaceItemView.js
create mode 100644 dashboardv3/public/js/views/entity/EntityNameSpaceView.js