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 83e9c21  ATLAS-3875: updated sample client to improve logging
     new 1b41b98  ATLAS-3892 : Basic search enhanced Feature - Search history
     new 41eebcf  ATLAS-3900: UI: Allow user to select the date range for date 
attribute in basic search

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:
 .../org/apache/atlas/repository/Constants.java     |   1 +
 dashboardv2/package-lock.json                      |   6 +-
 dashboardv2/package.json                           |   2 +-
 dashboardv2/public/css/scss/override.scss          |  24 ++-
 dashboardv2/public/js/utils/CommonViewFunction.js  |  89 ++++----
 dashboardv2/public/js/utils/Enums.js               |  37 +++-
 .../public/js/views/search/QueryBuilderView.js     | 236 ++++++++++++++------
 dashboardv3/package-lock.json                      |   6 +-
 dashboardv3/package.json                           |   2 +-
 dashboardv3/public/css/scss/override.scss          |  22 +-
 dashboardv3/public/js/main.js                      |   1 -
 .../search/SearchDefaultLayoutView_tmpl.html       |   6 +-
 dashboardv3/public/js/utils/CommonViewFunction.js  |  88 ++++----
 dashboardv3/public/js/utils/Enums.js               |  37 +++-
 .../public/js/views/search/QueryBuilderView.js     | 236 ++++++++++++++------
 .../js/views/search/tree/EntityTreeLayoutView.js   |   3 +-
 .../atlas/model/discovery/SearchParameters.java    |   5 +
 .../apache/atlas/discovery/SearchProcessor.java    | 181 ++++++++++++++--
 .../org/apache/atlas/util/SearchPredicateUtil.java |  58 ++++-
 .../atlas/discovery/EntitySearchProcessorTest.java | 238 +++++++++++++++++++++
 20 files changed, 1004 insertions(+), 274 deletions(-)

Reply via email to