This is an automated email from the ASF dual-hosted git repository.
pinal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 684b4a0 ATLAS-4409:UI: #1 Showing lineage for entity having no
lineage, fixed
new d6e84a8 ATLAS-4371:UI:#2 (New UI) User has to go back to home page to
edit the query for Advanced search, fixed
new 9f27072 ATLAS-4404: #1 UI: Left side Panel doesn't toggled to
Advanced Search after Switching from New-UI to Old-UI, fixed
new cdc73ae ATLAS-4405: #1 UI: Filter Type of DSL search is not
consistent while switching between New-UI and Old-UI, fixed
The 3 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:
.../public/js/views/search/SearchLayoutView.js | 32 +-
dashboardv3/public/css/scss/style.scss | 2 +-
dashboardv3/public/js/utils/Globals.js | 1 +
.../js/views/search/AdvanceSearchLayoutView.js | 365 +++++++++++++++++++++
.../js/views/search/GlobalSearchLayoutView.js | 5 +-
5 files changed, 392 insertions(+), 13 deletions(-)
create mode 100644
dashboardv3/public/js/views/search/AdvanceSearchLayoutView.js