You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/05/25 23:45:26 UTC

[superset] 01/05: Merge branch 'hugh/bg-patch' of https://github.com/apache/superset into hugh/bg-validation-db-modal

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

hugh pushed a commit to branch hugh/bg-validation-db-modal
in repository https://gitbox.apache.org/repos/asf/superset.git

commit d0fa290c5b35216e3b11c64f63556c33fd4e8f1a
Merge: e764072 386259f
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue May 25 16:31:17 2021 -0400

    Merge branch 'hugh/bg-patch' of https://github.com/apache/superset into hugh/bg-validation-db-modal

 .../explore/visualizations/line.test.ts            |   6 +-
 superset-frontend/package-lock.json                | 620 ++++++++++-----------
 superset-frontend/package.json                     |  56 +-
 .../spec/javascripts/explore/controlUtils_spec.tsx |  25 +-
 superset-frontend/src/SqlLab/main.less             |   1 +
 .../components/nativeFilters/FilterBar/index.tsx   |   6 +-
 .../FiltersConfigForm/DefaultValue.tsx             |   1 +
 .../explore/components/ExploreViewContainer.jsx    |  36 +-
 .../{ => VizTypeControl}/VizTypeControl.less       |   2 +-
 .../VizTypeControl/VizTypeControl.test.tsx         | 111 ++++
 .../index.jsx}                                     |  20 +-
 superset-frontend/src/explore/constants.ts         |   2 +-
 .../src/explore/controlUtils/getControlState.ts    |   6 +-
 superset-frontend/src/explore/controls.jsx         |   9 +-
 .../src/explore/reducers/exploreReducer.js         |  19 +
 .../components/Select/SelectFilterPlugin.tsx       | 121 ++--
 superset/databases/schemas.py                      |  49 +-
 superset/db_engine_specs/bigquery.py               |   6 +-
 tests/databases/api_tests.py                       |   2 +-
 tests/databases/schema_tests.py                    |  22 +-
 20 files changed, 631 insertions(+), 489 deletions(-)