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 CA677200B96 for ; Thu, 6 Oct 2016 14:54:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C8F32160AE0; Thu, 6 Oct 2016 12:54:28 +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 1BA79160AAD for ; Thu, 6 Oct 2016 14:54:27 +0200 (CEST) Received: (qmail 98196 invoked by uid 500); 6 Oct 2016 12:54:27 -0000 Mailing-List: contact commits-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list commits@atlas.incubator.apache.org Received: (qmail 98152 invoked by uid 99); 6 Oct 2016 12:54:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 12:54:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ABA941804D2 for ; Thu, 6 Oct 2016 12:54:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3ASJBYK0d8Vf for ; Thu, 6 Oct 2016 12:54:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 5C5635FB0E for ; Thu, 6 Oct 2016 12:54:25 +0000 (UTC) Received: (qmail 98137 invoked by uid 99); 6 Oct 2016 12:54:24 -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; Thu, 06 Oct 2016 12:54:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 683E0E02E4; Thu, 6 Oct 2016 12:54:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kbhatt@apache.org To: commits@atlas.incubator.apache.org Message-Id: <468f008c25944878930a714ed510fecf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-atlas git commit: ATLAS-1215 : Atlas UI not working in firefox due to fix in ATLAS-1199 Date: Thu, 6 Oct 2016 12:54:24 +0000 (UTC) archived-at: Thu, 06 Oct 2016 12:54:29 -0000 Repository: incubator-atlas Updated Branches: refs/heads/master 1d84cbbdc -> 3e4f28f50 ATLAS-1215 : Atlas UI not working in firefox due to fix in ATLAS-1199 Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/3e4f28f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/3e4f28f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/3e4f28f5 Branch: refs/heads/master Commit: 3e4f28f50c03035915187f624a41064a82d2af37 Parents: 1d84cbb Author: kevalbhatt Authored: Wed Oct 5 18:17:14 2016 +0530 Committer: kevalbhatt Committed: Thu Oct 6 18:23:03 2016 +0530 ---------------------------------------------------------------------- dashboardv2/public/js/utils/CommonViewFunction.js | 4 ++-- release-log.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/3e4f28f5/dashboardv2/public/js/utils/CommonViewFunction.js ---------------------------------------------------------------------- diff --git a/dashboardv2/public/js/utils/CommonViewFunction.js b/dashboardv2/public/js/utils/CommonViewFunction.js index 6125486..5146ba6 100644 --- a/dashboardv2/public/js/utils/CommonViewFunction.js +++ b/dashboardv2/public/js/utils/CommonViewFunction.js @@ -366,8 +366,8 @@ define(['require', 'utils/Utils', 'modules/Modal', 'utils/Messages', 'utils/Glob responsive: false, toggleIconClass: 'fa fa-ellipsis-h', dropdown: function(classes) { - const dropdownClass = 'dropdown'; - let dropdownMenuClass = 'dropdown-menu popover popoverTerm bottom arrowPosition'; + var dropdownClass = 'dropdown'; + var dropdownMenuClass = 'dropdown-menu popover popoverTerm bottom arrowPosition'; if (this.options.overflow === 'right') { dropdownMenuClass += ' dropdown-menu-right'; http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/3e4f28f5/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index fd90f6f..d49a9ca 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai) ALL CHANGES: +ATLAS-1215 Atlas UI not working in firefox due to fix in ATLAS-1199 (kevalbhatt) ATLAS-1171 Structured, high-level public APIs - Fix JAXB issues with PList, SearchFilter (mneethiraj via sumasai) ATLAS-1206 Atlas UI not working with IE or Chrome on Windows OS in Kerberos mode (nixonrodrigues via sumasai) ATLAS-1205 Improve atlas build time (shwethags)