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 2021/08/27 01:29:45 UTC

[superset] branch master updated (a413f79 -> 8adc31d)

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

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


    from a413f79  fix(explore): JS error for creating new metrics from columns (#16477)
     add 8adc31d  Revert "chore: Changes the DatabaseSelector to use the new Select component (#16334)" (#16478)

No new revisions were added by this update.

Summary of changes:
 .../javascripts/sqllab/SqlEditorLeftBar_spec.jsx   |  10 +-
 .../src/components/CertifiedIcon/index.tsx         |   9 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |  62 ++-
 .../src/components/DatabaseSelector/index.tsx      | 310 ++++++-------
 superset-frontend/src/components/Icons/Icon.tsx    |   8 +-
 superset-frontend/src/components/Select/Select.tsx |  76 ++--
 .../TableSelector/TableSelector.test.jsx           | 291 +++++++++++++
 .../TableSelector/TableSelector.test.tsx           |  91 ----
 .../src/components/TableSelector/index.tsx         | 484 ++++++++++-----------
 .../components/WarningIconWithTooltip/index.tsx    |   6 +-
 .../src/datasource/DatasourceEditor.jsx            | 132 +++---
 .../controls/DatasourceControl/index.jsx           |   5 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |   2 -
 superset/datasets/api.py                           |   2 +-
 superset/views/core.py                             |  21 +-
 tests/integration_tests/datasets/api_tests.py      |  14 +-
 16 files changed, 831 insertions(+), 692 deletions(-)
 create mode 100644 superset-frontend/src/components/TableSelector/TableSelector.test.jsx
 delete mode 100644 superset-frontend/src/components/TableSelector/TableSelector.test.tsx