This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 7a7fa748f5 fix: remove unused file (#24946)
new 5d8c65ae6f fix(charts): View in SQL Lab with relevant perm (#24903)
new ff2ec23102 fix: calls to `_get_sqla_engine` (#24953)
new 52319201f9 chore: rate limit requests (#24324)
new 5c931b1951 fix: Tooltips don't disappear on the Heatmap chart (#24959)
new dd53b334d6 fix: Duplicated options in Select when using numerical
values (#24906)
new 4b07b5d628 feat: Adds options to show subtotals in Pivot Table (#24960)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cypress-base/cypress/e2e/dashboard/utils.ts | 2 +-
.../cypress/e2e/explore/advanced_analytics.test.ts | 1 +
.../src/ReactHeatmap.jsx | 7 +-
.../src/PivotTableChart.tsx | 6 +
.../src/plugin/controlPanel.tsx | 24 ++++
.../src/plugin/transformProps.ts | 4 +
.../src/react-pivottable/TableRenderers.jsx | 4 +-
.../plugins/plugin-chart-pivot-table/src/types.ts | 2 +
.../test/plugin/buildQuery.test.ts | 2 +
.../src/components/Select/AsyncSelect.stories.tsx | 34 ------
.../src/components/Select/AsyncSelect.test.tsx | 63 +++++++---
.../src/components/Select/AsyncSelect.tsx | 75 +++++++-----
.../src/components/Select/Select.stories.tsx | 5 +
.../src/components/Select/Select.test.tsx | 135 +++++++++++++++------
superset-frontend/src/components/Select/Select.tsx | 96 +++++++++------
.../src/dashboard/util/permissionUtils.test.ts | 51 +++++---
.../src/dashboard/util/permissionUtils.ts | 17 ++-
.../DatasourceControl/DatasourceControl.test.tsx | 2 +-
.../controls/DatasourceControl/index.jsx | 4 +-
superset-frontend/src/pages/Home/Home.test.tsx | 2 +-
superset-frontend/src/pages/Home/index.tsx | 8 +-
superset/config.py | 14 +++
superset/dashboards/api.py | 2 +-
superset/db_engine_specs/trino.py | 7 +-
.../migrations/shared/migrate_viz/processors.py | 1 +
superset/models/core.py | 51 ++++----
superset/models/dashboard.py | 3 +-
superset/utils/dashboard_import_export.py | 4 +-
superset/views/dashboard/views.py | 2 +-
tests/integration_tests/celery_tests.py | 5 +-
tests/integration_tests/charts/data/api_tests.py | 7 +-
tests/integration_tests/model_tests.py | 3 +-
tests/integration_tests/superset_test_config.py | 2 +
.../migrations/viz/pivot_table_v1_v2_test.py | 1 +
34 files changed, 422 insertions(+), 224 deletions(-)