You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 20:30:21 UTC

(superset) branch test-ci updated (d07d0b7298 -> b8e6d4264f)

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

michaelsmolina pushed a change to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard d07d0b7298 chore: test
    omit 1ff4f79d5b docs: add Geotab to users list (#27134)
    omit acb2d1d6b4 fix: Plain error message when visiting a dashboard via permalink without permissions (#27132)
    omit 7c7deb960d fix: ID param for DELETE ssh_tunnel endpoint (#27130)
    omit eabee9dedd chore(hail mary): Update package-lock.json via npm-audit-fix (#26693)
    omit d2910b0b87 chore: lower cryptography min version to 41.0.2 (#27129)
    omit 04be96b0dc docs(miscellaneous): Export Datasoruces: export datasources exports to ZIP (#27120)
    omit 60fe58196a fix(pivot-table-v2): Added forgotten translation pivot table v2 (#22840)
    omit 506ea756ad fix: RLS modal overflow (#27128)
    omit 3d645fd8e9 refactor: Updates some database columns to MediumText (#27119)
    omit 8235d59e56 fix: gevent upgrade to 23.9.1 (#27112)
    omit c96e38c07c fix: removes old deprecated sqllab endpoints (#27117)
    omit 753ef69529 feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) (#26907)
    omit e43097329f fix: bump grpcio, urllib3 and paramiko (#27124)
    omit 3224ac1818 chore(internet_port): added new ports and removed unnecessary string class (#27078)
    omit 9514300da5 fix(docker): *-dev tags target right stage from Dockerfile (#27116)
    omit b60938be4d chore: bump firebolt-sqlalchemy to support service account auth (#27118)
    omit 7b59c94827 fix(sqllab): flaky json explore modal due to over-rendering (#26791)
    omit 152cd70b5f fix: upgrade cryptography to major 42 (#27113)
    omit af577d64b1 fix: Timeseries Y-axis format with contribution mode (#27106)
     new b8e6d4264f chore: test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d07d0b7298)
            \
             N -- N -- N   refs/heads/test-ci (b8e6d4264f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .github/workflows/dependency-review.yml            |     2 -
 .gitignore                                         |     1 -
 .pre-commit-config.yaml                            |     2 +-
 CONTRIBUTING.md                                    |     4 +-
 RESOURCES/INTHEWILD.md                             |     1 -
 UPDATING.md                                        |     4 -
 docs/docs/databases/firebolt.mdx                   |    11 +-
 .../docs/databases/installing-database-drivers.mdx |     2 +-
 .../importing-exporting-datasources.mdx            |     2 +-
 requirements/base.txt                              |     6 +-
 requirements/docker.txt                            |     2 +-
 requirements/testing.txt                           |     4 +-
 scripts/build_docker.py                            |     1 -
 setup.py                                           |     6 +-
 superset-frontend/.eslintrc.js                     |    63 +-
 superset-frontend/.storybook/main.js               |    33 +-
 superset-frontend/.storybook/preview.jsx           |    12 +-
 .../cypress-base/cypress/e2e/sqllab/query.test.ts  |     3 +
 superset-frontend/package-lock.json                | 49335 +++++++++----------
 superset-frontend/package.json                     |    62 +-
 .../src/components/Select.tsx                      |     4 +-
 .../src/operators/contributionOperator.ts          |    25 +-
 .../src/operators/timeCompareOperator.ts           |    41 +-
 .../src/operators/timeComparePivotOperator.ts      |    51 +-
 .../superset-ui-chart-controls/src/types.ts        |    70 +-
 .../src/chart/components/ChartDataProvider.tsx     |     2 +-
 .../src/chart/components/SuperChart.tsx            |     1 +
 .../src/chart/components/createLoadableRenderer.ts |     4 +-
 .../src/chart/models/ChartPlugin.ts                |     2 +-
 .../src/connection/callApi/parseResponse.ts        |     8 +-
 .../src/number-format/NumberFormats.ts             |     6 +-
 .../superset-ui-core/src/query/api/v1/makeApi.ts   |     9 +-
 .../superset-ui-core/src/query/api/v1/types.ts     |     4 +-
 .../superset-ui-core/src/query/types/Operator.ts   |     6 +-
 .../test/chart/components/MockChartPlugins.tsx     |     4 +-
 .../packages/superset-ui-demo/.babelrc.json        |    18 -
 .../packages/superset-ui-demo/.storybook/main.js   |    30 +-
 .../superset-ui-demo/.storybook/preview.js         |    20 +-
 .../superset-ui-demo/.storybook/storybook.css      |     6 +-
 .../packages/superset-ui-demo/package.json         |    21 +-
 .../shared/components/ResizableChartDemo.tsx       |     4 +-
 .../storybook/shared/components/ResizablePanel.tsx |     6 +-
 ...{createQuery.story.tsx => createQueryStory.tsx} |    39 +-
 ...PluginChartCalendar.stories.tsx => Stories.tsx} |     0
 ...acyPluginChartChord.stories.tsx => Stories.tsx} |     0
 ...ountryMap.stories.tsx => CountryMapStories.tsx} |    49 +-
 .../{EventFlow.stories.jsx => Stories.jsx}         |     0
 .../{Heatmap.stories.tsx => Stories.tsx}           |     0
 .../{Histogram.stories.tsx => Stories.tsx}         |     0
 .../{Horizon.stories.tsx => Stories.tsx}           |     0
 .../{MapBox.stories.tsx => Stories.tsx}            |     0
 .../{TTest.stories.tsx => Stories.tsx}             |     0
 ...ParallelCoordinates.stories.tsx => Stories.tsx} |     0
 .../{Partition.stories.tsx => Stories.tsx}         |     0
 .../{Rose.stories.tsx => Stories.tsx}              |     0
 .../{SankeyLoop.stories.tsx => Stories.tsx}        |     0
 .../{Sankey.stories.tsx => Stories.tsx}            |     0
 .../{WorldMap.stories.tsx => Stories.tsx}          |     0
 ...{BigNumber.stories.tsx => BigNumberStories.tsx} |     0
 ...Total.stories.tsx => BigNumberTotalStories.tsx} |     0
 .../Arc/{Arc.stories.tsx => Stories.tsx}           |     0
 .../Grid/{Grid.stories.tsx => Stories.tsx}         |     0
 .../Hex/{Hex.stories.tsx => Stories.tsx}           |     0
 .../Path/{Path.stories.tsx => Stories.tsx}         |     0
 .../Polygon/{Polygon.stories.tsx => Stories.tsx}   |     0
 .../Scatter/{Scatter.stories.tsx => Stories.tsx}   |     0
 .../Area/{NVD3Area.stories.tsx => Stories.tsx}     |     0
 .../Area/stories/stackedWithBounds.tsx             |     8 +-
 .../Bar/{NVD3Bar.stories.tsx => Stories.tsx}       |     0
 .../{NVD3BoxPlot.stories.tsx => Stories.tsx}       |     0
 .../Bubble/{NVD3Bubble.stories.tsx => Stories.tsx} |     0
 .../Bullet/{NVD3Bullet.stories.tsx => Stories.tsx} |     0
 .../{NVD3Compare.stories.tsx => Stories.tsx}       |     0
 .../{NVD3DistBar.stories.tsx => Stories.tsx}       |     0
 .../Line/{NVD3Line.stories.tsx => Stories.tsx}     |     0
 .../Pie/{NVD3Pie.stories.tsx => Stories.tsx}       |     0
 .../AreaSeries/AreaSeries.stories.tsx              |   198 -
 .../AreaTimeseries/Stories.tsx                     |    88 +
 .../{AreaSeries => AreaTimeseries}/data.ts         |     0
 .../BoxPlot/{BoxPolot.stories.tsx => Stories.tsx}  |    28 +-
 .../{BubbleChart.stories.tsx => Stories.tsx}       |    95 +-
 .../Funnel/{Funnel.stories.tsx => Stories.tsx}     |    79 +-
 .../Gauge/{Gauge.stories.tsx => Stories.tsx}       |     3 +-
 .../Graph/{Graph.stories.tsx => Stories.tsx}       |     3 +-
 .../MixedSeries/MixedSeries.stories.tsx            |   352 -
 .../MixedTimeseries/Stories.tsx                    |   173 +
 .../negativeData.ts                                |     0
 .../plugin-chart-echarts/Pie/Pie.stories.tsx       |   195 -
 .../plugins/plugin-chart-echarts/Pie/Stories.tsx   |   108 +
 .../Radar/{Radar.stories.tsx => Stories.tsx}       |     3 +-
 .../Sunburst/{Sunburst.stories.tsx => Stories.tsx} |    26 +-
 .../{Timeseries.stories.tsx => Stories.tsx}        |   149 +-
 .../Tree/{Tree.stories.tsx => Stories.tsx}         |   126 +-
 .../Treemap/{Treemap.stories.tsx => Stories.tsx}   |    41 +-
 .../{Waterfall.stories.tsx => Stories.tsx}         |     5 +-
 ...ivotTable.stories.tsx => PivotTableStories.tsx} |    25 +-
 .../{Table.stories.tsx => TableStories.tsx}        |   101 +-
 .../{WordCloud.stories.tsx => Stories.tsx}         |    56 +-
 ...er.stories.tsx => ChartDataProviderStories.tsx} |   128 +-
 .../superset-ui-chart/SuperChart.stories.tsx       |   255 -
 .../superset-ui-chart/SuperChartStories.tsx        |   169 +
 ...ettes.stories.tsx => ColorPallettesStories.tsx} |     0
 ...onnection.stories.tsx => ConnectionStories.tsx} |    69 +-
 ...mberFormat.stories.tsx => BigNumberStories.tsx} |     0
 .../{Theme.stories.tsx => ThemeStories.tsx}        |     0
 ...imeFormat.stories.tsx => TimeFormatStories.tsx} |     0
 .../superset-ui-switchboard/src/switchboard.ts     |     2 +-
 .../legacy-plugin-chart-heatmap/src/Heatmap.js     |     2 +-
 .../src/MixedTimeseries/transformProps.ts          |    23 +-
 .../src/Timeseries/constants.ts                    |    25 +-
 .../src/Timeseries/transformProps.ts               |     8 +-
 .../src/Waterfall/transformProps.ts                |     6 +-
 .../plugin-chart-echarts/src/utils/forecast.ts     |    15 +-
 .../plugin-chart-echarts/src/utils/formatters.ts   |    11 +-
 .../test/utils/formatters.test.ts                  |    37 -
 .../src/react-pivottable/TableRenderers.jsx        |     6 +-
 .../src/react-pivottable/utilities.js              |     3 +-
 .../src/DataTable/hooks/useSticky.tsx              |     3 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |     4 +-
 .../plugin-chart-table/src/transformProps.ts       |     3 +-
 .../plugin-chart-table/src/utils/formatValue.ts    |    10 +-
 .../src/chart/WordCloud.tsx                        |    11 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   |     4 +-
 .../components/AceEditorWrapper/useAnnotations.ts  |    18 +-
 .../src/SqlLab/components/App/App.test.tsx         |    20 +-
 .../src/SqlLab/components/App/index.tsx            |     3 -
 .../components/QueryHistory/QueryHistory.test.tsx  |     5 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |    29 +-
 .../QueryLimitSelect/QueryLimitSelect.test.tsx     |    12 +-
 .../src/SqlLab/components/QueryTable/index.tsx     |     3 +-
 .../SqlLab/components/ResultSet/ResultSet.test.tsx |   333 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |    52 +-
 .../SqlLab/components/SouthPane/Results.test.tsx   |   135 -
 .../src/SqlLab/components/SouthPane/Results.tsx    |   106 -
 .../SqlLab/components/SouthPane/SouthPane.test.tsx |    81 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |   174 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx |     7 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |    72 +-
 .../SqlLab/components/TabbedSqlEditors/index.tsx   |     1 +
 .../components/TableElement/TableElement.test.tsx  |     5 +-
 .../src/SqlLab/components/TableElement/index.tsx   |     4 +-
 .../src/SqlLab/utils/newQueryTabName.ts            |     4 +-
 superset-frontend/src/assets/staticPages/404.html  |     2 +-
 superset-frontend/src/assets/staticPages/500.html  |     2 +-
 .../src/assets/stylesheets/less/variables.less     |     8 +-
 .../src/components/Alert/Alert.stories.tsx         |    25 +-
 .../AlteredSliceTag/AlteredSliceTag.stories.tsx    |     8 +
 .../AsyncAceEditor/AsyncAceEditor.stories.tsx      |    11 +-
 .../AsyncEsmComponent.stories.tsx                  |     8 +
 .../src/components/Badge/Badge.stories.tsx         |    42 +-
 .../src/components/Button/Button.stories.tsx       |    25 +-
 .../components/ButtonGroup/ButtonGroup.stories.tsx |    11 +-
 .../src/components/Card/Card.stories.tsx           |     8 +
 .../CertifiedBadge/CertifiedBadge.stories.tsx      |     8 +
 .../src/components/Chart/ChartRenderer.jsx         |     2 +-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |     4 +-
 .../Chart/DrillBy/useDisplayModeToggle.tsx         |     4 +-
 .../DrillDetail/DrillDetailMenuItems.test.tsx      |     7 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          |    15 +-
 .../src/components/Collapse/Collapse.stories.tsx   |    11 +-
 .../ConfirmStatusChange.stories.tsx                |     8 +
 .../CopyToClipboard/CopyToClipboard.stories.tsx    |     8 +
 .../components/CronPicker/CronPicker.stories.tsx   |     8 +
 .../components/DatePicker/DatePicker.stories.tsx   |    16 +
 .../src/components/DesignSystem.stories.mdx        |    25 +
 .../src/components/DesignSystem.stories.tsx        |    54 -
 .../src/components/Dropdown/Dropdown.stories.tsx   |     8 +
 .../DropdownButton/DropdownButton.stories.tsx      |     8 +
 .../DropdownContainer/Overview.stories.mdx         |    17 +
 .../DropdownContainer/Overview.stories.tsx         |    47 -
 .../DropdownSelectableIcon.stories.tsx             |     8 +
 .../components/DropdownSelectableIcon/index.tsx    |    33 +-
 .../EditableTitle/EditableTitle.stories.tsx        |     8 +
 .../ErrorMessage/BasicErrorAlert.test.tsx          |     5 +-
 .../ErrorMessage/DatabaseErrorMessage.test.tsx     |     5 +-
 .../DatasetNotFoundErrorMessage.test.tsx           |     5 +-
 .../components/ErrorMessage/ErrorAlert.test.tsx    |     5 +-
 .../ErrorMessageWithStackTrace.test.tsx            |     5 +-
 .../ErrorMessage/ParameterErrorMessage.test.tsx    |     5 +-
 .../ErrorMessage/TimeoutErrorMessage.test.tsx      |     5 +-
 .../src/components/FacePile/FacePile.stories.tsx   |     9 +-
 .../FilterableTable/FilterableTable.stories.tsx    |     8 +
 .../src/components/FormRow/FormRow.stories.tsx     |     8 +
 .../components/IconTooltip/IconTooltip.stories.tsx |     8 +
 .../src/components/Icons/Icons.stories.tsx         |     8 +
 .../IndeterminateCheckbox.stories.tsx              |     8 +
 .../components/InfoTooltip/InfoTooltip.stories.tsx |     8 +
 .../ListViewCard/ListViewCard.stories.tsx          |    41 +-
 .../src/components/Loading/Loading.stories.tsx     |    25 +-
 .../components/MessageToasts/ToastPresenter.tsx    |     3 +-
 .../components/MetadataBar/MetadataBar.stories.mdx |   145 +
 .../components/MetadataBar/MetadataBar.stories.tsx |     8 +
 .../MetadataBar/MetadataBarOverview.stories.tsx    |   177 -
 .../src/components/Modal/Modal.stories.tsx         |     8 +
 superset-frontend/src/components/Modal/Modal.tsx   |     5 +-
 .../PopoverDropdown/PopoverDropdown.stories.tsx    |     8 +
 .../PopoverSection/PopoverSection.stories.tsx      |     8 +
 .../RefreshLabel/RefreshLabel.stories.tsx          |     8 +
 .../src/components/Select/AsyncSelect.stories.tsx  |     8 +
 .../src/components/Select/AsyncSelect.test.tsx     |     4 +-
 .../src/components/Select/Select.stories.tsx       |    42 +-
 .../src/components/Slider/Slider.stories.tsx       |     8 +
 .../src/components/Switch/Switch.stories.tsx       |     8 +
 ...ableOverview.stories.tsx => Table.overview.mdx} |   152 +-
 .../ActionCell/ActionCell.overview.mdx             |    69 +
 .../ActionCell/ActionCell.overview.tsx             |    43 -
 .../TableSelector/TableSelector.test.tsx           |     2 +-
 .../src/components/TableSelector/index.tsx         |     5 +-
 .../src/components/TableView/TableView.stories.tsx |     8 +
 .../src/components/Tabs/Tabs.stories.tsx           |     8 +
 .../src/components/Tags/TagsList.stories.tsx       |     8 +
 .../src/components/Timer/Timer.stories.tsx         |    11 +-
 .../src/components/TimezoneSelector/index.tsx      |     4 +-
 .../src/components/Tooltip/Tooltip.stories.tsx     |     8 +
 .../TooltipParagraph/TooltipParagraph.stories.tsx  |     8 +
 .../src/components/UiConfigContext/index.tsx       |    31 +-
 .../WarningIconWithTooltip.stories.tsx             |     8 +
 .../components/AnchorLink/AnchorLink.stories.tsx   |     8 +
 .../DashboardBuilder/DashboardBuilder.tsx          |    85 +-
 .../dashboard/components/DashboardGrid.test.jsx    |    21 +-
 .../components/FiltersBadge/FiltersBadge.test.tsx  |     5 +-
 .../SliceHeaderControls.test.tsx                   |     2 +-
 .../components/filterscope/FilterScope.test.tsx    |     4 +-
 .../components/gridComponents/Column.test.jsx      |    33 +-
 .../components/gridComponents/Row.test.jsx         |    33 +-
 .../components/gridComponents/Tabs.test.jsx        |    19 +-
 .../gridComponents/new/NewColumn.test.jsx          |     5 +-
 .../gridComponents/new/NewDivider.test.jsx         |     5 +-
 .../gridComponents/new/NewHeader.test.jsx          |     5 +-
 .../components/gridComponents/new/NewRow.test.jsx  |     5 +-
 .../components/gridComponents/new/NewTabs.test.jsx |     5 +-
 .../components/menu/BackgroundStyleDropdown.tsx    |     7 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |     4 +-
 .../FilterControls/FilterDivider.stories.tsx       |     8 +
 .../nativeFilters/FilterBar/Header/index.tsx       |     4 +-
 .../nativeFilters/FilterBar/Horizontal.tsx         |     4 +-
 .../nativeFilters/FilterCard/useFilterScope.ts     |     9 +-
 .../FiltersConfigForm/ColumnSelect.tsx             |     4 +-
 .../FiltersConfigForm/FilterScope/FilterScope.tsx  |     5 +-
 superset-frontend/src/dashboard/reducers/types.ts  |     2 +-
 superset-frontend/src/dashboard/types.ts           |     2 +-
 .../explore/components/ControlHeader.stories.tsx   |     8 +
 .../explore/components/ControlPanelsContainer.tsx  |     4 +-
 .../explore/components/DataTableControl/index.tsx  |     4 +-
 .../components/DataTablesPane/test/fixture.tsx     |     6 +-
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |     5 +-
 .../PropertiesModal/PropertiesModal.test.tsx       |     2 +-
 .../RunQueryButton/RunQueryButton.stories.tsx      |     8 +
 .../components/controls/BoundsControl.stories.tsx  |     8 +
 .../ColorSchemeControl/ColorSchemeControl.test.tsx |     2 +-
 .../ColumnConfigControl/ColumnConfigPopover.tsx    |     4 +-
 .../ColumnConfigControl/ControlForm/index.tsx      |     2 +-
 .../controls/ColumnConfigControl/types.ts          |     2 +-
 .../DatasourceControl/DatasourceControl.test.tsx   |     4 +-
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |     4 +-
 .../FixedOrMetricControl.test.tsx                  |     5 +-
 .../controls/MetricControl/AdhocMetric.js          |     4 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  |   135 +-
 .../controls/VizTypeControl/FastVizSwitcher.tsx    |     3 +-
 .../src/features/alerts/AlertReportModal.tsx       |     8 +-
 .../alerts/components/AlertReportCronScheduler.tsx |   135 +-
 .../src/features/databases/DatabaseModal/index.tsx |     4 +-
 .../AddDataset/DatasetPanel/DatasetPanel.test.tsx  |     5 +-
 .../DatasetMetadataBar.skipped-stories.tsx         |     8 +
 .../features/queries/SavedQueryPreviewModal.tsx    |   133 +-
 .../src/features/rls/RowLevelSecurityModal.tsx     |    88 +-
 superset-frontend/src/features/rls/constants.ts    |     2 +-
 .../Select/SelectFilterPlugin.stories.tsx          |    14 +-
 superset-frontend/src/pages/Chart/Chart.test.tsx   |    11 +-
 .../src/pages/ExecutionLogList/index.tsx           |     4 +-
 superset-frontend/src/utils/urlUtils.ts            |     2 +-
 .../src/visualizations/TimeTable/transformProps.ts |    13 +-
 superset-frontend/webpack.config.js                |    33 +-
 .../advanced_data_type/plugins/internet_port.py    |    11 +-
 superset/connectors/sqla/models.py                 |     2 +-
 superset/databases/api.py                          |    14 +-
 superset/initialization/__init__.py                |     2 +
 ...14-43_17fcea065655_change_text_to_mediumtext.py |    87 -
 superset/models/annotations.py                     |     5 +-
 superset/models/core.py                            |     4 +-
 superset/models/dashboard.py                       |     2 +-
 superset/models/helpers.py                         |     3 +-
 superset/models/slice.py                           |     4 +-
 superset/models/sql_lab.py                         |    12 +-
 superset/reports/models.py                         |    13 +-
 superset/security/manager.py                       |     1 +
 superset/views/core.py                             |    24 +-
 superset/views/sql_lab/views.py                    |    15 +-
 tests/integration_tests/core_tests.py              |    19 +
 tests/integration_tests/security_tests.py          |    36 +-
 tests/unit_tests/databases/api_test.py             |     4 +-
 tests/unit_tests/scripts/docker_build.py           |     2 +-
 292 files changed, 25830 insertions(+), 30502 deletions(-)
 delete mode 100644 superset-frontend/packages/superset-ui-demo/.babelrc.json
 rename superset-frontend/packages/superset-ui-demo/storybook/shared/components/{createQuery.story.tsx => createQueryStory.tsx} (78%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-calendar/{LegacyPluginChartCalendar.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-chord/{LegacyPluginChartChord.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-country-map/{CountryMap.stories.tsx => CountryMapStories.tsx} (73%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-event-flow/{EventFlow.stories.jsx => Stories.jsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-heatmap/{Heatmap.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-histogram/{Histogram.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-horizon/{Horizon.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-map-box/{MapBox.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-paired-t-test/{TTest.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-parallel-coordinates/{ParallelCoordinates.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-partition/{Partition.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-rose/{Rose.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-sankey-loop/{SankeyLoop.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-sankey/{Sankey.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-plugin-chart-world-map/{WorldMap.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-big-number/BigNumber/{BigNumber.stories.tsx => BigNumberStories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-big-number/BigNumberTotal/{BigNumberTotal.stories.tsx => BigNumberTotalStories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Arc/{Arc.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Grid/{Grid.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Hex/{Hex.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Path/{Path.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Polygon/{Polygon.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-deckgl/Scatter/{Scatter.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Area/{NVD3Area.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bar/{NVD3Bar.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/BoxPlot/{NVD3BoxPlot.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bubble/{NVD3Bubble.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Bullet/{NVD3Bullet.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Compare/{NVD3Compare.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/DistBar/{NVD3DistBar.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Line/{NVD3Line.stories.tsx => Stories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Pie/{NVD3Pie.stories.tsx => Stories.tsx} (100%)
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/AreaSeries/AreaSeries.stories.tsx
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/AreaTimeseries/Stories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/{AreaSeries => AreaTimeseries}/data.ts (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/BoxPlot/{BoxPolot.stories.tsx => Stories.tsx} (79%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Bubble/{BubbleChart.stories.tsx => Stories.tsx} (64%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Funnel/{Funnel.stories.tsx => Stories.tsx} (57%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Gauge/{Gauge.stories.tsx => Stories.tsx} (94%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Graph/{Graph.stories.tsx => Stories.tsx} (94%)
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/MixedSeries/MixedSeries.stories.tsx
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/MixedTimeseries/Stories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/{MixedSeries => MixedTimeseries}/negativeData.ts (100%)
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Pie/Pie.stories.tsx
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Pie/Stories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Radar/{Radar.stories.tsx => Stories.tsx} (95%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Sunburst/{Sunburst.stories.tsx => Stories.tsx} (79%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Timeseries/{Timeseries.stories.tsx => Stories.tsx} (57%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Tree/{Tree.stories.tsx => Stories.tsx} (51%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Treemap/{Treemap.stories.tsx => Stories.tsx} (72%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/Waterfall/{Waterfall.stories.tsx => Stories.tsx} (92%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-pivot-table/{PivotTable.stories.tsx => PivotTableStories.tsx} (83%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-table/{Table.stories.tsx => TableStories.tsx} (69%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-word-cloud/{WordCloud.stories.tsx => Stories.tsx} (81%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-chart/{ChartDataProvider.stories.tsx => ChartDataProviderStories.tsx} (53%)
 delete mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-chart/SuperChart.stories.tsx
 create mode 100644 superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-chart/SuperChartStories.tsx
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-color/{ColorPalettes.stories.tsx => ColorPallettesStories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-connection/{Connection.stories.tsx => ConnectionStories.tsx} (59%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-number-format/{NumberFormat.stories.tsx => BigNumberStories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-style/{Theme.stories.tsx => ThemeStories.tsx} (100%)
 rename superset-frontend/packages/superset-ui-demo/storybook/stories/superset-ui-time-format/{TimeFormat.stories.tsx => TimeFormatStories.tsx} (100%)
 delete mode 100644 superset-frontend/plugins/plugin-chart-echarts/test/utils/formatters.test.ts
 delete mode 100644 superset-frontend/src/SqlLab/components/SouthPane/Results.test.tsx
 delete mode 100644 superset-frontend/src/SqlLab/components/SouthPane/Results.tsx
 create mode 100644 superset-frontend/src/components/DesignSystem.stories.mdx
 delete mode 100644 superset-frontend/src/components/DesignSystem.stories.tsx
 create mode 100644 superset-frontend/src/components/DropdownContainer/Overview.stories.mdx
 delete mode 100644 superset-frontend/src/components/DropdownContainer/Overview.stories.tsx
 create mode 100644 superset-frontend/src/components/MetadataBar/MetadataBar.stories.mdx
 delete mode 100644 superset-frontend/src/components/MetadataBar/MetadataBarOverview.stories.tsx
 rename superset-frontend/src/components/Table/{TableOverview.stories.tsx => Table.overview.mdx} (67%)
 create mode 100644 superset-frontend/src/components/Table/cell-renderers/ActionCell/ActionCell.overview.mdx
 delete mode 100644 superset-frontend/src/components/Table/cell-renderers/ActionCell/ActionCell.overview.tsx
 delete mode 100644 superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py


(superset) 01/01: chore: test

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b8e6d4264f297b574f8c619e0641f060d8040fa9
Author: Michael S. Molina <mi...@gmail.com>
AuthorDate: Mon Mar 4 15:30:09 2024 -0500

    chore: test
---
 CONTRIBUTING.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4afa69eb2e..90ae2cb479 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -39,7 +39,7 @@ little bit helps, and credit will always be given.
     - [Protocol](#protocol)
       - [Authoring](#authoring)
       - [Reviewing](#reviewing)
-      - [Test Environments](#test-environments)
+      - [Tet Environments](#test-environments)
       - [Merging](#merging)
       - [Post-merge Responsibility](#post-merge-responsibility)
   - [Design Guidelines](#design-guidelines)
@@ -217,7 +217,7 @@ Security team members must:
 - Have an [ICLA](https://www.apache.org/licenses/contributor-agreements.html) signed with Apache Software Foundation.
 - Not reveal information about pending and unfixed security issues to anyone (including their employers) unless specifically authorised by the security team members, e.g., if the security team agrees that diagnosing and solving an issue requires the involvement of external experts.
 
-A release manager, the contributor overseeing the release of a specific version of Apache Superset, is by default a member of the security team.  However, they are not expected to be active in assessing, discussing, and fixing security issues.
+A release manager, the contributor overseeing the release of a specific version of Apache Superset, is by default a member of the security team. However, they are not expected to be active in assessing, discussing, and fixing security issues.
 
 Security team members should also follow these general expectations:
 
@@ -374,8 +374,8 @@ Triaging goals
 
 First, add **Category labels (a.k.a. hash labels)**. Every issue/PR must have one hash label (except spam entry). Labels that begin with `#` defines issue/PR type:
 
-| Label           | for Issue                                                                                                               | for PR                                                                                                                                            |
-| --------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Label           | for Issue                                                                                                               | for PR                                                                                                                            |
+| --------------- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
 | `#bug`          | Bug report                                                                                                              | Bug fix                                                                                                                           |
 | `#code-quality` | Describe problem with code, architecture or productivity                                                                | Refactor, tests, tooling                                                                                                          |
 | `#feature`      | New feature request                                                                                                     | New feature implementation                                                                                                        |
@@ -648,22 +648,28 @@ If while using the above commands you encounter an error related to the limit of
 ```bash
 Error: ENOSPC: System limit for number of file watchers reached
 ```
+
 The error is thrown because the number of files monitored by the system has reached the limit.
 You can address this this error by increasing the number of inotify watchers.
 
 The current value of max watches can be checked with:
+
 ```bash
 cat /proc/sys/fs/inotify/max_user_watches
 ```
+
 Edit the file /etc/sysctl.conf to increase this value.
 The value needs to be decided based on the system memory [(see this StackOverflow answer for more context)](https://stackoverflow.com/questions/535768/what-is-a-reasonable-amount-of-inotify-watches-with-linux).
 
 Open the file in editor and add a line at the bottom specifying the max watches values.
+
 ```bash
 fs.inotify.max_user_watches=524288
 ```
+
 Save the file and exit editor.
 To confirm that the change succeeded, run the following command to load the updated value of max_user_watches from sysctl.conf:
+
 ```bash
 sudo sysctl -p
 ```