This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from b31595a533 fix: Revert "feat(trino): Add functionality to upload data
(#29164)" (#31151)
add caaf5bff54 fix: Remove unwanted commit on Trino's handle_cursor
(#31154)
add e151dda5c4 fix: check orderby (#31156)
add 15740f8e81 fix(Dashboard): Backward compatible shared_label_colors
field (#31163)
add 43fe5cae7b fix: Time-series Line Chart Display unnecessary total
(#31181)
add fd7f1d3052 fix: x axis title disappears when editing bar chart (#30821)
add bb9ddc28a9 fix(Databricks): Escape catalog and schema names in
pre-queries (#31199)
No new revisions were added by this update.
Summary of changes:
.../superset-ui-chart-controls/src/types.ts | 1 +
.../src/Timeseries/Regular/Bar/controlPanel.tsx | 24 +++
.../src/Timeseries/transformProps.ts | 17 +-
.../plugin-chart-echarts/src/Timeseries/types.ts | 2 +
.../plugins/plugin-chart-echarts/src/controls.tsx | 31 +++
.../src/dashboard/actions/dashboardState.js | 14 +-
.../components/SyncDashboardState/index.tsx | 5 +-
.../src/dashboard/containers/Chart.jsx | 5 +-
.../explore/components/ControlPanelsContainer.tsx | 4 +-
superset-frontend/src/utils/colorScheme.ts | 18 +-
superset/dashboards/schemas.py | 26 ++-
superset/db_engine_specs/databricks.py | 2 +
superset/db_engine_specs/trino.py | 2 -
superset/security/manager.py | 2 +-
.../unit_tests/db_engine_specs/test_databricks.py | 22 +-
tests/unit_tests/security/manager_test.py | 233 +++++++++++++++++++--
16 files changed, 362 insertions(+), 46 deletions(-)