You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/09/09 20:19:20 UTC

[incubator-superset] branch master updated (3b4a992 -> 9a59bdd)

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

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 3b4a992  fix: bump node version on Dockerfile to be on par with docker-compose (#10813)
     add 9a59bdd  refactor: merge/upgrade superset-ui packages (#10790)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.prettierrc                      |    5 -
 superset-frontend/.storybook/preview.jsx           |    2 +-
 .../integration/explore/AdhocFilters.test.ts       |    6 +-
 .../explore/visualizations/big_number.test.js      |    2 +-
 superset-frontend/package-lock.json                | 1577 ++++++--------------
 superset-frontend/package.json                     |   74 +-
 .../views/CRUD/types.ts => prettier.config.js}     |    7 +-
 .../spec/helpers/setupSupersetClient.js            |    2 +-
 superset-frontend/spec/helpers/shim.ts             |    2 +-
 superset-frontend/spec/helpers/theming.ts          |    2 +-
 .../spec/javascripts/chart/ChartRenderer_spec.jsx  |    2 +-
 .../spec/javascripts/chart/chartActions_spec.js    |    2 +-
 .../components/AlteredSliceTag_spec.jsx            |    2 +-
 .../components/ConfirmStatusChange_spec.jsx        |    2 +-
 .../components/ListView/ListView_spec.jsx          |    2 +-
 .../spec/javascripts/components/Menu_spec.jsx      |    2 +-
 .../dashboard/actions/dashboardState_spec.js       |    2 +-
 .../dashboard/components/CodeModal_spec.jsx        |    2 +-
 .../dashboard/components/DashboardBuilder_spec.jsx |    2 +-
 .../datasource/ChangeDatasourceModal_spec.jsx      |    2 +-
 .../datasource/DatasourceModal_spec.jsx            |    2 +-
 .../explore/components/ColorPickerControl_spec.jsx |    2 +-
 .../explore/components/ColorScheme_spec.jsx        |    2 +-
 .../components/ControlPanelsContainer_spec.jsx     |    3 +-
 .../explore/components/VizTypeControl_spec.jsx     |    2 +-
 .../spec/javascripts/explore/controlUtils_spec.jsx |    8 +-
 .../spec/javascripts/explore/store_spec.jsx        |    2 +-
 .../spec/javascripts/explore/utils_spec.jsx        |    2 +-
 .../spec/javascripts/middleware/logger_spec.js     |    2 +-
 .../javascripts/sqllab/TabbedSqlEditors_spec.jsx   |    2 +-
 .../utils/getControlsForVizType_spec.js            |    3 +-
 .../views/CRUD/welcome/DashboardTable_spec.tsx     |    2 +-
 superset-frontend/src/CRUD/CollectionTable.tsx     |    2 +-
 superset-frontend/src/SqlLab/App.jsx               |    2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |    3 +-
 superset-frontend/src/SqlLab/components/App.jsx    |    3 +-
 .../SqlLab/components/EstimateQueryCostButton.jsx  |    2 +-
 .../SqlLab/components/ExploreCtasResultsButton.jsx |    2 +-
 .../src/SqlLab/components/ExploreResultsButton.jsx |    2 +-
 .../src/SqlLab/components/HighlightedSql.jsx       |    2 +-
 .../src/SqlLab/components/LimitControl.tsx         |    3 +-
 .../src/SqlLab/components/QueryAutoRefresh.jsx     |    2 +-
 .../src/SqlLab/components/QueryHistory.jsx         |    2 +-
 .../src/SqlLab/components/QuerySearch.jsx          |    3 +-
 .../src/SqlLab/components/QueryTable.jsx           |    2 +-
 .../src/SqlLab/components/ResultSet.tsx            |    2 +-
 .../src/SqlLab/components/RunQueryActionButton.tsx |    2 +-
 .../src/SqlLab/components/SaveQuery.jsx            |    2 +-
 .../src/SqlLab/components/ScheduleQueryButton.jsx  |    2 +-
 .../src/SqlLab/components/ShareSqlLabQuery.jsx     |    2 +-
 .../src/SqlLab/components/SouthPane.jsx            |    2 +-
 .../src/SqlLab/components/SqlEditor.jsx            |    2 +-
 .../src/SqlLab/components/SqlEditorLeftBar.jsx     |    2 +-
 .../src/SqlLab/components/TabbedSqlEditors.jsx     |    2 +-
 .../src/SqlLab/components/TableElement.jsx         |    2 +-
 .../src/SqlLab/components/TemplateParamsEditor.jsx |    2 +-
 .../src/SqlLab/reducers/getInitialState.js         |    2 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |    2 +-
 .../src/addSlice/AddSliceContainer.tsx             |    2 +-
 superset-frontend/src/addSlice/App.tsx             |    2 +-
 superset-frontend/src/chart/Chart.jsx              |    3 +-
 superset-frontend/src/chart/ChartRenderer.jsx      |    3 +-
 superset-frontend/src/chart/chartAction.js         |    3 +-
 superset-frontend/src/chart/chartReducer.js        |    2 +-
 superset-frontend/src/common/components/Modal.tsx  |    3 +-
 superset-frontend/src/common/components/Tabs.tsx   |    2 +-
 superset-frontend/src/common/components/index.ts   |    2 +-
 .../src/components/AlteredSliceTag.jsx             |    2 +-
 superset-frontend/src/components/AnchorLink.jsx    |    2 +-
 superset-frontend/src/components/AsyncSelect.jsx   |    3 +-
 superset-frontend/src/components/AvatarIcon.tsx    |    2 +-
 superset-frontend/src/components/Button/index.tsx  |    2 +-
 superset-frontend/src/components/CachedLabel.jsx   |    2 +-
 .../src/components/CertifiedIconWithTooltip.tsx    |    3 +-
 .../src/components/CopyToClipboard.jsx             |    2 +-
 superset-frontend/src/components/DeleteModal.tsx   |    3 +-
 superset-frontend/src/components/EditableTitle.tsx |    2 +-
 superset-frontend/src/components/ErrorBoundary.jsx |    2 +-
 .../ErrorMessage/DatabaseErrorMessage.tsx          |    2 +-
 .../src/components/ErrorMessage/ErrorAlert.tsx     |    3 +-
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |    2 +-
 .../ErrorMessage/TimeoutErrorMessage.tsx           |    2 +-
 superset-frontend/src/components/FaveStar.tsx      |    2 +-
 .../components/FilterableTable/FilterableTable.tsx |    3 +-
 superset-frontend/src/components/FormLabel.tsx     |    2 +-
 .../src/components/Icon/icon.stories.jsx           |    2 +-
 .../src/components/IndeterminateCheckbox.tsx       |    2 +-
 superset-frontend/src/components/Label/index.tsx   |    2 +-
 .../src/components/ListView/CardCollection.tsx     |    2 +-
 .../src/components/ListView/CardSortSelect.tsx     |    2 +-
 .../src/components/ListView/Filters.tsx            |    2 +-
 .../src/components/ListView/ListView.tsx           |    3 +-
 .../src/components/ListView/TableCollection.tsx    |    2 +-
 .../src/components/ListViewCard/index.tsx          |    2 +-
 superset-frontend/src/components/Loading.tsx       |    2 +-
 superset-frontend/src/components/Menu/Menu.tsx     |    3 +-
 superset-frontend/src/components/Menu/NewMenu.tsx  |    2 +-
 superset-frontend/src/components/Menu/SubMenu.tsx  |    2 +-
 superset-frontend/src/components/Menu/UserMenu.tsx |    2 +-
 superset-frontend/src/components/Modal.tsx         |    3 +-
 .../src/components/NavDropdown/index.tsx           |    2 +-
 superset-frontend/src/components/OmniContainer.jsx |    3 +-
 superset-frontend/src/components/Pagination.tsx    |    2 +-
 .../src/components/RefreshChartOverlay.tsx         |    3 +-
 superset-frontend/src/components/SearchInput.tsx   |    2 +-
 superset-frontend/src/components/Select/styles.tsx |    2 +-
 superset-frontend/src/components/TableLoader.jsx   |    3 +-
 superset-frontend/src/components/TableSelector.jsx |    4 +-
 .../src/components/URLShortLinkButton.jsx          |    2 +-
 .../src/components/URLShortLinkModal.jsx           |    2 +-
 superset-frontend/src/dashboard/App.jsx            |    2 +-
 .../src/dashboard/actions/dashboardLayout.js       |    2 +-
 .../src/dashboard/actions/dashboardState.js        |    3 +-
 .../src/dashboard/actions/datasources.js           |    2 +-
 .../src/dashboard/actions/sliceEntities.js         |    3 +-
 .../src/dashboard/components/AddSliceCard.jsx      |    2 +-
 .../dashboard/components/BuilderComponentPane.jsx  |    2 +-
 .../src/dashboard/components/CodeModal.jsx         |    2 +-
 .../components/ColorSchemeControlWrapper.jsx       |    3 +-
 .../src/dashboard/components/CssEditor.jsx         |    2 +-
 .../src/dashboard/components/Dashboard.jsx         |    2 +-
 .../dashboard/components/DeleteComponentModal.jsx  |    2 +-
 .../src/dashboard/components/FilterIndicator.jsx   |    2 +-
 .../dashboard/components/FilterIndicatorGroup.jsx  |    2 +-
 .../components/FilterIndicatorTooltip.jsx          |    2 +-
 .../src/dashboard/components/Header.jsx            |    4 +-
 .../dashboard/components/HeaderActionsDropdown.jsx |    3 +-
 .../src/dashboard/components/MissingChart.jsx      |    2 +-
 .../src/dashboard/components/PropertiesModal.jsx   |    3 +-
 .../src/dashboard/components/PublishedStatus.jsx   |    2 +-
 .../dashboard/components/RefreshIntervalModal.jsx  |    2 +-
 .../src/dashboard/components/SaveModal.jsx         |    3 +-
 .../src/dashboard/components/SliceAdder.jsx        |    2 +-
 .../src/dashboard/components/SliceHeader.jsx       |    2 +-
 .../dashboard/components/SliceHeaderControls.jsx   |    2 +-
 .../components/filterscope/FilterScopeSelector.jsx |    2 +-
 .../dashboard/components/filterscope/treeIcons.jsx |    2 +-
 .../dashboard/components/gridComponents/Header.jsx |    2 +-
 .../components/gridComponents/Markdown.jsx         |    2 +-
 .../components/gridComponents/new/NewColumn.jsx    |    2 +-
 .../components/gridComponents/new/NewDivider.jsx   |    2 +-
 .../components/gridComponents/new/NewHeader.jsx    |    2 +-
 .../components/gridComponents/new/NewRow.jsx       |    2 +-
 .../components/gridComponents/new/NewTabs.jsx      |    2 +-
 .../components/menu/MarkdownModeDropdown.jsx       |    2 +-
 .../src/dashboard/reducers/getInitialState.js      |    2 +-
 .../src/dashboard/reducers/sliceEntities.js        |    2 +-
 superset-frontend/src/dashboard/types.ts           |    2 +-
 .../src/dashboard/util/backgroundStyleOptions.ts   |    2 +-
 .../util/charts/getEffectiveExtraFilters.ts        |    2 +-
 .../util/charts/getFormDataWithExtraFilters.ts     |    6 +-
 .../src/dashboard/util/getFilterFieldNodesTree.js  |    2 +-
 .../src/dashboard/util/getFilterScopeNodesTree.js  |    2 +-
 .../src/dashboard/util/headerStyleOptions.ts       |    2 +-
 .../src/datasource/ChangeDatasourceModal.tsx       |    3 +-
 .../src/datasource/DatasourceEditor.jsx            |    4 +-
 .../src/datasource/DatasourceModal.tsx             |    3 +-
 superset-frontend/src/explore/App.jsx              |    2 +-
 .../src/explore/actions/exploreActions.js          |    3 +-
 .../src/explore/actions/saveModalActions.js        |    2 +-
 .../explore/components/AdhocFilterEditPopover.jsx  |    2 +-
 .../AdhocFilterEditPopoverSimpleTabContent.jsx     |    3 +-
 .../AdhocFilterEditPopoverSqlTabContent.jsx        |    2 +-
 .../src/explore/components/AdhocFilterOption.jsx   |    3 +-
 .../explore/components/AdhocMetricEditPopover.jsx  |    3 +-
 .../src/explore/components/AdhocMetricOption.jsx   |    2 +-
 .../src/explore/components/ControlHeader.jsx       |    4 +-
 .../explore/components/ControlPanelsContainer.jsx  |    3 +-
 .../src/explore/components/DisplayQueryButton.jsx  |    2 +-
 .../src/explore/components/EmbedCodeButton.jsx     |    2 +-
 .../explore/components/ExploreActionButtons.jsx    |    2 +-
 .../src/explore/components/ExploreChartHeader.jsx  |    3 +-
 .../src/explore/components/ExploreChartPanel.jsx   |    2 +-
 .../explore/components/ExploreViewContainer.jsx    |    4 +-
 .../src/explore/components/PropertiesModal.tsx     |    3 +-
 .../src/explore/components/QueryAndSaveBtns.jsx    |    3 +-
 .../src/explore/components/RowCountLabel.jsx       |    3 +-
 .../src/explore/components/SaveModal.jsx           |    2 +-
 .../components/controls/AdhocFilterControl.jsx     |    4 +-
 .../components/controls/AnnotationLayer.jsx        |   14 +-
 .../components/controls/AnnotationLayerControl.jsx |    3 +-
 .../explore/components/controls/BoundsControl.jsx  |    2 +-
 .../components/controls/ColorMapControl.jsx        |    2 +-
 .../components/controls/ColorPickerControl.jsx     |    2 +-
 .../components/controls/DatasourceControl.jsx      |    2 +-
 .../components/controls/DateFilterControl.jsx      |    3 +-
 .../components/controls/FilterBoxItemControl.jsx   |    4 +-
 .../explore/components/controls/MetricsControl.jsx |    2 +-
 .../components/controls/SelectAsyncControl.jsx     |    2 +-
 .../explore/components/controls/SelectControl.jsx  |    2 +-
 .../explore/components/controls/SpatialControl.jsx |    2 +-
 .../components/controls/TextAreaControl.jsx        |    2 +-
 .../explore/components/controls/TextControl.tsx    |    5 +-
 .../controls/TimeSeriesColumnControl.jsx           |    4 +-
 .../explore/components/controls/VizTypeControl.jsx |    3 +-
 .../components/controls/withVerification.jsx       |    3 +-
 superset-frontend/src/explore/constants.js         |    2 +-
 .../src/explore/controlPanels/DeckArc.js           |    6 +-
 .../src/explore/controlPanels/DeckGeojson.js       |    6 +-
 .../src/explore/controlPanels/DeckGrid.js          |    3 +-
 .../src/explore/controlPanels/DeckHex.js           |    2 +-
 .../src/explore/controlPanels/DeckMulti.js         |    3 +-
 .../src/explore/controlPanels/DeckPath.js          |    2 +-
 .../src/explore/controlPanels/DeckPolygon.js       |    2 +-
 .../src/explore/controlPanels/DeckScatter.js       |    3 +-
 .../src/explore/controlPanels/DeckScreengrid.js    |    3 +-
 .../src/explore/controlPanels/Separator.js         |    3 +-
 .../src/explore/controlPanels/Shared_DeckGL.jsx    |   11 +-
 .../src/explore/controlPanels/TimeTable.js         |    3 +-
 .../src/explore/controlPanels/sections.jsx         |    2 +-
 superset-frontend/src/explore/controlUtils.js      |    2 +-
 superset-frontend/src/explore/controls.jsx         |    8 +-
 superset-frontend/src/explore/dateFilterUtils.ts   |    2 +-
 superset-frontend/src/explore/exploreUtils.js      |    8 +-
 superset-frontend/src/explore/store.js             |    2 +-
 .../src/messageToasts/components/Toast.tsx         |    2 +-
 .../messageToasts/components/ToastPresenter.tsx    |    2 +-
 .../src/middleware/loggerMiddleware.js             |    2 +-
 superset-frontend/src/preamble.ts                  |    2 +-
 superset-frontend/src/profile/App.tsx              |    2 +-
 superset-frontend/src/profile/components/App.tsx   |    2 +-
 .../src/profile/components/CreatedContent.tsx      |    2 +-
 .../src/profile/components/Favorites.tsx           |    2 +-
 .../src/profile/components/Security.tsx            |    2 +-
 .../src/profile/components/UserInfo.tsx            |    2 +-
 superset-frontend/src/setup/setupApp.ts            |    2 +-
 superset-frontend/src/setup/setupClient.js         |    3 +-
 superset-frontend/src/setup/setupColors.js         |   20 +-
 superset-frontend/src/setup/setupFormatters.js     |    4 +-
 superset-frontend/src/setup/setupPlugins.ts        |    2 +-
 superset-frontend/src/utils/common.js              |    7 +-
 superset-frontend/src/utils/downloadAsImage.ts     |    2 +-
 .../src/utils/getClientErrorObject.ts              |    3 +-
 .../src/utils/getControlsForVizType.js             |    2 +-
 superset-frontend/src/views/App.tsx                |    2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |    4 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |    3 +-
 superset-frontend/src/views/CRUD/data/common.ts    |    2 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |    4 +-
 .../src/views/CRUD/data/database/DatabaseModal.tsx |    3 +-
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |    4 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |    3 +-
 superset-frontend/src/views/CRUD/hooks.ts          |    3 +-
 superset-frontend/src/views/CRUD/utils.tsx         |    4 +-
 .../src/views/CRUD/welcome/DashboardTable.tsx      |    3 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |    2 +-
 superset-frontend/src/views/menu.tsx               |    2 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     |    4 +-
 .../FilterBox/FilterBoxChartPlugin.js              |    3 +-
 .../src/visualizations/FilterBox/controlPanel.jsx  |    2 +-
 .../visualizations/TimeTable/FormattedNumber.jsx   |    2 +-
 .../src/visualizations/TimeTable/SparklineCell.jsx |    3 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |    5 +-
 .../TimeTable/TimeTableChartPlugin.js              |    3 +-
 .../stylesheets/less/cosmo/cosmoTheme.js           |   59 +-
 .../SqlLab/components/ExploreCtasResultsButton.jsx |    2 +-
 256 files changed, 804 insertions(+), 1590 deletions(-)
 delete mode 100644 superset-frontend/.prettierrc
 copy superset-frontend/{src/views/CRUD/types.ts => prettier.config.js} (90%)