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

hugh pushed a change to branch pexdax/db-connection-ui
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from f2b8b04  Merge branch 'pexdax/db-connection-ui' of 
https://github.com/apache/superset into pexdax/db-connection-ui
     add 8798da4  chore: rename 'Source' to 'Database' for consistency (#15021)
     add 7f4e036  fix: adding additional configs and colors for queryHistory 
(#14995)
     add 422c32c  feat(filter-box): hide druid options if druid not enabled 
(#14921)
     add cf15fe0  fix(dashboard): custom css should be removed on unmount 
(#15025)
     add 11eef25  feat: Add "is_select_query" method to base engine spec to 
make it possible to override it (#15013)
     add 21aa3da  display all metric results in editor (#15031)
     add 12fcb31  Remove nowrap (#14954)
     add a1ca0b2  Add ming-height to empty tab (#14878)
     add 0e07a5c  fix(explore): Datepicker glitch on hover outside the modal 
(#15033)
     add efd7007  fix(native-filters): show overridden chart name on scoping 
tree (#15038)
     add 1af91ed  fix: Adds left padding to dashboard edit mode when filter bar 
is closed (#15024)
     add 4e998e6  feat: add more timeout configuration on screenshots (#14868)
     add 94c86c3  Centered down-arrow icons in top navbar (#14846)
     add 6cc179b  close icon aligned (#14870)
     add b75df93  docs: provide config option for openid-connect provider 
(#15044)
     add 3b97074  fix: benchmark migration script (#15032)
     add a59bbbc  fix: edit BQ w/o encrypted_extra (#15048)
     add 3f527c7  fix: font regression in SQL Lab (#14960)
     add 42cb526  fix: import metrics with extra (#15047)
     add addb946  pull from master

No new revisions were added by this update.

Summary of changes:
 docs/src/pages/docs/installation/configuring.mdx   | 25 +++++++-
 scripts/benchmark_migration.py                     | 39 ++++++++-----
 superset-frontend/spec/fixtures/mockDatasource.js  |  2 +
 .../datasource/DatasourceEditor_spec.jsx           | 25 ++++++++
 .../src/SqlLab/components/QueryTable/index.jsx     | 26 +++++++--
 .../ErrorMessage/DatabaseErrorMessage.test.tsx     |  1 +
 .../ErrorMessage/DatabaseErrorMessage.tsx          |  3 +-
 .../ErrorMessage/ErrorMessageWithStackTrace.tsx    |  8 ++-
 .../ErrorMessage/ParameterErrorMessage.test.tsx    |  1 +
 .../ErrorMessage/ParameterErrorMessage.tsx         |  3 +-
 .../src/components/ErrorMessage/types.ts           |  1 +
 .../src/components/ListView/ListView.tsx           |  4 ++
 superset-frontend/src/components/Menu/Menu.tsx     |  3 +
 .../src/components/Menu/MenuRight.tsx              |  3 +
 .../DashboardBuilder/DashboardBuilder.tsx          | 20 ++++---
 .../dashboard/components/gridComponents/Tabs.jsx   |  4 ++
 .../FiltersConfigForm/FilterScope/utils.ts         |  6 +-
 .../src/dashboard/containers/DashboardPage.tsx     | 40 ++++++-------
 superset-frontend/src/dashboard/types.ts           |  1 +
 .../{injectCustomCss.js => injectCustomCss.ts}     | 36 ++++++++----
 .../src/datasource/DatasourceEditor.jsx            | 13 ++++-
 .../src/explore/components/ControlHeader.jsx       |  1 -
 .../DateFilterControl/components/CustomFrame.tsx   |  6 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |  2 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  2 +-
 .../src/visualizations/FilterBox/controlPanel.jsx  | 67 ++++++++++++++--------
 superset/config.py                                 | 10 +++-
 superset/datasets/commands/importers/v1/utils.py   |  3 +-
 superset/db_engine_specs/base.py                   |  8 +++
 .../versions/27ae655e4247_make_creator_owners.py   | 27 ++++++++-
 .../versions/c82ee8a39623_add_implicit_tags.py     | 36 +++++++++++-
 superset/models/core.py                            | 12 ++--
 superset/sql_lab.py                                |  2 +-
 superset/utils/mock_data.py                        |  6 +-
 superset/utils/webdriver.py                        | 37 ++++++------
 superset/views/base.py                             |  1 +
 tests/datasets/commands_tests.py                   |  2 +-
 tests/fixtures/importexport.py                     |  2 +-
 tests/thumbnails_tests.py                          | 46 ++++++++++++++-
 39 files changed, 398 insertions(+), 136 deletions(-)
 rename superset-frontend/src/dashboard/util/{injectCustomCss.js => 
injectCustomCss.ts} (66%)

Reply via email to