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 860efef feat: adding SSL Toggle to Create Database Modal (#14976)
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 f2b8b04 Merge branch 'pexdax/db-connection-ui' of
https://github.com/apache/superset into pexdax/db-connection-ui
No new revisions were added by this update.
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 +-
superset/connectors/sqla/models.py | 4 +-
tests/datasource_tests.py | 19 +++
20 files changed, 358 insertions(+), 181 deletions(-)
create mode 100644
superset-frontend/src/dashboard/components/DashboardBuilder/state.ts