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 4d44690  ATLAS-3592 : UI: Ignore any empty values for Date type 
attribute in Entity property table
     new e04c4f5  ATLAS-3596: UI: Improved System attribute presentation for 
user friendliness
     new b3563fd  ATLAS-3599 : Beta UI: While Saving search , limit and offset 
are not set properly when using Beta UI.

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/public/css/scss/override.scss          |  31 ++-
 dashboardv2/public/css/scss/search.scss            |  47 ++++-
 .../js/templates/search/UserDefine_tmpl.html       |  44 ++++
 dashboardv2/public/js/utils/Enums.js               |   4 +-
 .../public/js/views/entity/EntityUserDefineView.js |   4 +-
 .../public/js/views/search/QueryBuilderView.js     | 228 +++++++++++++++++++-
 .../public/js/views/search/SearchQueryView.js      |   3 +-
 .../js/views/search/SearchResultLayoutView.js      |  25 +++
 dashboardv3/public/css/scss/override.scss          |  31 ++-
 dashboardv3/public/css/scss/search.scss            |  53 ++++-
 .../js/templates/search/UserDefine_tmpl.html       |  44 ++++
 dashboardv3/public/js/utils/Enums.js               |   8 +-
 .../public/js/views/entity/EntityUserDefineView.js |   2 +-
 .../public/js/views/search/QueryBuilderView.js     | 229 ++++++++++++++++++++-
 .../js/views/search/SearchDefaultLayoutView.js     | 125 +++++------
 .../js/views/search/SearchResultLayoutView.js      |  25 +++
 .../search/tree/CustomFilterTreeLayoutView.js      |  28 ++-
 17 files changed, 819 insertions(+), 112 deletions(-)
 create mode 100644 dashboardv2/public/js/templates/search/UserDefine_tmpl.html
 create mode 100644 dashboardv3/public/js/templates/search/UserDefine_tmpl.html

Reply via email to