This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6b95ecda98 chore(ci): fix ephemeral env null issue number (v2) (#32221)
new e90b359d3e fix: Update 'Last modified' time when modifying RLS rules
(#32227)
new adce138484 docs: adding notes about using uv instead of raw pip
(#32239)
new 39859e0d17 fix: remove sort values on stacked totals (#31333)
new 4a298e83d7 fix: upgrade to 3.11.11-slim-bookworm to address critical
vulnerabilities (#32240)
new ed217ce903 fix(Datasource): handle undefined datasource_type in
fetchSyncedColumns (#32218)
new c7cc436b0b fix: Decimal values for Histogram bins (#32253)
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:
Dockerfile | 2 +-
UPDATING.md | 1 +
docs/docs/installation/kubernetes.mdx | 18 ++--
.../src/sections/chartTitle.tsx | 2 +-
.../superset-ui-core/src/query/getMetricLabel.ts | 24 +++--
.../src/Histogram/controlPanel.tsx | 57 +++++++++-
.../src/Histogram/transformProps.ts | 37 +++++--
.../plugin-chart-echarts/src/Histogram/types.ts | 2 +
.../src/MixedTimeseries/transformProps.ts | 13 ++-
.../src/Timeseries/transformProps.ts | 7 +-
.../plugin-chart-echarts/src/utils/series.ts | 6 +-
.../test/Timeseries/transformProps.test.ts | 34 ++++--
.../plugin-chart-echarts/test/utils/series.test.ts | 118 +++++++++++++++++++++
.../src/components/Datasource/utils.js | 2 +-
superset/row_level_security/schemas.py | 2 +-
superset/utils/pandas_postprocessing/histogram.py | 3 +-
.../pandas_postprocessing/test_histogram.py | 48 +++++----
17 files changed, 301 insertions(+), 75 deletions(-)