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:00 UTC

[superset] 01/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 01a45dedc9f415fb9f5f1abc197e407298e4a62b
Merge: af5e3d3 3b9b2c9
Author: hughhhh <hu...@gmail.com>
AuthorDate: Thu Jul 29 16:43:10 2021 -0400

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

 docs/.asf.yaml                                     |  22 ++
 docs/package.json                                  |   2 +-
 requirements/base.txt                              |   2 +
 setup.cfg                                          |   2 +-
 setup.py                                           |   1 +
 superset-frontend/src/common/components/index.tsx  |   6 +-
 .../src/components/ListViewCard/index.tsx          |   7 +-
 .../src/dashboard/components/Dashboard.jsx         |   5 +
 .../DashboardBuilder/DashboardBuilder.tsx          |  17 +-
 .../src/views/CRUD/chart/ChartCard.tsx             |   2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  39 ++-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |   5 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  39 ++-
 .../data/database/DatabaseModal/ModalHeader.tsx    |   1 +
 superset-frontend/src/views/CRUD/utils.tsx         |  86 ++---
 .../src/views/CRUD/welcome/ActivityTable.tsx       |  48 +--
 .../src/views/CRUD/welcome/ChartTable.tsx          |  40 +--
 .../src/views/CRUD/welcome/DashboardTable.tsx      |  16 +-
 .../src/views/CRUD/welcome/EmptyState.tsx          |  10 +-
 .../src/views/CRUD/welcome/SavedQueries.tsx        |  13 +-
 .../src/views/CRUD/welcome/Welcome.test.tsx        |   4 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |  53 +--
 superset/charts/post_processing.py                 | 123 ++++++-
 superset/initialization/__init__.py                |  50 +--
 superset/reports/commands/execute.py               |   4 +-
 superset/reports/notifications/base.py             |   4 +-
 superset/reports/notifications/email.py            |  14 +-
 superset/reports/notifications/slack.py            |  46 ++-
 tests/integration_tests/reports/commands_tests.py  |  58 +++-
 tests/unit_tests/charts/__init__.py                |  16 +
 tests/unit_tests/charts/test_post_processing.py    | 366 +++++++++++++++++++++
 31 files changed, 868 insertions(+), 233 deletions(-)