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

diegopucci pushed a change to branch geido/refactor/use-named-imports
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 1a058b6ec6 refactor(Components): Use named imports
     add 15969fdf94 docs: add WinWin Network(马上赢) to users list (#33018)
     add 5a8eab3b25 chore(deps): bump estree-util-value-to-estree from 3.1.1 to 
3.3.3 in /docs (#33028)
     add 6b7394e789 fix(export): charts csv export in dashboards (#31720)
     add 3a57857707 chore(helm): bump appVersion to 4.1.2 (#33061)
     add 9280b4d2a9 docs: clarify docker-compose-image-tag instructions (#33045)
     add ed0cd5e7b0 fix: improve error type on parse error (#33048)
     add deb6aedddb feat: add a title prop to the dashboard link in CRUD LIST 
view (#33046)
     add c1159c53e3 fix: Adds missing __init__ file to commands/logs (#33059)
     add 6a4730bbbe Merge branch 'master' into template_less
     add c14dcecd8f refactor(breadcrumb): Upgrade Breadcrumb component from 
AntD v4 to AntD v5  (#32905)
     add 42bcdad396 chore(Merge): template_less

No new revisions were added by this update.

Summary of changes:
 RESOURCES/INTHEWILD.md                             |   1 +
 docs/docs/installation/docker-compose.mdx          |   8 ++
 docs/yarn.lock                                     |   7 +-
 helm/superset/Chart.yaml                           |   4 +-
 helm/superset/README.md                            |   2 +-
 .../cypress/e2e/dashboard/drillby.test.ts          |  24 ++---
 .../src/SqlLab/components/TablePreview/index.tsx   |   2 +-
 .../src/components/Alert/Alert.stories.tsx         |   2 +-
 .../AlteredSliceTag/AlteredSliceTag.stories.tsx    |   2 +-
 .../AsyncAceEditor/AsyncAceEditor.stories.tsx      |   2 +-
 .../AsyncEsmComponent.stories.tsx                  |   2 +-
 .../src/components/AutoComplete/index.tsx          |   6 +-
 .../src/components/AutoComplete/types.ts           |   4 +-
 .../src/components/Avatar/Avatar.stories.tsx       |   2 +-
 .../src/components/Badge/Badge.stories.tsx         |   2 +-
 .../Breadcrumb/Breadcrumb.stories.tsx}             |  62 +++++++------
 .../Breadcrumb.test.tsx}                           |  26 +++---
 .../components/Breadcrumb}/index.tsx               |   4 +-
 .../components/Breadcrumb/types.ts}                |   3 +-
 .../src/components/Button/Button.stories.tsx       |   2 +-
 .../components/ButtonGroup/ButtonGroup.stories.tsx |   2 +-
 .../src/components/Card/Card.stories.tsx           |   4 +-
 .../CertifiedBadge/CertifiedBadge.stories.tsx      |   2 +-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |  85 ++++++++++++++---
 .../Chart/DrillBy/useDrillByBreadcrumbs.test.ts    |  71 --------------
 .../Chart/DrillBy/useDrillByBreadcrumbs.tsx        | 103 ---------------------
 .../DrillDetailTableControls.stories.tsx           |   2 +-
 .../src/components/Checkbox/Checkbox.stories.tsx   |   2 +-
 .../src/components/Collapse/Collapse.stories.tsx   |   2 +-
 .../ConfirmStatusChange.stories.tsx                |   2 +-
 .../CopyToClipboard/CopyToClipboard.stories.tsx    |   2 +-
 .../components/CronPicker/CronPicker.stories.tsx   |   2 +-
 .../components/DatePicker/DatePicker.stories.tsx   |   2 +-
 .../src/components/Divider/Divider.stories.tsx     |   2 +-
 .../src/components/Dropdown/Dropdown.stories.tsx   |   2 +-
 .../DropdownButton/DropdownButton.stories.tsx      |   2 +-
 .../EditableTitle/EditableTitle.stories.tsx        |   2 +-
 .../components/EmptyState/EmptyState.stories.tsx   |   2 +-
 .../components/ErrorMessage/ErrorAlert.stories.tsx |   2 +-
 .../src/components/FacePile/FacePile.stories.tsx   |   2 +-
 .../src/components/FaveStar/FaveStar.stories.tsx   |  73 +++++++++++++++
 .../FilterableTable/FilterableTable.stories.tsx    |   2 +-
 .../src/components/Flex/Flex.stories.tsx           |   2 +-
 .../Form/LabeledErrorBoundInput.stories.tsx        |   2 +-
 .../src/components/Grid/Grid.stories.tsx           |   2 +-
 .../components/IconButton/IconButton.stories.tsx   |  49 ++++++++--
 .../components/IconTooltip/IconTooltip.stories.tsx |   2 +-
 .../src/components/Icons/Icons.stories.tsx         |   2 +-
 .../components/InfoTooltip/InfoTooltip.stories.tsx |   2 +-
 .../src/components/Input/Input.stories.tsx         |   2 +-
 .../src/components/Label/Label.stories.tsx         |   2 +-
 .../src/components/Layout/Layout.stories.tsx       |   2 +-
 .../src/components/List/List.stories.tsx           |   2 +-
 .../ListViewCard/ListViewCard.stories.tsx          |   2 +-
 .../src/components/Loading/Loading.stories.tsx     |   2 +-
 .../src/components/Menu/Menu.stories.tsx           |   2 +-
 .../src/components/Modal/Modal.stories.tsx         |   2 +-
 .../ModalTrigger/ModalTrigger.stories.tsx          |   2 +-
 .../src/components/Popover/Popover.stories.tsx     |   2 +-
 .../PopoverDropdown/PopoverDropdown.stories.tsx    |   2 +-
 .../PopoverSection/PopoverSection.stories.tsx      |   2 +-
 .../components/ProgressBar/ProgressBar.stories.tsx |   2 +-
 .../src/components/Radio/Radio.stories.tsx         |   2 +-
 .../RefreshLabel/RefreshLabel.stories.tsx          |   2 +-
 .../src/components/Select/AsyncSelect.stories.tsx  |   2 +-
 .../src/components/Select/Select.stories.tsx       |   2 +-
 .../src/components/Slider/Slider.stories.tsx       |   2 +-
 .../src/components/Space/Space.stories.tsx         |   2 +-
 .../src/components/Steps/Steps.stories.tsx         |   2 +-
 .../src/components/Switch/Switch.stories.tsx       |   2 +-
 .../src/components/TableView/TableView.stories.tsx |   2 +-
 .../src/components/Tabs/Tabs.stories.tsx           |   2 +-
 .../src/components/Tag/Tag.stories.tsx             |   2 +-
 .../src/components/TagsList/TagsList.stories.tsx   |   2 +-
 .../src/components/Timer/Timer.stories.tsx         |   2 +-
 .../TimezoneSelector/TimezoneSelector.stories.tsx  |   2 +-
 .../src/components/Tooltip/Tooltip.stories.tsx     |   2 +-
 superset-frontend/src/components/Tooltip/types.ts  |   4 +-
 .../TooltipParagraph/TooltipParagraph.stories.tsx  |   2 +-
 .../src/components/Upload/Upload.stories.tsx       |   2 +-
 .../WarningIconWithTooltip.stories.tsx             |   2 +-
 superset-frontend/src/components/index.ts          |  11 +--
 .../components/AnchorLink/AnchorLink.stories.tsx   |   2 +-
 .../dashboard/components/gridComponents/Chart.jsx  |  13 +--
 .../FilterControls/FilterDivider.stories.tsx       |   2 +-
 .../explore/components/ControlHeader.stories.tsx   |   2 +-
 .../RowCountLabel/RowCountLabel.stories.tsx        |   2 +-
 .../RunQueryButton/RunQueryButton.stories.tsx      |   2 +-
 .../components/controls/BoundsControl.stories.tsx  |   2 +-
 .../components/controls/SliderControl.stories.tsx  |   2 +-
 .../components/controls/TextAreaControl.jsx        |   3 +-
 .../components/Range/RangeFilterPlugin.stories.tsx |   2 +-
 .../Select/SelectFilterPlugin.stories.tsx          |   2 +-
 .../src/pages/DashboardList/index.tsx              |   2 +-
 .../logs}/__init__.py                              |   0
 superset/sql_parse.py                              |   2 +-
 96 files changed, 350 insertions(+), 363 deletions(-)
 copy superset-frontend/src/{features/home/LanguagePicker.stories.tsx => 
components/Breadcrumb/Breadcrumb.stories.tsx} (53%)
 copy superset-frontend/src/components/{Grid/Grid.test.tsx => 
Breadcrumb/Breadcrumb.test.tsx} (61%)
 copy superset-frontend/{packages/superset-ui-core/src/ui-overrides => 
src/components/Breadcrumb}/index.tsx (90%)
 copy superset-frontend/{packages/superset-ui-core/src/dynamic-plugins/index.ts 
=> src/components/Breadcrumb/types.ts} (92%)
 delete mode 100644 
superset-frontend/src/components/Chart/DrillBy/useDrillByBreadcrumbs.test.ts
 delete mode 100644 
superset-frontend/src/components/Chart/DrillBy/useDrillByBreadcrumbs.tsx
 create mode 100644 
superset-frontend/src/components/FaveStar/FaveStar.stories.tsx
 copy superset/{advanced_data_type => commands/logs}/__init__.py (100%)

Reply via email to