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

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


    from c655a3e7dd chore: Updates CHANGELOG.md for 3.0.2
     new 078b78f30b fix(trino): allow impersonate_user flag to be imported 
(#25872)
     new eea6a8ed4f fix(table): Double percenting ad-hoc percentage metrics 
(#25857)
     new 6da18f8451 fix(sqllab): invalid sanitization on comparison symbol 
(#25903)
     new a7fbdd607a fix: update flask-caching to avoid breaking redis cache, 
solves #25339 (#25947)
     new e07eed10a2 fix: always denorm column value before querying values 
(#25919)
     new fb1919a483 chore(colors): Updating Airbnb brand colors (#23619)
     new 1c287dfc74 fix: naming denomalized to denormalized in helpers.py 
(#25973)
     new 1d2a564d4e fix(helm): Restart all related deployments when bootstrap 
script changed (#25703)
     new 8d873e6da6 fix(rls): Update text from tables to datasets in RLS modal 
(#25997)
     new 6201a297b4 fix: Make Select component fire onChange listener when a 
selection is pasted in (#25993)

The 10 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:
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            | 476 ++++++++++-----------
 helm/superset/templates/deployment-beat.yaml       |   1 +
 helm/superset/templates/deployment-worker.yaml     |   1 +
 requirements/base.txt                              |   7 +-
 setup.py                                           |   2 +-
 .../cypress/e2e/dashboard/editmode.test.ts         |   6 +-
 .../e2e/explore/visualizations/dist_bar.test.js    |   2 +-
 .../e2e/explore/visualizations/line.test.ts        |   2 +-
 .../src/color/colorSchemes/categorical/airbnb.ts   |  34 +-
 .../superset-ui-core/src/utils/html.test.tsx       |   3 +
 .../packages/superset-ui-core/src/utils/html.tsx   |   4 +-
 .../legacy-plugin-chart-map-box/Stories.tsx        |   2 +-
 .../plugin-chart-table/src/transformProps.ts       |   7 +-
 .../src/components/Select/AsyncSelect.test.tsx     |  14 +
 .../src/components/Select/AsyncSelect.tsx          |   1 +
 .../src/components/Select/Select.test.tsx          |  14 +
 superset-frontend/src/components/Select/Select.tsx |   1 +
 .../src/features/rls/RowLevelSecurityModal.tsx     |   4 +-
 superset/connectors/base/models.py                 |   7 -
 superset/connectors/sqla/models.py                 |  29 --
 superset/datasource/api.py                         |   4 +
 superset/models/core.py                            |   1 +
 superset/models/helpers.py                         |  56 ++-
 24 files changed, 339 insertions(+), 341 deletions(-)

Reply via email to