You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/08/15 14:23:56 UTC

[superset] 01/02: Merge branch 'codyml/sc-52488/apply-drill-to-detail-modal-filters-gathered' of https://github.com/codyml/superset into chore/drill-to-detail-modal-tests

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch chore/drill-to-detail-modal-tests
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 7b1f363a71c76b20c7f5dd32f4581190a8060f6a
Merge: 394d62ee51 b21e132ec5
Author: geido <di...@gmail.com>
AuthorDate: Mon Aug 15 15:23:37 2022 +0300

    Merge branch 'codyml/sc-52488/apply-drill-to-detail-modal-filters-gathered' of https://github.com/codyml/superset into chore/drill-to-detail-modal-tests

 .../superset-ui-core/src/query/types/Query.ts      |  45 ++--
 .../src/components/Chart/ChartRenderer.jsx         |  26 ++-
 .../src/components/Chart/DrillDetailModal.tsx      | 100 ++++++++
 .../src/components/Chart/chartAction.js            |  23 +-
 .../components/DrillDetailPane/DrillDetailPane.tsx | 258 +++++++++++++++++++++
 .../components/DrillDetailPane/TableControls.tsx   | 138 +++++++++++
 .../dashboard/components/DrillDetailPane/index.ts  |  20 ++
 .../dashboard/components/DrillDetailPane/utils.ts  |  46 ++++
 .../components/SliceHeaderControls/index.tsx       | 112 +++++++--
 9 files changed, 723 insertions(+), 45 deletions(-)