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 39ff496 ATLAS-3989: Updated Export-Import Audits Writer to use
metadata.namespace.
new 3c0b274 ATLAS-3954: UI: Type system property table improvement
new 74c9394 ATLAS-3991: UI: Handlebar helper number format issue
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/css/scss/common.scss | 10 +
dashboardv2/public/css/scss/graph.scss | 36 +++-
dashboardv2/public/css/scss/table.scss | 28 +++
.../js/external_lib/atlas-lineage/dist/index.js | 2 +-
.../atlas-lineage/src/Utils/LineageUtils.js | 8 +-
.../js/external_lib/atlas-lineage/src/index.js | 78 +++++--
dashboardv2/public/js/modules/Helpers.js | 24 ++-
.../AdministratorLayoutView_tmpl.html | 2 +-
.../detail_page/DetailPageLayoutView_tmpl.html | 2 +-
.../js/templates/graph/LineageLayoutView_tmpl.html | 24 +--
.../templates/graph/TypeSystemTreeView_tmpl.html | 67 +++++-
dashboardv2/public/js/utils/CommonViewFunction.js | 31 ++-
dashboardv2/public/js/utils/Helper.js | 4 +-
.../public/js/views/graph/LineageLayoutView.js | 35 +--
.../public/js/views/graph/TypeSystemTreeView.js | 234 ++++++++++++---------
.../public/js/views/search/SearchLayoutView.js | 4 +-
dashboardv2/public/js/views/site/Statistics.js | 18 +-
dashboardv3/public/css/scss/common.scss | 10 +
dashboardv3/public/css/scss/graph.scss | 36 +++-
dashboardv3/public/css/scss/table.scss | 29 +++
.../js/external_lib/atlas-lineage/dist/index.js | 2 +-
.../atlas-lineage/src/Utils/LineageUtils.js | 8 +-
.../js/external_lib/atlas-lineage/src/index.js | 78 +++++--
dashboardv3/public/js/modules/Helpers.js | 24 ++-
.../AdministratorLayoutView_tmpl.html | 2 +-
.../detail_page/DetailPageLayoutView_tmpl.html | 2 +-
.../js/templates/graph/LineageLayoutView_tmpl.html | 24 +--
.../templates/graph/TypeSystemTreeView_tmpl.html | 67 +++++-
dashboardv3/public/js/utils/CommonViewFunction.js | 31 ++-
dashboardv3/public/js/utils/Helper.js | 4 +-
.../public/js/views/graph/LineageLayoutView.js | 35 +--
.../public/js/views/graph/TypeSystemTreeView.js | 234 ++++++++++++---------
.../public/js/views/search/SearchLayoutView.js | 4 +-
.../search/tree/ClassificationTreeLayoutView.js | 4 +-
.../js/views/search/tree/EntityTreeLayoutView.js | 4 +-
dashboardv3/public/js/views/site/Favorite.js | 14 +-
dashboardv3/public/js/views/site/Statistics.js | 18 +-
37 files changed, 858 insertions(+), 379 deletions(-)