This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch feat/disable-controls-sections
in repository https://gitbox.apache.org/repos/asf/superset.git
from 36bccaba70 Implement ability to disable sections
add 90d79c78d2 fix(trino): Fix Trino timestamp conversion (#21737)
add ebaa94974b fix: Force configuration for SafeMarkdown component in
Handlebars (#22417)
add bb318cb137 fix: Allow empty CSS in Handlebars (#22422)
add 9f3c43f839 fix(dashboard): Update owners of dashboard list after
editing (#22383)
add ff651f92e2 Merge branch 'master' of https://github.com/apache/superset
into feat/disable-controls-sections
add a03a3374f6 Extend feature api
No new revisions were added by this update.
Summary of changes:
.../src/sections/advancedAnalytics.tsx | 15 +++++-----
.../src/sections/forecastInterval.tsx | 14 +++++----
.../superset-ui-chart-controls/src/types.ts | 3 +-
.../src/utils/disabledSectionRules.ts | 31 ++++++++------------
.../test/utils/disabledSectionRules.test.ts | 23 ++++++---------
.../src/components/ControlHeader/controlHeader.tsx | 4 +--
.../src/components/Handlebars/HandlebarsViewer.tsx | 15 +++++++++-
.../src/plugin/controls/style.tsx | 33 ++++++++++++++--------
.../src/components/Collapse/index.tsx | 5 ++++
.../components/ControlPanelSection.test.tsx | 5 +---
.../src/explore/components/ControlPanelSection.tsx | 8 ++++--
.../explore/components/ControlPanelsContainer.tsx | 5 ++--
.../src/views/CRUD/dashboard/DashboardList.tsx | 2 ++
superset/db_engine_specs/trino.py | 25 ++++++++++++++++
.../db_engine_specs/trino_tests.py | 30 ++++++++++++++++++++
15 files changed, 145 insertions(+), 73 deletions(-)