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 890bf59ce4 chore: Updates 3.0.1 CHANGELOG
     new d7cbdca081 fix(sqllab): Mistitled for new tab after rename (#25523)
     new 701ee30d1e fix(sqllab): template validation error within comments 
(#25626)
     new ec3bed709e fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE 
(#25553)
     new af1e71352a fix(import): Make sure query context is overwritten for 
overwriting imports (#25493)
     new 236aef8126 fix: permalink save/overwrites in explore (#25112)
     new b95ff2da23 fix(header navlinks): link navlinks to path prefix (#25495)
     new b0f229ea7e fix: improve upload ZIP file validation (#25658)
     new b380495516 fix: warning of nth-child (#23638)
     new 293568ad5a fix(dremio): Fixes issue with Dremio SQL generation for 
Charts with Series Limit (#25657)

The 9 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/ReactParallelCoordinates.jsx               |  2 +-
 .../legacy-preset-chart-nvd3/src/ReactNVD3.jsx     |  2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     | 17 +++++--
 .../src/SqlLab/actions/sqlLab.test.js              | 22 ++++++---
 .../components/SaveDatasetActionButton/index.tsx   |  2 +-
 .../src/components/ButtonGroup/index.tsx           |  6 +--
 .../src/components/DropdownButton/index.tsx        |  2 +-
 .../components/DropdownSelectableIcon/index.tsx    |  2 +-
 .../src/explore/components/SaveModal.test.jsx      | 35 ++++++++++++-
 .../src/explore/components/SaveModal.tsx           | 23 ++++++---
 superset-frontend/src/features/home/Menu.test.tsx  |  6 ++-
 superset-frontend/src/features/home/Menu.tsx       | 30 +++++++++++-
 superset/charts/commands/importers/v1/__init__.py  |  2 +-
 superset/commands/importers/v1/assets.py           |  2 +-
 superset/commands/importers/v1/utils.py            |  2 +
 superset/config.py                                 |  5 ++
 .../dashboards/commands/importers/v1/__init__.py   |  2 +-
 superset/db_engine_specs/dremio.py                 |  2 -
 superset/sqllab/query_render.py                    |  4 +-
 superset/utils/core.py                             | 19 ++++++++
 superset/views/sql_lab/views.py                    |  6 ++-
 tests/integration_tests/core_tests.py              | 35 +++++++++++++
 tests/integration_tests/sqllab_tests.py            |  7 +++
 tests/unit_tests/utils/test_core.py                | 57 ++++++++++++++++++++++
 24 files changed, 254 insertions(+), 38 deletions(-)

Reply via email to