Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8FE43200BA6 for ; Tue, 18 Oct 2016 13:51:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E88B160ADC; Tue, 18 Oct 2016 11:51:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D402C160ACC for ; Tue, 18 Oct 2016 13:51:38 +0200 (CEST) Received: (qmail 88549 invoked by uid 500); 18 Oct 2016 11:51:37 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 88540 invoked by uid 99); 18 Oct 2016 11:51:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2016 11:51:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C6CDE02E4; Tue, 18 Oct 2016 11:51:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sree@apache.org To: commits@tez.apache.org Message-Id: <07a12025b21240faa8214642e3c67be1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-3469. Tez UI: Bump Phantom JS version to 2.1.1 (sree) Date: Tue, 18 Oct 2016 11:51:37 +0000 (UTC) archived-at: Tue, 18 Oct 2016 11:51:39 -0000 Repository: tez Updated Branches: refs/heads/master 48208dc8c -> c1a7f10e4 TEZ-3469. Tez UI: Bump Phantom JS version to 2.1.1 (sree) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c1a7f10e Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c1a7f10e Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c1a7f10e Branch: refs/heads/master Commit: c1a7f10e43889c0c9735b8b4cc4763374eb2a1ad Parents: 48208dc Author: Sreenath Somarajapuram Authored: Tue Oct 18 17:21:07 2016 +0530 Committer: Sreenath Somarajapuram Committed: Tue Oct 18 17:21:07 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ui/src/main/webapp/package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/c1a7f10e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 654e88a..3a00779 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -119,6 +119,7 @@ ALL CHANGES: TEZ-3398. Tez UI: Bread crumb link to Application from Application details dag/configuration tab is broken TEZ-3433. Tez UI: Searching using wrong ID causes error in all DAGs page TEZ-3428. Tez UI: First Tab not needed for few entries in DAG listings + TEZ-3469. Tez UI: Bump Phantom JS version to 2.1.1 Release 0.8.5: Unreleased http://git-wip-us.apache.org/repos/asf/tez/blob/c1a7f10e/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 629c2af..0fc92cc 100644 --- a/tez-ui/src/main/webapp/package.json +++ b/tez-ui/src/main/webapp/package.json @@ -29,7 +29,7 @@ "broccoli-funnel": "1.0.1", "broccoli-merge-trees": "1.1.1", "ember-bootstrap": "0.5.1", - "ember-cli": "1.13.13", + "ember-cli": "^1.13.13", "ember-cli-app-version": "1.0.0", "ember-cli-auto-register": "1.1.0", "ember-cli-babel": "5.1.6", @@ -52,13 +52,13 @@ "ember-data": "2.1.0", "ember-disable-proxy-controllers": "1.0.1", "ember-export-application-global": "1.0.5", - "ember-resolver": "2.0.3", + "ember-resolver": "^2.0.3", "ember-truth-helpers": "1.2.0", - "phantomjs": "1.9.19" + "phantomjs-prebuilt": "2.1.13" }, "dependencies": { - "em-helpers": "0.5.13", - "em-table": "0.3.17", - "em-tgraph": "0.0.5" + "em-helpers": "0.5.14", + "em-table": "0.3.18", + "em-tgraph": "0.0.7" } }