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/a42b6f6c Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/a42b6f6c Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/a42b6f6c Branch: refs/heads/TEZ-2980 Commit: a42b6f6ca8cf065380c9f474f955ec9672416848 Parents: e893e94 Author: Sreenath Somarajapuram <s...@apache.org> Authored: Tue Jan 19 12:50:29 2016 +0530 Committer: Sreenath Somarajapuram <s...@apache.org> Committed: Thu Feb 25 03:32:15 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/a42b6f6c/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/a42b6f6c/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" } }