From commits-return-1045-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Fri Jun 1 04:02:23 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 5B73A180632 for ; Fri, 1 Jun 2018 04:02:23 +0200 (CEST) Received: (qmail 53438 invoked by uid 500); 1 Jun 2018 02:02:22 -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 53429 invoked by uid 99); 1 Jun 2018 02:02:22 -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, 01 Jun 2018 02:02:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B202180823; Fri, 1 Jun 2018 02:02:21 +0000 (UTC) Date: Fri, 01 Jun 2018 02:02:20 +0000 To: , "' commits@superset.apache.org" , '@gitbox.apache.org, Subject: [incubator-superset] branch dashboard-builder updated (72bea06 -> ec55c78) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152781853996.30806.424949865885978956@gitbox.apache.org> From: ccwilliams@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/dashboard-builder X-Git-Reftype: branch X-Git-Oldrev: 72bea066141a186e5588ea88caa348b25eff689e X-Git-Newrev: ec55c78184ab5fd3d000a88962626ab08f30975d 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. ccwilliams pushed a change to branch dashboard-builder in repository https://gitbox.apache.org/repos/asf/incubator-superset.git. from 72bea06 [dashboard v2] tests! (#5066) add ec55c78 [dashboard v2] logging updates (#5087) No new revisions were added by this update. Summary of changes: superset/assets/package.json | 2 +- .../dashboard/components/Dashboard_spec.jsx | 1 + .../components/gridComponents/Chart_spec.jsx | 10 +- .../dashboard/reducers/dashboardState_spec.js | 52 +++---- superset/assets/spec/javascripts/logger_spec.js | 143 +++++++++++++++++++ superset/assets/src/chart/Chart.jsx | 80 +++++------ superset/assets/src/chart/chartAction.js | 27 ++-- .../assets/src/dashboard/actions/dashboardState.js | 28 ++-- .../assets/src/dashboard/components/Dashboard.jsx | 71 +++++++--- .../src/dashboard/components/DashboardBuilder.jsx | 2 - .../dashboard/components/SliceHeaderControls.jsx | 50 ++++++- .../dashboard/components/gridComponents/Chart.jsx | 9 +- superset/assets/src/dashboard/containers/Chart.jsx | 4 +- .../assets/src/dashboard/containers/Dashboard.jsx | 8 +- .../containers/{SliceAdder.js => SliceAdder.jsx} | 0 .../src/dashboard/reducers/dashboardState.js | 49 ++++--- .../dashboard/util/logging/childChartsDidLoad.js | 21 +++ .../util/logging/findNonTabChildChartIds.js | 45 ++++++ .../util/logging/findTopLevelComponentIds.js | 74 ++++++++++ .../logging/getLoadStatsPerTopLevelComponent.js | 26 ++++ superset/assets/src/dashboard/util/propShapes.jsx | 13 ++ .../explore/components/ExploreViewContainer.jsx | 121 ++++++++-------- superset/assets/src/logger.js | 153 ++++++++++++++------- superset/models/core.py | 48 ++++--- 24 files changed, 740 insertions(+), 297 deletions(-) create mode 100644 superset/assets/spec/javascripts/logger_spec.js copy superset/assets/src/dashboard/containers/{SliceAdder.js => SliceAdder.jsx} (100%) create mode 100644 superset/assets/src/dashboard/util/logging/childChartsDidLoad.js create mode 100644 superset/assets/src/dashboard/util/logging/findNonTabChildChartIds.js create mode 100644 superset/assets/src/dashboard/util/logging/findTopLevelComponentIds.js create mode 100644 superset/assets/src/dashboard/util/logging/getLoadStatsPerTopLevelComponent.js -- To stop receiving notification emails like this one, please contact ccwilliams@apache.org.