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 2023/04/03 17:29:14 UTC

[superset] branch master updated (13ffb4b7c2 -> cdc7af11bf)

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

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


    from 13ffb4b7c2 fix(plugin-chart-table): Include time control (#23533)
     add cdc7af11bf chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 (#22964)

No new revisions were added by this update.

Summary of changes:
 docs/static/resources/openapi.json                 | 30 ++++++++++
 .../AnnotationLayerControl/AnnotationLayer.jsx     | 66 +++++++++++++---------
 .../AnnotationLayer.test.tsx                       |  8 ++-
 .../src/profile/components/Favorites.tsx           | 31 +++++++---
 superset-frontend/src/profile/types.ts             |  9 +++
 superset/charts/api.py                             | 12 +++-
 superset/charts/filters.py                         | 43 +++++++++++++-
 superset/constants.py                              |  1 +
 superset/models/helpers.py                         | 11 ++++
 superset/models/slice.py                           |  6 ++
 superset/views/core.py                             |  2 +
 tests/integration_tests/charts/api_tests.py        | 28 ++++++++-
 tests/integration_tests/charts/commands_tests.py   |  2 +-
 tests/unit_tests/charts/dao/dao_tests.py           |  2 +-
 14 files changed, 208 insertions(+), 43 deletions(-)