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 eb5c21f ATLAS-3747: Atlas Admin Purge API will take list of guids as
query param instead of body
new 0a52129 ATLAS-3750 : UI: Disable "Propagated from" button inside
classification tab if entity status is purged
new c1a1a50 ATLAS-3696 : [Business Metadata] No option to check/uncheck
Business Metadata attributes in search results
new 4fd74aa ATLAS-3752 : UI: Login js improvment
new d10a559 ATLAS-3685 :- UI Bulk import Business Metadata attribute
assignment to entities
new 3b8ff17 ATLAS-3744 : [Beta UI] Long entity type filter load time
The 5 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/index.html.tpl | 11 +++
dashboardv2/public/js/modules/atlasLogin.js | 27 ++------
.../detail_page/DetailPageLayoutView_tmpl.html | 2 +-
.../entity/EntityDetailTableLayoutView_tmpl.html | 2 +-
dashboardv2/public/js/utils/Enums.js | 10 ++-
.../js/views/tag/TagDetailTableLayoutView.js | 8 ++-
dashboardv3/public/css/scss/leftsidebar.scss | 2 +-
dashboardv3/public/css/scss/table.scss | 4 ++
dashboardv3/public/index.html.tpl | 11 +++
dashboardv3/public/js/modules/atlasLogin.js | 27 ++------
.../audit/AdminAuditTableLayoutView_tmpl.html | 2 +-
.../detail_page/DetailPageLayoutView_tmpl.html | 2 +-
.../entity/EntityDetailTableLayoutView_tmpl.html | 2 +-
.../glossary/ImportGlossaryLayoutView_tmpl.html | 17 -----
.../ImportLayoutView_tmpl.html} | 4 +-
.../search/SearchDefaultLayoutView_tmpl.html | 4 +-
.../tree/BusinessMetadataTreeLayoutView_tmpl.html | 2 -
.../search/tree/EntityTreeLayoutView_tmpl.html | 7 +-
.../search/tree/GlossaryTreeLayoutView_tmpl.html | 2 +-
dashboardv3/public/js/utils/Enums.js | 5 ++
dashboardv3/public/js/utils/Overrides.js | 1 +
dashboardv3/public/js/utils/UrlLinks.js | 6 ++
.../js/views/entity/EntityDetailTableLayoutView.js | 3 +
.../ImportLayoutView.js} | 46 +++++++------
.../js/views/search/SearchDefaultLayoutView.js | 8 +--
.../js/views/search/SearchResultLayoutView.js | 78 +++++++++-------------
.../js/views/search/tree/EntityTreeLayoutView.js | 23 ++++++-
.../js/views/search/tree/GlossaryTreeLayoutView.js | 9 +--
.../js/views/tag/TagDetailTableLayoutView.js | 8 ++-
29 files changed, 172 insertions(+), 161 deletions(-)
delete mode 100644
dashboardv3/public/js/templates/glossary/ImportGlossaryLayoutView_tmpl.html
copy
dashboardv3/public/js/templates/{glossary/TermRelationAttributeLayoutView_tmpl.html
=> import/ImportLayoutView_tmpl.html} (92%)
rename dashboardv3/public/js/views/{glossary/ImportGlossaryLayoutView.js =>
import/ImportLayoutView.js} (73%)