You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by sr...@apache.org on 2016/01/19 08:20:52 UTC

tez git commit: TEZ-3048. Tez UI 2: Make PhantomJS a local dependency for build tests (sree)

Repository: tez
Updated Branches:
  refs/heads/TEZ-2980 1e53b4f15 -> 41702dec8


TEZ-3048. Tez UI 2: Make PhantomJS a local dependency for build tests (sree)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/41702dec
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/41702dec
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/41702dec

Branch: refs/heads/TEZ-2980
Commit: 41702dec81e31fba3fc8bb721ca1ff4300199a7b
Parents: 1e53b4f
Author: Sreenath Somarajapuram <sr...@apache.org>
Authored: Tue Jan 19 12:50:29 2016 +0530
Committer: Sreenath Somarajapuram <sr...@apache.org>
Committed: Tue Jan 19 12:50:29 2016 +0530

----------------------------------------------------------------------
 TEZ-2980-CHANGES.txt                 | 1 +
 tez-ui2/src/main/webapp/package.json | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/41702dec/TEZ-2980-CHANGES.txt
----------------------------------------------------------------------
diff --git a/TEZ-2980-CHANGES.txt b/TEZ-2980-CHANGES.txt
index 366396f..65fdcb5 100644
--- a/TEZ-2980-CHANGES.txt
+++ b/TEZ-2980-CHANGES.txt
@@ -18,3 +18,4 @@ ALL CHANGES:
   TEZ-3040. Tez UI 2: Create Vertex details page & sub tables
   TEZ-3041. Tez UI 2: Create Task & Attempt details page with sub tables
   TEZ-3045. Tez UI 2: Create application details page with DAGs tab
+  TEZ-3048. Tez UI 2: Make PhantomJS a local dependency for build tests

http://git-wip-us.apache.org/repos/asf/tez/blob/41702dec/tez-ui2/src/main/webapp/package.json
----------------------------------------------------------------------
diff --git a/tez-ui2/src/main/webapp/package.json b/tez-ui2/src/main/webapp/package.json
index a5b29db..ec84b18 100644
--- a/tez-ui2/src/main/webapp/package.json
+++ b/tez-ui2/src/main/webapp/package.json
@@ -48,9 +48,10 @@
   },
   "dependencies": {
     "broccoli-funnel": "^1.0.1",
-    "em-table": "0.3.7",
     "em-helpers": "0.5.7",
+    "em-table": "0.3.7",
     "ember-cli-htmlbars": "^1.0.1",
-    "ember-cli-less": "^1.4.0"
+    "ember-cli-less": "^1.4.0",
+    "phantomjs": "^1.9.19"
   }
 }