This is an automated email from the ASF dual-hosted git repository.
diegomedina24 pushed a change to branch
dm/chore/migrate-user-fav-slices-to-api-v1
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3b2d72d47a improvements
add 68f537de74 improvements
No new revisions were added by this update.
Summary of changes:
.../AnnotationLayerControl/AnnotationLayer.jsx | 66 +++++++-----
.../AnnotationLayer.test.tsx | 6 +-
.../src/profile/components/Favorites.tsx | 38 ++++---
superset-frontend/src/profile/types.ts | 9 ++
superset/charts/api.py | 54 ++--------
superset/charts/commands/get_slices.py | 67 ------------
superset/charts/dao.py | 39 +------
superset/charts/filters.py | 41 +++++++
superset/charts/schemas.py | 23 ----
superset/models/helpers.py | 11 ++
superset/models/slice.py | 6 ++
tests/integration_tests/charts/api_tests.py | 37 ++++---
tests/integration_tests/charts/commands_tests.py | 119 +--------------------
tests/unit_tests/charts/dao/dao_tests.py | 65 -----------
14 files changed, 166 insertions(+), 415 deletions(-)
delete mode 100644 superset/charts/commands/get_slices.py