Repository: tez Updated Branches: refs/heads/master 17f428fb7 -> 13a88e4bc
TEZ-3594. Tez UI: Graphical view tooltip issues (sree) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/13a88e4b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/13a88e4b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/13a88e4b Branch: refs/heads/master Commit: 13a88e4bc44230d6bf590d632cd1917bccaebbde Parents: 17f428f Author: Sreenath Somarajapuram <[email protected]> Authored: Thu Feb 2 14:09:53 2017 +0530 Committer: Sreenath Somarajapuram <[email protected]> Committed: Thu Feb 2 14:09:53 2017 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ui/src/main/webapp/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/13a88e4b/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1624b50..e734289 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -184,6 +184,7 @@ ALL CHANGES: TEZ-3591. Tez UI: Logs url in all DAGs doesn't open in a new window TEZ-3592. Tez UI: Search issues TEZ-3593. Tez UI: Issues in timeline page + TEZ-3594. Tez UI: Graphical view tooltip issues Release 0.8.5: Unreleased http://git-wip-us.apache.org/repos/asf/tez/blob/13a88e4b/tez-ui/src/main/webapp/package.json ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/package.json b/tez-ui/src/main/webapp/package.json index 433a9bc..2be3368 100644 --- a/tez-ui/src/main/webapp/package.json +++ b/tez-ui/src/main/webapp/package.json @@ -59,6 +59,6 @@ "dependencies": { "em-helpers": "0.6.0", "em-table": "0.4.0", - "em-tgraph": "0.0.9" + "em-tgraph": "0.0.10" } }
