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 38bc2d3b02 fix: Inoperable dashboard filter slider when range is <= 1
(#27271)
new 254f1ae512 fix: Navigating to an invalid page index in lists (#27273)
new e80179a056 fix: Data zoom with horizontal orientation (#27291)
new 22e3419e36 fix: Incorrect data type on import page (#27307)
new c39e16e624 fix(plugin-chart-echarts): calculate Gauge Chart intervals
correctly when min value is set (#27285)
new da6a25780e fix(sqllab): invalid dump sql shown after closing tab
(#27295)
new 176f8b513c chore: bump cryptography minimum to 42.0.4 (#27281)
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:
requirements/base.txt | 2 +-
setup.py | 3 +-
.../src/Gauge/transformProps.ts | 13 ++--
.../src/Timeseries/transformProps.ts | 2 +-
.../src/Timeseries/transformers.ts | 7 +-
.../test/Gauge/transformProps.test.ts | 54 +++++++++++++++-
.../SqlLab/components/SqlEditor/SqlEditor.test.tsx | 43 ++++++++++++-
.../src/SqlLab/components/SqlEditor/index.tsx | 28 +++++++-
.../src/SqlLab/reducers/getInitialState.ts | 2 +-
superset-frontend/src/SqlLab/reducers/sqlLab.js | 5 +-
.../src/SqlLab/reducers/sqlLab.test.js | 19 ++++++
.../src/components/ListView/ListView.test.tsx | 74 ++++++++++++++++++++++
.../src/components/ListView/ListView.tsx | 8 ++-
superset/views/database/forms.py | 3 +-
14 files changed, 239 insertions(+), 24 deletions(-)
create mode 100644 superset-frontend/src/components/ListView/ListView.test.tsx