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 91d2b8e ATLAS-3629 : UI: skipDefaultError handler improvement (2
patch)
new 58a5895 ATLAS-3624 : Beta UI : Allow user to add mutlti-valued
attributes in namespaces
new 43c134d ATLAS-3634:Betal UI: Add refresh button for basic search /
Advance Search
new 69d403e ATLAS-3636 : [Namespace-UI] Issues/ambiguous error messages
while adding a new attribute in a Namespace
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:
dashboardv2/public/js/utils/Helper.js | 12 +-
.../js/views/search/SearchResultLayoutView.js | 32 +-
dashboardv2/public/js/views/tag/TagLayoutView.js | 2 +-
dashboardv3/public/css/scss/common.scss | 8 +-
dashboardv3/public/css/scss/namespace.scss | 18 +-
dashboardv3/public/css/scss/override.scss | 6 +
dashboardv3/public/css/scss/search.scss | 10 +-
.../detail_page/DetailPageLayoutView_tmpl.html | 6 +-
.../entity/EntityNameSpaceItemView_tmpl.html | 34 +-
.../templates/entity/EntityNameSpaceView_tmpl.html | 6 +-
.../NameSpaceAttributeItemView_tmpl.html | 6 +-
.../search/SearchDefaultLayoutView_tmpl.html | 1 +
dashboardv3/public/js/templates/site/Header.html | 2 +-
dashboardv3/public/js/utils/Globals.js | 3 +-
dashboardv3/public/js/utils/Helper.js | 12 +-
dashboardv3/public/js/utils/Utils.js | 4 +
.../views/administrator/AdministratorLayoutView.js | 4 +-
.../public/js/views/audit/AuditTableLayoutView.js | 1 +
.../js/views/detail_page/DetailPageLayoutView.js | 6 +-
.../js/views/entity/EntityNameSpaceItemView.js | 132 ++++--
.../public/js/views/entity/EntityNameSpaceView.js | 75 ++--
.../views/name_space/CreateNameSpaceLayoutView.js | 441 ++++++++++-----------
.../views/name_space/EnumCreateUpdateItemView.js | 19 +-
.../name_space/NameSpaceAttrTableLayoutView.js | 5 +-
.../views/name_space/NameSpaceAttributeItemView.js | 31 +-
.../name_space/NameSpaceContainerLayoutView.js | 3 +-
.../views/name_space/NameSpaceTableLayoutView.js | 18 +-
.../js/views/search/GlobalSearchLayoutView.js | 4 +-
.../public/js/views/search/QueryBuilderView.js | 36 +-
.../js/views/search/SearchDefaultLayoutView.js | 11 +-
.../views/search/SearchFilterBrowseLayoutView.js | 2 +-
.../public/js/views/search/SearchLayoutView.js | 1 +
.../js/views/search/SearchResultLayoutView.js | 51 ++-
.../js/views/search/save/SaveModalLayoutView.js | 8 +-
.../views/search/tree/NameSpaceTreeLayoutView.js | 79 +---
dashboardv3/public/js/views/site/Header.js | 11 +
36 files changed, 604 insertions(+), 496 deletions(-)