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 c35842e9f1 chore: Adds 4.0.0 RC2 data to CHANGELOG.md
new 026c75e018 fix(dashboard): missing null check in error extra (#27845)
new 54942e2eaa fix: row limits & row count labels are confusing (#27700)
new a39971abcd chore(sql_parse): Strip leading/trailing whitespace in
Jinja macro extraction (#27842)
new 40fdbd1d05 chore(sql_parse): Provide more meaningful SQLGlot errors
(#27858)
new 1b7f599107 chore: Default to engine specification regarding using
wildcard (#27843)
new 300669f1e7 fix(bar-chart): change legend padding for horizontal
orientation (#27883)
new 899cd0eda8 chore(sqllab): Do not strip comments when executing SQL
statements (#27725)
new ecc6ced4d4 fix(Dashboard): Add border to row when hovering HoverMenu
in edit mode (#27593)
new cb39fcd67d fix: add mariadb engine spec same as MySQL (#27919)
new b1d355e52b fix(frontend): allow "constructor" property in response
data (#25407)
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:
.../src/connection/callApi/parseResponse.ts | 6 +++-
.../src/query/types/QueryResponse.ts | 1 +
.../test/connection/callApi/parseResponse.test.ts | 12 +++++--
.../src/Timeseries/transformers.ts | 13 ++++++--
.../plugins/plugin-chart-table/test/testData.ts | 1 +
.../Chart/DrillBy/useResultsTableView.tsx | 2 ++
.../ErrorMessage/DatabaseErrorMessage.test.tsx | 9 +++++-
.../ErrorMessage/DatabaseErrorMessage.tsx | 4 +--
.../src/components/FilterableTable/index.tsx | 7 +++-
.../DashboardBuilder/DashboardBuilder.tsx | 5 +++
.../dashboard/components/gridComponents/Row.jsx | 16 ++++++++--
.../dashboard/components/menu/HoverMenu.test.tsx | 16 +++++++++-
.../src/dashboard/components/menu/HoverMenu.tsx | 19 +++++++++++
.../src/explore/components/ChartPills.tsx | 2 +-
.../components/DataTableControl/RowCount.test.tsx | 36 ---------------------
.../explore/components/DataTableControl/index.tsx | 9 ------
.../components/DataTableControls.tsx | 5 +--
.../DataTablesPane/components/SamplesPane.tsx | 4 +++
.../components/SingleQueryResultPane.tsx | 2 ++
.../DataTablesPane/components/useResultsPane.tsx | 3 +-
.../DataTablesPane/test/DataTablesPane.test.tsx | 5 +++
.../test/ResultsPaneOnDashboard.test.tsx | 4 +++
.../DataTablesPane/test/SamplesPane.test.tsx | 2 ++
.../src/explore/components/DataTablesPane/types.ts | 2 ++
.../RowCountLabel/RowCountLabel.test.tsx | 2 +-
.../src/explore/components/RowCountLabel/index.tsx | 10 ++++--
superset/common/query_actions.py | 2 ++
superset/common/query_context_processor.py | 1 +
superset/common/utils/query_cache_manager.py | 5 +++
superset/databases/api.py | 2 +-
superset/databases/utils.py | 1 -
.../entry.py => db_engine_specs/mariadb.py} | 8 ++---
superset/models/helpers.py | 1 +
superset/sql_lab.py | 1 -
superset/sql_parse.py | 18 ++++++++---
superset/views/core.py | 2 ++
superset/viz.py | 2 ++
tests/integration_tests/databases/api_tests.py | 4 +--
tests/integration_tests/sqllab_tests.py | 37 ++++++++++++----------
tests/unit_tests/sql_parse_tests.py | 13 +++++---
40 files changed, 195 insertions(+), 99 deletions(-)
delete mode 100644
superset-frontend/src/explore/components/DataTableControl/RowCount.test.tsx
copy superset/{commands/temporary_cache/entry.py =>
db_engine_specs/mariadb.py} (83%)