This is an automated email from the ASF dual-hosted git repository. madhan pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git.
from f3779d9 ATLAS-3136: assigning a term to an invalid entity guid throws 500, instead of 400 new 02b2b02 ATLAS-3139: updated basic search to include relationship attributes as well in the result new fab8fbf ATLAS-3128: UI: Create entity is not working after new relationship attribute introduce new cafc2a6 ATLAS-3138 : UI : Stats popup table layout improve for better readability new 03a079e ATLAS-3137 : UI : Create entity add element validation and design improvement The 4 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 | 93 +++++- dashboardv2/public/css/scss/override.scss | 14 +- 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 | 132 +------- .../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/Helper.js | 3 + dashboardv2/public/js/utils/Utils.js | 80 ++++- .../js/views/entity/CreateEntityLayoutView.js | 333 +++++++++++++++++---- 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 +- 19 files changed, 750 insertions(+), 319 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%)