You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2021/12/21 19:16:28 UTC

[superset] branch 1.4 updated (70228ad -> 706ca5d)

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

elizabeth pushed a change to branch 1.4
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 70228ad  fix(dashboard): commit update once (#17781)
     add 706ca5d  feat: Certify Charts and Dashboards (#17335)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/components/ListView/types.ts |   2 +
 .../src/components/ListViewCard/index.tsx          |  17 ++-
 .../src/dashboard/components/Header/index.jsx      |   9 ++
 .../PropertiesModal/PropertiesModal.test.tsx       |  37 +++++-
 .../src/explore/components/ExploreChartHeader.jsx  |  32 ++++--
 .../PropertiesModal/PropertiesModal.test.tsx       |  30 ++++-
 .../explore/components/PropertiesModal/index.tsx   | 125 ++++++++++++++-------
 superset-frontend/src/types/Chart.ts               |   4 +
 .../src/views/CRUD/chart/ChartCard.tsx             |   2 +
 .../src/views/CRUD/chart/ChartList.tsx             |  28 ++++-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |   2 +
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  38 ++++++-
 superset-frontend/src/views/CRUD/hooks.ts          |   2 +
 superset-frontend/src/views/CRUD/types.ts          |   2 +
 superset/charts/api.py                             |  13 ++-
 superset/charts/filters.py                         |  18 ++-
 superset/charts/schemas.py                         |  12 ++
 superset/dashboards/api.py                         |   7 +-
 superset/dashboards/filters.py                     |  16 +++
 superset/dashboards/schemas.py                     |  12 ++
 ...53b_add_certifications_columns_to_dashboard.py} |  23 ++--
 ...149153d_add_certifications_columns_to_slice.py} |  23 ++--
 superset/models/dashboard.py                       |   4 +
 superset/models/slice.py                           |   4 +
 tests/integration_tests/charts/api_tests.py        |  63 ++++++++++-
 tests/integration_tests/dashboards/api_tests.py    |  40 +++++++
 tests/integration_tests/insert_chart_mixin.py      |   4 +
 27 files changed, 481 insertions(+), 88 deletions(-)
 copy superset/migrations/versions/{d6ffdf31bdd4_add_published_column_to_dashboards.py => aea15018d53b_add_certifications_columns_to_dashboard.py} (69%)
 copy superset/migrations/versions/{030c840e3a1c_add_query_context_to_slices.py => f9847149153d_add_certifications_columns_to_slice.py} (68%)