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 8d9c06f  ATLAS-3629 : UI: skipDefaultError handler improvement (2 
patch)
     new 139a79a  ATLAS-3624 : Beta UI : Allow user to add mutlti-valued 
attributes in namespaces
     new bf1c828  ATLAS-3636 : [Namespace-UI] Issues/ambiguous error messages 
while adding a new attribute in a Namespace

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:
 dashboardv3/public/css/scss/common.scss            |   8 +-
 dashboardv3/public/css/scss/namespace.scss         |  18 +-
 .../detail_page/DetailPageLayoutView_tmpl.html     |   6 +-
 .../entity/EntityNameSpaceItemView_tmpl.html       |  34 +-
 .../templates/entity/EntityNameSpaceView_tmpl.html |   6 +-
 .../NameSpaceAttributeItemView_tmpl.html           |   6 +-
 dashboardv3/public/js/templates/site/Header.html   |   2 +-
 dashboardv3/public/js/utils/Globals.js             |   3 +-
 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 +-
 .../public/js/views/search/QueryBuilderView.js     |  36 +-
 .../views/search/SearchFilterBrowseLayoutView.js   |   2 +-
 .../js/views/search/SearchResultLayoutView.js      |  17 +-
 .../views/search/tree/NameSpaceTreeLayoutView.js   |  79 +---
 dashboardv3/public/js/views/site/Header.js         |  11 +
 25 files changed, 512 insertions(+), 455 deletions(-)

Reply via email to