This is an automated email from the ASF dual-hosted git repository.
nbonte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 8f820e6 ATLAS-4186 :- Fix black icons on Apache Atlas lineage UI in
case of space in the type name of the entity (#124)
new 4880939 ATLAS-4154:UI Glossary changes & improvements fixed V1
new e71eee7 ATLAS-3349:UI: Unable to edit AtlasServer entity with custom
Required fields.fixed
new 122be98 ATLAS-4178:UI:V1 Save and Cancel buttons do not disappear
after closing their respective sections in Entity Details page fixed.
new e5e4be4 ATLAS-4012:UI:Atlas - Upgrade bootstrap to 3.4.1 or 4.3.1
fixed
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/package-lock.json | 4 +--
dashboardv2/package.json | 2 +-
dashboardv2/public/css/scss/override.scss | 3 ++
.../entity/EntityBusinessMetaDataView_tmpl.html | 4 +--
.../entity/EntityLabelDefineView_tmpl.html | 6 ++--
.../entity/EntityUserDefineView_tmpl.html | 6 ++--
.../glossary/GlossaryLayoutView_tmpl.html | 2 +-
dashboardv2/public/js/templates/site/Header.html | 2 +-
dashboardv2/public/js/utils/Utils.js | 3 +-
.../js/views/entity/CreateEntityLayoutView.js | 32 ++++++++++++++--------
.../js/views/entity/EntityBusinessMetaDataView.js | 21 +++++++++++++-
.../js/views/entity/EntityLabelDefineView.js | 17 +++++++++++-
.../public/js/views/entity/EntityUserDefineView.js | 17 +++++++++++-
.../js/views/glossary/AssignTermLayoutView.js | 12 ++++++--
.../public/js/views/glossary/GlossaryLayoutView.js | 21 +++++++++++++-
.../public/js/views/import/ImportLayoutView.js | 8 +++---
dashboardv3/package-lock.json | 4 +--
dashboardv3/package.json | 2 +-
dashboardv3/public/css/scss/leftsidebar.scss | 11 ++++++++
dashboardv3/public/css/scss/override.scss | 4 +++
.../entity/EntityBusinessMetaDataView_tmpl.html | 4 +--
.../entity/EntityLabelDefineView_tmpl.html | 6 ++--
.../entity/EntityUserDefineView_tmpl.html | 6 ++--
.../search/tree/GlossaryTreeLayoutView_tmpl.html | 2 +-
dashboardv3/public/js/utils/Utils.js | 3 +-
.../js/views/entity/CreateEntityLayoutView.js | 29 +++++++++++++-------
.../js/views/entity/EntityBusinessMetaDataView.js | 21 +++++++++++++-
.../js/views/entity/EntityLabelDefineView.js | 17 +++++++++++-
.../public/js/views/entity/EntityUserDefineView.js | 17 +++++++++++-
.../js/views/glossary/AssignTermLayoutView.js | 12 ++++++--
.../public/js/views/glossary/GlossaryLayoutView.js | 18 +++++++++++-
.../public/js/views/import/ImportLayoutView.js | 8 +++---
.../js/views/search/tree/GlossaryTreeLayoutView.js | 12 +++++++-
33 files changed, 264 insertions(+), 72 deletions(-)