This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch feat/datasets-folders in repository https://gitbox.apache.org/repos/asf/superset.git
commit e47e1dd2b25489043a4211c1ee7d04214863ef3a Merge: 964553bfe2 15a89565b5 Author: Diego Pucci <[email protected]> AuthorDate: Thu Mar 13 20:51:21 2025 +0200 Merge branch 'pr-32548' into feat/datasets-folders superset-frontend/package-lock.json | 1 + .../src/components/MetricOption.tsx | 2 +- .../src/components/labelUtils.tsx | 2 +- .../superset-ui-chart-controls/src/fixtures.ts | 1 + .../test/utils/defineSavedMetrics.test.tsx | 2 + .../test/utils/mainMetric.test.ts | 15 +- .../packages/superset-ui-core/package.json | 1 + .../superset-ui-core/src/query/types/Datasource.ts | 2 + .../superset-ui-core/src/query/types/Metric.ts | 1 + .../test/query/types/Datasource.test.ts | 4 +- .../test/BigNumber/transformProps.test.ts | 2 + .../components/DatasourcePanel/DatasourceItems.tsx | 151 ++++++++++++++ .../DatasourcePanel/DatasourcePanel.test.tsx | 198 +++++++++++++++++- .../DatasourcePanelDragOption.test.tsx | 4 +- .../DatasourcePanel/DatasourcePanelItem.test.tsx | 232 ++++++--------------- .../DatasourcePanel/DatasourcePanelItem.tsx | 222 ++++++-------------- .../components/DatasourcePanel/fixtures.tsx | 7 +- .../explore/components/DatasourcePanel/index.tsx | 124 +++-------- .../transformDatasourceFolders.test.ts | 198 ++++++++++++++++++ .../DatasourcePanel/transformDatasourceFolders.ts | 155 ++++++++++++++ .../explore/components/DatasourcePanel/types.ts | 52 +++++ .../ExploreContainer/ExploreContainer.test.tsx | 2 +- .../DndFilterSelect.test.tsx | 10 +- .../DndMetricSelect.test.tsx | 10 +- .../DndColumnSelectControl/DndMetricSelect.tsx | 2 + .../src/explore/controlUtils/controlUtils.test.tsx | 5 +- ...etControlValuesCompatibleWithDatasource.test.ts | 2 +- superset-frontend/src/explore/fixtures.tsx | 5 +- superset-frontend/src/features/datasets/types.ts | 2 +- 29 files changed, 967 insertions(+), 447 deletions(-)
