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 2021/01/11 01:27:40 UTC

[superset] branch master updated (6bee3a0 -> 9acf48f)

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/superset.git.


    from 6bee3a0  chore: change Datasource to Dataset in Explore ui (#12402)
     add 9acf48f  chore: upgrade eslint, babel, and prettier (#12393)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                     |    2 +
 superset-frontend/babel.config.js                  |    5 +-
 .../cypress/integration/dashboard/filter.test.ts   |   12 +-
 .../cypress/integration/dashboard/load.test.js     |    8 +-
 .../integration/dashboard/url_params.test.js       |    8 +-
 .../cypress/integration/explore/link.test.js       |    5 +-
 .../cypress-base/cypress/support/index.ts          |    6 +-
 superset-frontend/package-lock.json                | 5672 +++++++++++++++-----
 superset-frontend/package.json                     |   60 +-
 .../javascripts/components/AsyncSelect_spec.jsx    |   21 +-
 .../dashboard/actions/dashboardLayout_spec.js      |    4 +-
 .../nativeFilters/FilterConfigurationLink_spec.tsx |    2 +-
 .../datasource/DatasourceEditor_spec.jsx           |    7 +-
 .../explore/components/SaveModal_spec.jsx          |   21 +-
 .../components/withAsyncVerification_spec.tsx      |    6 +-
 .../messageToasts/components/Toast_spec.jsx        |    7 +-
 .../javascripts/sqllab/SaveDatasetModal_spec.tsx   |    2 +-
 .../javascripts/sqllab/reducers/sqlLab_spec.js     |    2 +-
 .../spec/javascripts/utils/parseCookie_spec.ts     |    4 +-
 .../views/CRUD/welcome/ActivityTable_spec.tsx      |    4 +-
 .../views/CRUD/welcome/ChartTable_spec.tsx         |    4 +-
 .../views/CRUD/welcome/SavedQueries_spec.tsx       |    2 +-
 .../src/SqlLab/components/ResultSet.tsx            |    9 +-
 .../src/SqlLab/components/SaveDatasetModal.tsx     |  146 +-
 .../src/SqlLab/components/SaveQuery.tsx            |   90 +-
 superset-frontend/src/chart/chartAction.js         |   12 +-
 .../src/components/ErrorMessage/types.ts           |    4 +-
 .../src/components/FacePile/FacePile.stories.tsx   |    6 +-
 .../src/components/Icon/icon.stories.jsx           |   44 +-
 .../src/components/ListView/CardCollection.tsx     |    6 +-
 .../src/components/ListView/ListView.tsx           |   54 +-
 .../ListViewCard/ListViewCard.stories.tsx          |   86 +-
 .../src/components/Select/Select.stories.tsx       |   76 +-
 .../src/components/Select/SupersetStyledSelect.tsx |   11 +-
 .../Select/WindowedSelect/WindowedMenuList.tsx     |    4 +-
 superset-frontend/src/components/Select/styles.tsx |   28 +-
 .../src/components/SupersetResourceSelect.tsx      |    7 +-
 .../dashboard/components/BuilderComponentPane.tsx  |   94 +-
 .../src/dashboard/components/DashboardBuilder.jsx  |    7 +-
 .../components/FiltersBadge/DetailsPanel.tsx       |   26 +-
 .../dashboard/components/FiltersBadge/Styles.tsx   |    3 +-
 .../src/dashboard/components/PropertiesModal.jsx   |    7 +-
 .../dashboard/components/SliceHeaderControls.jsx   |   10 +-
 .../src/dashboard/components/StickyVerticalBar.tsx |   71 +-
 .../dashboard/components/gridComponents/Tab.jsx    |   40 +-
 .../components/nativeFilters/ColumnSelect.tsx      |    7 +-
 .../components/nativeFilters/FilterBar.tsx         |   62 +-
 .../dashboard/components/nativeFilters/state.ts    |    6 +-
 .../src/datasource/DatasourceEditor.jsx            |    4 +-
 superset-frontend/src/explore/AdhocFilter.js       |    5 +-
 .../src/explore/components/DataTablesPane.tsx      |    5 +-
 .../src/explore/components/ExploreChartPanel.jsx   |    8 +-
 .../components/controls/DateFilterControl/utils.ts |    8 +-
 superset-frontend/src/explore/exploreUtils.js      |    5 +-
 .../src/filters/components/Range/buildQuery.ts     |   58 +-
 .../src/filters/components/Select/buildQuery.ts    |   12 +-
 superset-frontend/src/utils/cacheWrapper.ts        |   18 +-
 superset-frontend/src/utils/downloadAsImage.ts     |    7 +-
 .../src/views/CRUD/alert/AlertList.tsx             |    7 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |   75 +-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |    7 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |    5 +-
 .../src/views/CRUD/data/query/QueryList.tsx        |   49 +-
 .../src/views/CRUD/welcome/ActivityTable.tsx       |   42 +-
 .../src/views/CRUD/welcome/ChartTable.tsx          |    5 +-
 .../src/views/CRUD/welcome/DashboardTable.tsx      |   10 +-
 .../src/views/CRUD/welcome/SavedQueries.tsx        |    5 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     |    4 +-
 superset-frontend/webpack.config.js                |    6 +-
 69 files changed, 4862 insertions(+), 2263 deletions(-)