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/22 18:00:22 UTC

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

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

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

commit 6987b165ef3c69c348e3201cbb4b0b90a94b9e22
Merge: 5d9c4266ab 621ea7314f
Author: geido <di...@gmail.com>
AuthorDate: Mon Aug 22 16:54:56 2022 +0300

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

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