This is an automated email from the ASF dual-hosted git repository.

enzomartellucci pushed a change to branch 
enxdev/refactor/replace-native-html-elements-with-antd5-components
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 37ea170acc refactor(MarshmallowErrorMessage): replace StyledUl with 
antd5 List
     add 7dc5019b9d fix: app icon should not use subdirectory (#33141)
     add 7333ffd41e fix(echart): Tooltip date format doesn't follow time grain 
(#33138)
     add 0e18246999 chore(deps): bump @babel/runtime from 7.17.2 to 7.27.0 in 
/superset-frontend/cypress-base (#33102)
     add 26ff734ef9 fix: add folders to import schema (#33142)
     add 86d5537a7f Merge branch 'master' into template_less
     add 08c9d28545 Fix changes in DatasourcePanelItem after merge
     add 3fe5db1e72 refactor(Tabs): Tabs to use items instead of TabPanel 
(#33057)
     add 50535a92a0 fix: upgrade tabs in database modal (#33038)
     add 51f719f8d4 set colorLink == colorPrimary
     add 990ea076a8 Merge branch template_less into 
enxdev/refactor/replace-native-html-elements-with-antd5-components

No new revisions were added by this update.

Summary of changes:
 superset-frontend/cypress-base/package-lock.json   |   30 +-
 .../packages/superset-ui-core/src/theme/Theme.tsx  |    1 +
 .../plugin-chart-echarts/src/utils/formatters.ts   |    2 +-
 .../SqlLab/components/TabbedSqlEditors/index.tsx   |   42 +-
 .../src/SqlLab/components/TablePreview/index.tsx   |  135 ++-
 .../src/components/Collapse/Collapse.stories.tsx   |    1 +
 .../src/components/Collapse/index.tsx              |    7 +
 superset-frontend/src/components/Collapse/types.ts |    1 +
 .../src/components/Datasource/DatasourceEditor.jsx |   14 +-
 superset-frontend/src/components/Tabs/Tabs.tsx     |   78 +-
 .../components/BuilderComponentPane/index.tsx      |    3 +-
 .../DashboardBuilder/DashboardContainer.tsx        |   61 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |  173 ++-
 .../FiltersConfigForm/FiltersConfigForm.tsx        | 1220 +++++++++++---------
 .../explore/components/ControlPanelsContainer.tsx  |    1 -
 .../components/DataTablesPane/DataTablesPane.tsx   |   76 +-
 .../DatasourcePanel/DatasourcePanelItem.tsx        |   13 +-
 .../ContourControl/ContourPopoverControl.tsx       |  223 ++--
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |  321 ++---
 .../FilterControl/AdhocFilterEditPopover/index.jsx |   73 +-
 .../LayerConfigsPopoverContent.tsx                 |  242 ++--
 .../MetricControl/AdhocMetricEditPopover/index.jsx |  213 ++--
 .../src/features/alerts/AlertReportModal.tsx       |    1 +
 .../alerts/components/ValidatedPanelHeader.tsx     |   36 +-
 .../databases/DatabaseModal/ExtraOptions.tsx       |   26 +-
 .../src/features/databases/DatabaseModal/index.tsx |  263 +++--
 .../features/databases/UploadDataModel/index.tsx   |    1 +
 superset-frontend/src/features/home/Menu.tsx       |    5 +-
 .../src/features/roles/RoleListEditModal.tsx       |   46 +-
 .../src/utils/getBootstrapData.test.ts             |  110 ++
 superset/datasets/schemas.py                       |    1 +
 31 files changed, 1867 insertions(+), 1552 deletions(-)
 create mode 100644 superset-frontend/src/utils/getBootstrapData.test.ts

Reply via email to