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 24e7be605b chore: Adds 3.1.1 RC1 data to CHANGELOG.md
new a57358ec49 fix: Timeseries Y-axis format with contribution mode
(#27106)
new 8819157336 fix: upgrade cryptography to major 42 (#27113)
new f5dc821f3d fix: bump grpcio, urllib3 and paramiko (#27124)
new 02d754e7c8 fix: gevent upgrade to 23.9.1 (#27112)
new c743822031 fix: RLS modal overflow (#27128)
new c94a4609bb fix(pivot-table-v2): Added forgotten translation pivot
table v2 (#22840)
new 0308095a22 chore: lower cryptography min version to 41.0.2 (#27129)
new 7ab62e1aaa fix: Plain error message when visiting a dashboard via
permalink without permissions (#27132)
new c839c5734a fix: Duplicated toast messages (#27135)
new 4b56670aa2 feat: bump FAB to 4.4.0 (#27159)
new 7b589878b7 fix: unlock and bump werkzeug (#27164)
new 1382aa6f39 fix: CSRF exempt unit_tests (#27168)
new 0eec53ad96 fix(sqllab): typeahead search is broken in db selector
(#27181)
new 5ac4d830f0 fix: Failed to execute importScripts on worker-css (#27191)
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:
.github/workflows/superset-python-unittest.yml | 14 +++-
requirements/base.txt | 31 +++-----
requirements/development.txt | 2 -
requirements/docker.txt | 2 +-
requirements/integration.txt | 6 --
requirements/testing.txt | 8 +-
setup.py | 7 +-
.../src/number-format/NumberFormats.ts | 6 +-
.../legacy-plugin-chart-heatmap/src/Heatmap.js | 2 +-
.../src/MixedTimeseries/transformProps.ts | 2 +
.../src/Timeseries/transformProps.ts | 4 +-
.../plugin-chart-echarts/src/utils/formatters.ts | 11 ++-
.../test/utils/formatters.test.ts} | 31 +++-----
.../src/react-pivottable/TableRenderers.jsx | 6 +-
.../src/SqlLab/reducers/getInitialState.ts | 4 -
.../src/components/AsyncAceEditor/index.tsx | 4 +
.../DatabaseSelector/DatabaseSelector.test.tsx | 26 +++++++
.../src/components/DatabaseSelector/index.tsx | 4 +-
.../MessageToasts/getToastsFromPyFlashMessages.js | 40 ----------
.../getToastsFromPyFlashMessages.test.js | 48 ------------
.../src/dashboard/components/Dashboard.jsx | 2 -
.../src/dashboard/components/Dashboard.test.jsx | 1 -
.../FilterBarSettings/FilterBarSettings.test.tsx | 1 -
.../src/dashboard/containers/Dashboard.ts | 1 -
superset-frontend/src/dashboard/types.ts | 1 -
.../src/features/rls/RowLevelSecurityModal.tsx | 88 ++++++++++------------
superset-frontend/src/features/rls/constants.ts | 2 +-
.../index.ts => src/types/ace-builds.ts} | 3 +-
superset-frontend/webpack.config.js | 4 +
superset/views/core.py | 6 +-
tests/integration_tests/async_events/api_tests.py | 4 +-
tests/integration_tests/charts/data/api_tests.py | 2 +-
tests/unit_tests/security/api_test.py | 6 +-
33 files changed, 157 insertions(+), 222 deletions(-)
copy
superset-frontend/{packages/superset-ui-core/test/query/getColumnLabel.test.ts
=> plugins/plugin-chart-echarts/test/utils/formatters.test.ts} (56%)
delete mode 100644
superset-frontend/src/components/MessageToasts/getToastsFromPyFlashMessages.js
delete mode 100644
superset-frontend/src/components/MessageToasts/getToastsFromPyFlashMessages.test.js
copy
superset-frontend/{packages/superset-ui-core/src/hooks/useChangeEffect/index.ts
=> src/types/ace-builds.ts} (93%)