This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 5da20f449d fix(migration): Catch DatabaseError to avoid migration
crash with MySQL 8.0 (#21679)
add 3057e4270c feat: deprecate created_slices API endpoint (#21664)
No new revisions were added by this update.
Summary of changes:
.../src/profile/components/CreatedContent.tsx | 41 +++++++++++++++-------
superset-frontend/src/types/bootstrapTypes.ts | 10 ++++++
superset/charts/api.py | 4 ++-
superset/charts/filters.py | 16 +++++++++
superset/dashboards/filters.py | 2 +-
superset/views/core.py | 5 +++
tests/integration_tests/charts/api_tests.py | 40 +++++++++++++++++++++
tests/integration_tests/dashboards/api_tests.py | 38 +++++++++++++-------
tests/integration_tests/model_tests.py | 4 ++-
9 files changed, 132 insertions(+), 28 deletions(-)