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

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


    from a910609  ATLAS-3136: assigning a term to an invalid entity guid throws 
500, instead of 400
     new 9c9eed2  ATLAS-3139: updated basic search to include relationship 
attributes as well in the result
     new 2af5eed  ATLAS-3138 : UI : Stats popup table layout improve for better 
readability
     new 011e854  ATLAS-3137 : UI : Create entity add element validation and 
design improvement

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/css/scss/form.scss              |   6 +-
 dashboardv2/public/css/scss/override.scss          |  12 ++
 dashboardv2/public/css/scss/panel.scss             |  44 ++++++-
 dashboardv2/public/css/scss/stats.scss             | 116 +++++++++++++++++
 dashboardv2/public/css/scss/style.scss             |   1 +
 dashboardv2/public/css/scss/table.scss             |   5 +
 dashboardv2/public/css/scss/theme.scss             | 127 ------------------
 .../entity/CreateEntityLayoutView_tmpl.html        |   4 +-
 .../site/Statistics_Notification_table_tmpl.html   |   2 +-
 .../public/js/templates/site/Statistics_tmpl.html  |  44 ++-----
 ...tification_table_tmpl.html => entity_tmpl.html} |  27 ++--
 dashboardv2/public/js/utils/Enums.js               |   7 +-
 dashboardv2/public/js/utils/Utils.js               |   9 +-
 .../js/views/entity/CreateEntityLayoutView.js      |  63 ++++++---
 dashboardv2/public/js/views/site/Statistics.js     | 142 +++++++++++++--------
 .../org/apache/atlas/type/AtlasStructType.java     |   6 +-
 .../atlas/discovery/EntityDiscoveryService.java    |   8 ++
 .../store/graph/v2/EntityGraphRetriever.java       |   8 +-
 18 files changed, 374 insertions(+), 257 deletions(-)
 create mode 100644 dashboardv2/public/css/scss/stats.scss
 copy 
dashboardv2/public/js/templates/site/{Statistics_Notification_table_tmpl.html 
=> entity_tmpl.html} (67%)

Reply via email to