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

[superset] branch tags-fix updated (fc94e5ab2e -> 72c58322a8)

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

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


    from fc94e5ab2e fix test
     add cdc7af11bf chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 (#22964)
     add 72c58322a8 Merge branch 'master' of https://github.com/apache/superset into tags-fix

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(-)