From commits-return-522-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Jan 16 19:27:45 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 51BCE18065B for ; Tue, 16 Jan 2018 19:27:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 41E53160C34; Tue, 16 Jan 2018 18:27:45 +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 89B58160C1D for ; Tue, 16 Jan 2018 19:27:44 +0100 (CET) Received: (qmail 57569 invoked by uid 500); 16 Jan 2018 18:27:43 -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 57498 invoked by uid 99); 16 Jan 2018 18:27:43 -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, 16 Jan 2018 18:27:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 22BFA81BDA; Tue, 16 Jan 2018 18:27:43 +0000 (UTC) Date: Tue, 16 Jan 2018 18:27:43 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Adding limit to time_table viz to get druid query to work (#4207) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151612726299.7979.11455662255096445391@gitbox.apache.org> From: graceguo@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: 04680e5ff138f7113a3d655133307049bc91ff3d X-Git-Newrev: 2607e4be4d9261f02ddc0728c3ecc1d9ef51a847 X-Git-Rev: 2607e4be4d9261f02ddc0728c3ecc1d9ef51a847 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. graceguo 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 2607e4b Adding limit to time_table viz to get druid query to work (#4207) 2607e4b is described below commit 2607e4be4d9261f02ddc0728c3ecc1d9ef51a847 Author: michellethomas AuthorDate: Tue Jan 16 10:27:35 2018 -0800 Adding limit to time_table viz to get druid query to work (#4207) --- superset/assets/javascripts/explore/stores/visTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js index e67b6cf..e8b95cd 100644 --- a/superset/assets/javascripts/explore/stores/visTypes.js +++ b/superset/assets/javascripts/explore/stores/visTypes.js @@ -684,6 +684,7 @@ export const visTypes = { expanded: true, controlSetRows: [ ['groupby', 'metrics'], + ['limit'], ['column_collection'], ['url'], ], -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].