This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 17b5367ee3 fix(explore): hide advanced analytics for non temporal 
xaxis (#28312)
     new 0c6fdc5560 fix: Scroll to top when selecting a global dashboard tab 
(#28386)
     new ad2db084c8 fix: Contribution percentages for ECharts plugins (#28368)
     new 8bf84e5bf6 fix: type annotation breaking on py3.9 (#28396)
     new 44239616c1 fix(dashboard): Change class name on last Droppable in a 
column (#28395)
     new 59673695ac fix(ar-modal): updateNotificationSettings not updating 
state (#28409)
     new 804ecf48d2 fix: Update migration logic in #27119 (#28422)

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:
 .../src/operators/contributionOperator.ts          |   3 +-
 .../src/Timeseries/buildQuery.ts                   |  10 +-
 .../src/dashboard/actions/dashboardState.js        |   5 -
 .../DashboardBuilder/DashboardBuilder.tsx          |   1 +
 .../dashboard/components/gridComponents/Column.jsx |   2 +-
 .../src/dashboard/reducers/dashboardState.js       |   7 --
 .../src/dashboard/reducers/dashboardState.test.ts  |  14 +--
 .../src/features/alerts/AlertReportModal.tsx       |   8 +-
 superset/migrations/shared/utils.py                |  33 +++++--
 ...14-43_17fcea065655_change_text_to_mediumtext.py |  48 +++++----
 superset/models/sql_lab.py                         |  14 ++-
 superset/utils/core.py                             |   6 +-
 .../utils/pandas_postprocessing/contribution.py    | 109 ++++++++++++++++++---
 .../pandas_postprocessing/test_contribution.py     |  86 ++++++++++++----
 14 files changed, 249 insertions(+), 97 deletions(-)

Reply via email to