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 69c2378747 fix(RLS): Fix Info Tooltip + Button Alignment on RLS Modal
(#25400)
new 53b84b9664 fix: thubmnails loading - Talisman default config (#25486)
new 254cc36b17 fix(Presto): catch DatabaseError when testing Presto views
(#25559)
new 732c5b1f08 fix(Charts): Set max row limit + removed the option to use
an empty row limit value (#25579)
new a0b2dc4266 fix(window): unavailable localStorage and sessionStorage
(#25599)
new c44f1a3299 fix: finestTemporalGrainFormatter (#25618)
new cd1b7a4c06 fix: revert fix(sqllab): Force trino client async execution
(#24859) (#25541)
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/shared-controls/sharedControls.tsx | 9 +-
.../superset-ui-core/src/validator/index.ts | 1 +
.../src/validator/validateMaxValue.ts | 8 ++
...ateInteger.test.ts => validateMaxValue.test.ts} | 22 ++---
.../src/SqlLab/reducers/getInitialState.js | 102 +++++++++++----------
superset-frontend/src/SqlLab/reducers/sqlLab.js | 49 ++++++----
.../explore/components/DatasourcePanel/index.tsx | 14 ++-
.../src/explore/components/SaveModal.tsx | 19 +++-
.../components/Select/SelectFilterPlugin.tsx | 4 +-
superset-frontend/src/hooks/useTabId.ts | 23 ++++-
superset/config.py | 4 +-
superset/db_engine_specs/base.py | 18 ----
superset/db_engine_specs/presto.py | 6 +-
superset/db_engine_specs/trino.py | 66 ++-----------
superset/sql_lab.py | 7 +-
.../db_engine_specs/presto_tests.py | 4 +-
tests/unit_tests/db_engine_specs/test_trino.py | 31 +------
tests/unit_tests/sql_lab_test.py | 10 +-
18 files changed, 183 insertions(+), 214 deletions(-)
create mode 100644
superset-frontend/packages/superset-ui-core/src/validator/validateMaxValue.ts
copy
superset-frontend/packages/superset-ui-core/test/validator/{validateInteger.test.ts
=> validateMaxValue.test.ts} (63%)