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 1cb155a ATLAS-3059: UI : Lineage data structure change to support
hide deleted and hide process entities to gather
new d030b52 ATLAS-3061: UI Search Term is not working
new 546bc22 ATLAS-3060 : UI: Allow to drag node and place it accordingly
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:
.../public/js/views/graph/LineageLayoutView.js | 112 ++++------
dashboardv2/public/js/views/graph/LineageUtils.js | 243 +++++++++++++++++++++
.../public/js/views/search/SearchLayoutView.js | 17 +-
3 files changed, 295 insertions(+), 77 deletions(-)
create mode 100644 dashboardv2/public/js/views/graph/LineageUtils.js