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 097f50e  ATLAS-4403: Improve find entity by unique attributes logic - 
when multiple unique attributes exist for entity type
     new fbbefce  ATLAS-4379 : Atlas Filter changes for user inactivity on 
Atlas UI
     new 5deac62  ATLAS-4378: UI - Implement session timeout on Atlas 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          |   6 +
 .../js/external_lib/idealTimeout/store.min.js      |   2 +
 dashboardv2/public/js/main.js                      |  27 +-
 dashboardv2/public/js/utils/Globals.js             |   1 +
 dashboardv2/public/js/utils/Utils.js               | 271 ++++++++++++++++++++-
 dashboardv3/public/css/scss/override.scss          |   6 +
 .../js/external_lib/idealTimeout/store.min.js      |   2 +
 dashboardv3/public/js/main.js                      |  27 +-
 dashboardv3/public/js/utils/Globals.js             |   1 +
 dashboardv3/public/js/utils/Utils.js               | 267 +++++++++++++++++++-
 .../java/org/apache/atlas/AtlasConfiguration.java  |   4 +-
 .../web/filters/AtlasAuthenticationFilter.java     |  48 +++-
 .../org/apache/atlas/web/filters/RestUtil.java     | 108 ++++++++
 .../apache/atlas/web/resources/AdminResource.java  |   1 +
 .../AtlasAuthenticationSuccessHandler.java         |  16 +-
 15 files changed, 774 insertions(+), 13 deletions(-)
 create mode 100644 dashboardv2/public/js/external_lib/idealTimeout/store.min.js
 create mode 100644 dashboardv3/public/js/external_lib/idealTimeout/store.min.js
 create mode 100644 
webapp/src/main/java/org/apache/atlas/web/filters/RestUtil.java

Reply via email to