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 3414f35  refactor: better naming for config flags (#10180)
     add 9bdfa05  feat(viz): add query mode switch to table chart (#10113)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/dashboard/filter.test.js   |     2 +-
 superset-frontend/package-lock.json                | 20123 ++++++++-----------
 superset-frontend/package.json                     |    29 +-
 superset-frontend/spec/helpers/shim.js             |    27 -
 .../javascripts/components/AsyncSelect_spec.jsx    |    86 +-
 .../components/ListView/ListView_spec.jsx          |    12 +-
 .../javascripts/components/TableSelector_spec.jsx  |     4 +-
 .../datasource/ChangeDatasourceModal_spec.jsx      |    40 +-
 .../datasource/DatasourceEditor_spec.jsx           |    22 +-
 .../datasource/DatasourceModal_spec.jsx            |    18 +-
 .../explore/components/MetricsControl_spec.jsx     |    64 +-
 .../explore/components/SaveModal_spec.jsx          |    61 +-
 .../spec/javascripts/explore/controlUtils_spec.jsx |    15 +-
 .../javascripts/explore/exploreActions_spec.js     |     8 +-
 .../messageToasts/components/Toast_spec.jsx        |    20 +-
 .../javascripts/profile/EditableTitle_spec.jsx     |     5 +-
 .../sqllab/ExploreResultsButton_spec.jsx           |   100 +-
 .../spec/javascripts/sqllab/actions/sqlLab_spec.js |     4 +-
 .../javascripts/welcome/DashboardTable_spec.jsx    |    22 +-
 superset-frontend/src/chart/ChartRenderer.jsx      |    16 +-
 .../src/components/ListView/TableCollection.tsx    |     4 +-
 .../src/explore/components/Control.jsx             |    21 +-
 .../explore/components/ControlPanelsContainer.jsx  |   139 +-
 .../src/explore/controlPanels/sections.jsx         |     1 +
 superset-frontend/src/explore/controlUtils.js      |    95 +-
 .../src/explore/reducers/exploreReducer.js         |    14 +-
 .../src/types/react-table-config.d.ts              |     2 -
 .../src/views/chartList/ChartList.tsx              |    10 +-
 .../src/visualizations/presets/MainPreset.js       |     2 +-
 superset-frontend/src/welcome/DashboardTable.jsx   |     6 +-
 superset-frontend/webpack.config.js                |     5 +-
 superset/utils/core.py                             |    20 +
 superset/viz.py                                    |   133 +-
 tests/viz_tests.py                                 |    47 +-
 34 files changed, 8746 insertions(+), 12431 deletions(-)

Reply via email to