This is an automated email from the ASF dual-hosted git repository.
kbhatt pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from a434fa0 ATLAS-3627:Beta UI, Usability: Classifications default toggle
set to show only classifications associated to entity
new 191b8ea ATLAS-3623 : Beta UI: Basic search improvement to search for
namespace attribute
new 1d53475 ATLAS-3629 : UI: skipDefaultError handler improvement
new 722ce23 ATLAS-3623 : Beta UI: Basic search improvement to search for
namespace attribute: Bug fix for column selection
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:
dashboardv2/public/js/main.js | 5 --
dashboardv2/public/js/utils/CommonViewFunction.js | 9 +--
dashboardv2/public/js/utils/Overrides.js | 4 +-
dashboardv2/public/js/utils/Utils.js | 43 ++++++-------
.../public/js/views/graph/LineageLayoutView.js | 1 -
.../js/views/profile/ProfileColumnLayoutView.js | 1 -
.../js/views/profile/ProfileTableLayoutView.js | 1 -
.../public/js/views/search/SearchLayoutView.js | 2 -
dashboardv2/public/js/views/site/Statistics.js | 1 -
dashboardv2/public/js/views/tag/AddTagModalView.js | 9 +--
dashboardv3/public/js/main.js | 6 --
dashboardv3/public/js/utils/CommonViewFunction.js | 9 +--
dashboardv3/public/js/utils/Overrides.js | 4 +-
dashboardv3/public/js/utils/Utils.js | 43 ++++++-------
.../administrator/PurgeAuditTableLayoutView.js | 1 -
.../public/js/views/graph/LineageLayoutView.js | 1 -
.../name_space/NameSpaceAttrTableLayoutView.js | 75 +++++++++++-----------
.../name_space/NameSpaceContainerLayoutView.js | 1 -
.../js/views/profile/ProfileColumnLayoutView.js | 1 -
.../js/views/profile/ProfileTableLayoutView.js | 1 -
.../public/js/views/search/QueryBuilderView.js | 25 ++++++++
.../js/views/search/SearchDefaultLayoutView.js | 23 +++++--
.../js/views/search/SearchResultLayoutView.js | 26 +++++++-
.../search/tree/ClassificationTreeLayoutView.js | 3 -
.../js/views/search/tree/EntityTreeLayoutView.js | 4 --
.../views/search/tree/NameSpaceTreeLayoutView.js | 1 -
dashboardv3/public/js/views/site/Statistics.js | 1 -
dashboardv3/public/js/views/tag/AddTagModalView.js | 9 +--
28 files changed, 150 insertions(+), 160 deletions(-)