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

hugh pushed a change to branch hugh/allow-imgs-via-s2text
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from b8a54c7  saving this for now
     add 8e7f023  fix: apply template_params on external_metadata (#14996)
     add ff90348  docs: fix custom oauth config (#14997)
     add e2d6015  fix typos (#14950)
     add 3138091  Update index.mdx (#14990)
     add a90e168  docs: required information for OAuth2 configuration (#15010)
     add 1fc0852  feat(native-filters): Support default to first value in 
select filter (#14869)
     add d2a6e8c  fix(native-filters): avoid double load on initialization 
(#15012)
     add de1b140  chore(ci): fix ci conflict (#15016)
     add 07d619e  Merge branch 'master' of https://github.com/apache/superset 
into pexdax/db-connection-ui
     add 298f660  feat(db-connection-ui): Big Query Add Database Form (#14829)
     add 860efef  feat: adding SSL Toggle to Create Database Modal (#14976)
     add f2b8b04  Merge branch 'pexdax/db-connection-ui' of 
https://github.com/apache/superset into pexdax/db-connection-ui
     new d2e31aa  pull from master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/installation.rst                              |   6 +-
 docs/src/pages/docs/installation/configuring.mdx   |   8 +-
 docs/src/pages/docs/installation/index.mdx         |   2 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |  50 ++----
 .../dashboard/components/DashboardBuilder/state.ts |  93 ++++++++++++
 .../FilterBar/FilterControls/FilterValue.tsx       |   2 +-
 .../components/nativeFilters/FilterBar/index.tsx   |  21 ++-
 .../components/nativeFilters/FilterBar/state.ts    |   6 +
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   9 +-
 .../FiltersConfigForm/getControlItemsMap.tsx       | 100 +++++++-----
 .../nativeFilters/FiltersConfigModal/types.ts      |   3 +
 .../nativeFilters/FiltersConfigModal/utils.ts      |   3 +
 .../dashboard/components/nativeFilters/types.ts    |   1 +
 superset-frontend/src/dataMask/reducer.ts          |   2 +-
 .../components/Select/SelectFilterPlugin.test.tsx  |  70 +++++----
 .../components/Select/SelectFilterPlugin.tsx       | 133 ++++++++--------
 .../src/filters/components/Select/controlPanel.ts  |   5 +-
 .../src/filters/components/Select/types.ts         |   2 +-
 .../DatabaseModal/DatabaseConnectionForm.tsx       | 167 +++++++++++++++++++--
 .../CRUD/data/database/DatabaseModal/index.tsx     |  64 ++++----
 .../CRUD/data/database/DatabaseModal/styles.ts     |  51 +++++++
 .../src/views/CRUD/data/database/types.ts          |   1 +
 superset/connectors/sqla/models.py                 |   4 +-
 superset/db_engine_specs/bigquery.py               |   4 +-
 tests/datasource_tests.py                          |  19 +++
 25 files changed, 604 insertions(+), 222 deletions(-)
 create mode 100644 
superset-frontend/src/dashboard/components/DashboardBuilder/state.ts

Reply via email to