This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch enxdev/fix/save-chart-info-icon-alignment
in repository https://gitbox.apache.org/repos/asf/superset.git
from be92d413a25 adress comments
add c59d0a73d47 fix: Prevent table rows from overlapping pagination in
table view (#37174)
add ae8d671fea3 fix(sql): fix sql suggestions (#37699)
add c41942a38ad chore(deps): Upgrade sqlglot from 27.15.2 to 28.10.0
(#37841)
add 76aa91f5ea2 fix(deps): pin `react-error-boundary` to 6.0.0 for React
17 peer dep constraint (#37706)
add 7ec5f1d7ecf fix(native-filters): Filters with select first value not
restored correctly from url (#37855)
add b98b34a60f5 refactor: Make extensions contribution schema consistent
(#37856)
add 6a6b9b53864 chore: Bump core packages (0.0.1rc11, 0.0.1rc4) (#37860)
add 1388a628230 fix(filters): fix filter / customization name not updating
in sidebar in real time (#37358)
add 39ac96817a8 fix(helm): Add default initContainer resources (#37637)
add 4eb8fc814a9 chore(deps-dev): bump @types/node from 25.2.2 to 25.2.3 in
/superset-websocket (#37846)
add 7d4a7f113c4 chore(deps-dev): bump webpack from 5.105.0 to 5.105.1 in
/docs (#37849)
add 7e5ca83220e chore(deps-dev): bump @types/node from 25.2.2 to 25.2.3 in
/superset-frontend (#37851)
add 9a79dbf4457 fix(docs): make page size selector work in database table
(#37863)
add 69c679be20a fix(explore): Don't show unsaved changes modal on new
charts (#37714)
add 78e4335008d Merge branch 'master' of
https://github.com/apache/superset into
enxdev/fix/save-chart-info-icon-alignment
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 2 +
.../extensions/contribution-types.md | 54 ++++----
docs/developer_portal/extensions/development.md | 14 +-
.../extensions/extension-points/sqllab.md | 54 ++++----
docs/developer_portal/extensions/quick-start.md | 14 +-
docs/package.json | 2 +-
docs/src/components/databases/DatabaseIndex.tsx | 2 +-
docs/yarn.lock | 57 +-------
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 2 +-
helm/superset/values.yaml | 30 +++++
pyproject.toml | 2 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
superset-core/pyproject.toml | 4 +-
.../src/superset_core/extensions/types.py | 28 +++-
superset-frontend/package-lock.json | 12 +-
superset-frontend/package.json | 2 +-
.../packages/superset-core/package.json | 2 +-
.../superset-core/src/api/contributions.ts | 51 ++++++--
.../packages/superset-ui-core/package.json | 2 +-
.../SqlLab/components/AppLayout/AppLayout.test.tsx | 5 +-
.../src/SqlLab/components/AppLayout/index.tsx | 6 +-
.../src/SqlLab/components/QueryHistory/index.tsx | 4 +-
.../src/SqlLab/components/ResultSet/index.tsx | 4 +-
.../src/SqlLab/components/SouthPane/index.tsx | 6 +-
.../SqlLab/components/SqlEditorTopBar/index.tsx | 4 +-
.../src/SqlLab/components/StatusBar/index.tsx | 6 +-
.../SqlLab/components/TableExploreTree/index.tsx | 4 +-
superset-frontend/src/SqlLab/contributions.ts | 41 ++++--
.../Chart/DrillBy/useResultsTableView.test.ts | 48 +++++++
.../Chart/DrillBy/useResultsTableView.tsx | 5 +-
.../ViewListExtension/ViewListExtension.test.tsx | 27 ++--
.../ConfigModalSidebar/ConfigModalSidebar.tsx | 13 +-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 39 ++++++
.../FiltersConfigModal/FiltersConfigModal.tsx | 18 ++-
.../components/SingleQueryResultPane.tsx | 5 +-
.../src/explore/components/DataTablesPane/types.ts | 1 +
.../ExploreChartHeader/ExploreChartHeader.test.tsx | 143 +++++++++++++++++++++
.../components/ExploreChartHeader/index.tsx | 12 +-
.../ColumnSelectPopover.test.tsx | 71 ++++++++++
.../DndColumnSelectControl/ColumnSelectPopover.tsx | 4 +-
.../AdhocFilterEditPopoverSqlTabContent/index.tsx | 4 +-
.../src/extensions/ExtensionsManager.test.ts | 36 +++---
.../src/extensions/ExtensionsManager.ts | 31 +++--
.../components/Select/SelectFilterPlugin.test.tsx | 118 +++++++++++++++++
.../components/Select/SelectFilterPlugin.tsx | 5 -
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/sql/dialects/pinot.py | 2 +
superset/sql/parse.py | 10 +-
tests/unit_tests/sql/parse_tests.py | 17 +++
52 files changed, 805 insertions(+), 240 deletions(-)