From commits-return-935-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Fri Apr 27 17:35:22 2018 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 4557F180608 for ; Fri, 27 Apr 2018 17:35:22 +0200 (CEST) Received: (qmail 24251 invoked by uid 500); 27 Apr 2018 15:35:21 -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 24242 invoked by uid 99); 27 Apr 2018 15:35:21 -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; Fri, 27 Apr 2018 15:35:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B125E852AE; Fri, 27 Apr 2018 15:35:20 +0000 (UTC) Date: Fri, 27 Apr 2018 15:35:20 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Allow limiting rows on Pivot Table (#4891) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152484332055.5159.3527454352547397782@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3f48c005df985888f19d46d00cac0f35ec98466d X-Git-Newrev: f3d756016e1c5da43ce40d9e1c24d00224118e1c X-Git-Rev: f3d756016e1c5da43ce40d9e1c24d00224118e1c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new f3d7560 Allow limiting rows on Pivot Table (#4891) f3d7560 is described below commit f3d756016e1c5da43ce40d9e1c24d00224118e1c Author: Maxime Beauchemin AuthorDate: Fri Apr 27 08:35:12 2018 -0700 Allow limiting rows on Pivot Table (#4891) --- superset/assets/src/explore/visTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/src/explore/visTypes.js b/superset/assets/src/explore/visTypes.js index 28dfdff..3af1f7e 100644 --- a/superset/assets/src/explore/visTypes.js +++ b/superset/assets/src/explore/visTypes.js @@ -892,6 +892,7 @@ export const visTypes = { controlSetRows: [ ['groupby', 'columns'], ['metrics'], + ['row_limit', null], ], }, { -- To stop receiving notification emails like this one, please contact maximebeauchemin@apache.org.