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 e5ce25d91d chore: Adds 3.0.3 RC2 data to CHANGELOG.md
new d5a5d5f388 fix(typings): model_id is a multiple option (#25967)
new ad23deb373 chore: update changelog for 2.1.3 (#26287)
new 9a63b6b32d chore: Disables minor ticks by default (#26310)
new f360a59f2c fix(sql lab): Use quote_schema instead of quote method to
format schema name (#26281)
new 05bf190d87 fix(redshift): convert_dttm method for redshift dataset and
tests (#26283)
new 0e9cbd4f00 chore: Adds a tooltip for the alert's SQL input (#26317)
new 71bf15e870 fix(dashboard): Don't switch to first tab when
directPathToChild changes (#26340)
new 643cb9df2b fix(accessibility): Enable tabbing on sort header of table
chart (#26326)
new a679237c36 fix(logging): Add logging of change_dashboard_filter event
for native dashboard filters (#26333)
new aaa458bf9d chore(Embedded): Avoid creating a filter key for guest
users (#26312)
new 5de0ef904e fix(chart): Set max row limit + removed the option to use
an empty row limit value (#26151)
The 11 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:
CHANGELOG.md | 43 ++++++++++++++++++++++
.../superset-ui-chart-controls/src/constants.ts | 2 +
.../src/shared-controls/sharedControls.tsx | 10 ++++-
.../superset-ui-core/src/validator/index.ts | 1 +
.../src/validator/validateMaxValue.ts | 8 ++++
...dateNumber.test.ts => validateMaxValue.test.ts} | 31 ++++++++--------
.../src/MixedTimeseries/controlPanel.tsx | 2 +
.../src/MixedTimeseries/transformProps.ts | 6 ++-
.../src/MixedTimeseries/types.ts | 1 +
.../src/Timeseries/Area/controlPanel.tsx | 2 +
.../src/Timeseries/Regular/Bar/controlPanel.tsx | 2 +
.../src/Timeseries/Regular/Line/controlPanel.tsx | 2 +
.../Timeseries/Regular/Scatter/controlPanel.tsx | 2 +
.../Timeseries/Regular/SmoothLine/controlPanel.tsx | 2 +
.../src/Timeseries/Step/controlPanel.tsx | 2 +
.../src/Timeseries/transformProps.ts | 4 +-
.../plugin-chart-echarts/src/Timeseries/types.ts | 1 +
.../plugins/plugin-chart-echarts/src/controls.tsx | 11 ++++++
.../plugins/plugin-chart-table/src/TableChart.tsx | 13 +++++++
.../DashboardBuilder/DashboardContainer.tsx | 13 ++++---
.../dashboard/components/DashboardBuilder/utils.ts | 13 -------
.../components/nativeFilters/FilterBar/index.tsx | 13 ++++++-
.../src/features/alerts/AlertReportModal.tsx | 14 ++++---
superset/cli/thumbnails.py | 8 ++--
superset/db_engine_specs/base.py | 3 +-
superset/db_engine_specs/postgres.py | 26 ++++++-------
superset/db_engine_specs/redshift.py | 6 ++-
.../{test_hana.py => test_redshift.py} | 8 +++-
28 files changed, 182 insertions(+), 67 deletions(-)
create mode 100644
superset-frontend/packages/superset-ui-core/src/validator/validateMaxValue.ts
copy
superset-frontend/packages/superset-ui-core/test/validator/{validateNumber.test.ts
=> validateMaxValue.test.ts} (54%)
copy tests/unit_tests/db_engine_specs/{test_hana.py => test_redshift.py} (82%)