From commits-return-2501-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Apr 2 05:04:50 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6C4CD180621 for ; Tue, 2 Apr 2019 07:04:50 +0200 (CEST) Received: (qmail 87367 invoked by uid 500); 2 Apr 2019 05:04:49 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 87358 invoked by uid 99); 2 Apr 2019 05:04:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2019 05:04:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C855985C69; Tue, 2 Apr 2019 05:04:48 +0000 (UTC) Date: Tue, 02 Apr 2019 05:04:48 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch lyftga updated (a15703f -> 62cfb2d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155418148815.29113.6164375086350366722@gitbox.apache.org> From: christine@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/lyftga X-Git-Reftype: branch X-Git-Oldrev: a15703f9a1bd40fb1d2b2b617e75e16764890e53 X-Git-Newrev: 62cfb2d2e38e4aef230900485ec2cb9a01dd413d X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. christine pushed a change to branch lyftga in repository https://gitbox.apache.org/repos/asf/incubator-superset.git. discard a15703f Change number format default (#7137) discard fcebb80 Fix race condition when fetching results in SQL Lab (#7198) discard fd56716 Revert PR #6933 (#7162) discard 4a00e8e [Lyft-GA] Enable color consistency in a dashboard (#7135) discard adfff5d Allow LIMIT to be specified in parameters (#7052) discard cf9eec8 feat: add ability to change font size in big number (#7003) discard 5fd5253 Fix time filter control (#6978) discard 855deb8 Show tooltip with time frame (#6979) new f13e0a8 Update __init__.py (#7166) new 03752af fix PRODUCT-67916 Click OK button cannot close error message modal (#7179) new efede0a fix(sqllab): remove duplicate selector in style file (#7126) new 2af9a84 fix: do not crash when a vis type is disabled. (#7180) new 37d7b2c feat: added i18n statements to sqllab (#7194) new a1d4635 [fix] a typo in variable name (#7197) new c5bdbc0 [security] make it easier to redefine Alpha/Gamma (#7036) new a717a90 fix: deck.gl polygon tooltip (#7188) new fb9fdc8 Show tooltip with time frame (#6979) new 7488b4d Fix time filter control (#6978) new 7d95036 feat: add ability to change font size in big number (#7003) new f66b598 Allow LIMIT to be specified in parameters (#7052) new e974a23 [Lyft-GA] Enable color consistency in a dashboard (#7135) new 82cf553 Revert PR #6933 (#7162) new ca6a73b Fix race condition when fetching results in SQL Lab (#7198) new 62cfb2d Change number format default (#7137) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (a15703f) \ N -- N -- N refs/heads/lyftga (62cfb2d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3994 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: superset/__init__.py | 2 +- superset/assets/package-lock.json | 41 ++++-- .../src/SqlLab/components/ExploreResultsButton.jsx | 18 +-- .../assets/src/SqlLab/components/LimitControl.jsx | 4 +- .../assets/src/SqlLab/components/ResultSet.jsx | 2 +- .../src/SqlLab/components/ShareSqlLabQuery.jsx | 4 +- .../assets/src/SqlLab/components/SqlEditor.jsx | 16 +-- .../src/SqlLab/components/TemplateParamsEditor.jsx | 12 +- superset/assets/src/SqlLab/main.less | 11 +- superset/assets/src/chart/ChartRenderer.jsx | 10 +- .../explore/components/ControlPanelsContainer.jsx | 4 +- .../explore/components/controls/VizTypeControl.jsx | 113 +++++++--------- superset/assets/src/explore/controlPanels/index.js | 36 ++--- superset/assets/src/explore/store.js | 4 +- superset/assets/src/visualizations/Legend.css | 6 +- superset/assets/src/visualizations/Legend.jsx | 2 +- superset/assets/src/visualizations/deckgl/utils.js | 6 +- superset/security.py | 149 ++++++++++----------- 18 files changed, 230 insertions(+), 210 deletions(-)