This is an automated email from the ASF dual-hosted git repository.
pinal pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 2e51163 ATLAS-4409:UI: #1 Showing lineage for entity having no
lineage, fixed
new b2e1644 ATLAS-4378: UI - Implement session timeout on Atlas UI.
new b613c14 ATLAS-4371:UI:#2 (New UI) User has to go back to home page to
edit the query for Advanced search, fixed
new fd9f5dc ATLAS-4404: #1 UI: Left side Panel doesn't toggled to
Advanced Search after Switching from New-UI to Old-UI, fixed
new bcdcda6 ATLAS-4405: #1 UI: Filter Type of DSL search is not
consistent while switching between New-UI and Old-UI, fixed
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/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 ++++++++++++++-
.../public/js/views/search/SearchLayoutView.js | 32 +-
dashboardv3/public/css/scss/override.scss | 6 +
dashboardv3/public/css/scss/style.scss | 2 +-
.../js/external_lib/idealTimeout/store.min.js | 2 +
dashboardv3/public/js/main.js | 27 +-
dashboardv3/public/js/utils/Globals.js | 2 +
dashboardv3/public/js/utils/Utils.js | 267 ++++++++++++++-
.../js/views/search/AdvanceSearchLayoutView.js | 365 +++++++++++++++++++++
.../js/views/search/GlobalSearchLayoutView.js | 5 +-
14 files changed, 996 insertions(+), 19 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
dashboardv3/public/js/views/search/AdvanceSearchLayoutView.js