This is an automated email from the ASF dual-hosted git repository.

nixon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from df8502e  ATLAS-3675 Enable quick search and suggestions for business 
metadata attributes
     new cfee9ce  ATLAS-3423: Import Glossary Terms from csv/excel file into 
Glossary (Test Cases Fix) #2
     new a78e208  ATLAS-3669 : UI: Import Glossary Terms CSV into a Glossary

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/gruntfile.js                           |   6 +-
 dashboardv2/package-lock.json                      | 510 ++++++++++++---------
 dashboardv2/package.json                           |   1 +
 dashboardv2/public/css/scss/theme.scss             |  22 +
 dashboardv2/public/index.html.tpl                  |   1 +
 dashboardv2/public/js/main.js                      |   3 +-
 .../glossary/GlossaryLayoutView_tmpl.html          |  12 +-
 ...mpl.html => ImportGlossaryLayoutView_tmpl.html} |   4 +-
 dashboardv2/public/js/utils/UrlLinks.js            |   6 +
 .../public/js/views/glossary/GlossaryLayoutView.js |  20 +-
 .../js/views/glossary/ImportGlossaryLayoutView.js  | 128 ++++++
 dashboardv3/gruntfile.js                           |   6 +-
 dashboardv3/package-lock.json                      | 498 +++++++++++---------
 dashboardv3/package.json                           |   1 +
 dashboardv3/public/css/scss/leftsidebar.scss       |  12 +
 dashboardv3/public/css/scss/theme.scss             |  22 +
 dashboardv3/public/index.html.tpl                  |   1 +
 dashboardv3/public/js/main.js                      |   5 +-
 .../glossary/ImportGlossaryLayoutView_tmpl.html    |   4 +-
 .../search/tree/GlossaryTreeLayoutView_tmpl.html   |  14 +-
 dashboardv3/public/js/utils/UrlLinks.js            |   6 +
 .../js/views/glossary/ImportGlossaryLayoutView.js  | 128 ++++++
 .../js/views/search/tree/GlossaryTreeLayoutView.js |  30 +-
 .../apache/atlas/glossary/GlossaryServiceTest.java |   4 +-
 24 files changed, 991 insertions(+), 453 deletions(-)
 copy 
dashboardv2/public/js/templates/glossary/{TermRelationAttributeLayoutView_tmpl.html
 => ImportGlossaryLayoutView_tmpl.html} (89%)
 create mode 100644 
dashboardv2/public/js/views/glossary/ImportGlossaryLayoutView.js
 copy 
dashboardv2/public/js/templates/glossary/TermRelationAttributeLayoutView_tmpl.html
 => dashboardv3/public/js/templates/glossary/ImportGlossaryLayoutView_tmpl.html 
(89%)
 create mode 100644 
dashboardv3/public/js/views/glossary/ImportGlossaryLayoutView.js

Reply via email to