You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/08/03 20:29:01 UTC

[superset] 02/06: Merge branch 'master' of https://github.com/apache/superset

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

hugh pushed a commit to branch hugh/fix-metadata-showing
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0bf78ab101df82124b44cecac2a00a0cd2a2a230
Merge: 01a45de 2d61f15
Author: hughhhh <hu...@gmail.com>
AuthorDate: Fri Jul 30 13:22:23 2021 -0400

    Merge branch 'master' of https://github.com/apache/superset

 .../nativeFilters/NativeFiltersModal_spec.tsx      |  14 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   2 +-
 .../src/dashboard/components/dnd/DragDroppable.jsx |   7 +-
 .../components/dnd/dragDroppableConfig.js          |   3 +
 .../dashboard/components/gridComponents/Tabs.jsx   |   8 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  48 +++-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   7 +-
 .../FiltersConfigModal/Footer/Footer.tsx           |  27 +--
 .../nativeFilters/FiltersConfigModal/types.ts      |   1 +
 .../controls/DateFilterControl/DateFilterLabel.tsx |  11 +-
 .../filters/components/Time/TimeFilterPlugin.tsx   |   4 +-
 superset/charts/api.py                             |  19 +-
 superset/charts/post_processing.py                 | 260 ++++++++++-----------
 superset/models/slice.py                           |   2 +-
 superset/reports/commands/execute.py               |   4 +-
 superset/reports/notifications/slack.py            | 100 ++++----
 tests/unit_tests/charts/test_post_processing.py    | 194 ++++-----------
 17 files changed, 316 insertions(+), 395 deletions(-)