You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2014/12/31 16:03:33 UTC

[2/2] falcon git commit: FALCON-945 Fix broken lineage feature in Web-UI. Contributed by Adam Kawa

FALCON-945 Fix broken lineage feature in Web-UI. Contributed by Adam Kawa


Project: http://git-wip-us.apache.org/repos/asf/falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/1e44fe2c
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/1e44fe2c
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/1e44fe2c

Branch: refs/heads/master
Commit: 1e44fe2c77bdd84f255ffd5381aa55a739d3465d
Parents: 3efe836
Author: srikanth.sundarrajan <sr...@apache.org>
Authored: Wed Dec 31 20:26:29 2014 +0530
Committer: srikanth.sundarrajan <sr...@apache.org>
Committed: Wed Dec 31 20:26:29 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt                   | 3 +++
 html5-ui/js/falcon-lineage.js | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/1e44fe2c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9585b36..2752376 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -64,6 +64,9 @@ Trunk (Unreleased)
    (Suhas vasu)
 
   BUG FIXES
+   FALCON-945 Fix broken lineage feature in Web-UI. (Adam Kawa via Srikanth
+   Sundarrajan)
+
    FALCON-921 Validate command is exposed only through prism. (Ajay Yadav 
    via Shwetha GS)
 

http://git-wip-us.apache.org/repos/asf/falcon/blob/1e44fe2c/html5-ui/js/falcon-lineage.js
----------------------------------------------------------------------
diff --git a/html5-ui/js/falcon-lineage.js b/html5-ui/js/falcon-lineage.js
index b554c80..e87529b 100644
--- a/html5-ui/js/falcon-lineage.js
+++ b/html5-ui/js/falcon-lineage.js
@@ -21,7 +21,7 @@
 
   dust.loadSource(dust.compile($('#lineage-info-tmpl').html(), 'info'));
   var CIRCLE_RADIUS = 12, RANK_SEPARATION = 120, LABEL_WIDTH = 120, LABEL_HEIGHT = 80, LABEL_PADDING = 20;
-  var PREFIX = '/api/graphs/lineage';
+  var PREFIX = '/api/metadata/lineage';
 
   var data = {
     queue : {},