This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from 31bb9a690a chore: Adds 3.1.0 RC3 data to CHANGELOG.md
new dd68c6e2e5 fix(typings): model_id is a multiple option (#25967)
new ba9eef0407 chore: update changelog for 2.1.3 (#26287)
new 9c109700ff chore: Disables minor ticks by default (#26310)
new b5cb3ec13c chore: Use WEBDRIVER_OPTION_ARGS with Playwright (#26315)
new 57155fdfc7 fix(sql lab): Use quote_schema instead of quote method to
format schema name (#26281)
new c19447ee88 fix(redshift): convert_dttm method for redshift dataset and
tests (#26283)
new ba4319472d chore: Add downloadAsImage types, change filter selector
(#26297)
new 5b6e9abf00 chore: Adds a tooltip for the alert's SQL input (#26317)
new 7b969c9450 fix(dashboard): Don't switch to first tab when
directPathToChild changes (#26340)
new 4a8727d8d0 fix(tagging): adding tags containing a “:” to dashboards
(#26324)
new b1b2b57df2 fix(accessibility): Enable tabbing on sort header of table
chart (#26326)
new 5249815fbf fix(logging): Add logging of change_dashboard_filter event
for native dashboard filters (#26333)
new 1c77945980 chore(Embedded): Avoid creating a filter key for guest
users (#26312)
new 3dad685b6e fix(chart): Set max row limit + removed the option to use
an empty row limit value (#26151)
The 14 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-frontend/package-lock.json | 25 ++++++++++---
superset-frontend/package.json | 1 +
.../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-frontend/src/pages/Tags/index.tsx | 2 +-
superset-frontend/src/types/dom-to-image-more.d.ts | 18 +--------
superset-frontend/src/utils/downloadAsImage.ts | 7 ++--
superset/cli/thumbnails.py | 8 ++--
superset/daos/tag.py | 14 +------
superset/db_engine_specs/base.py | 3 +-
superset/db_engine_specs/postgres.py | 26 ++++++-------
superset/db_engine_specs/redshift.py | 6 ++-
superset/tags/models.py | 3 +-
superset/utils/webdriver.py | 3 +-
tests/integration_tests/tags/dao_tests.py | 28 +++++++-------
.../{test_hana.py => test_redshift.py} | 8 +++-
37 files changed, 226 insertions(+), 124 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%)