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 1570642 dix additional params
add cb10427 fix dataset select list (#15203)
add e5187a4 fix(dashboard): fix nested tab (#15134)
add fe5381d fix(native-filters): Fix Select `Default First Value` by
clicked `Clear All` (#15219)
add 7237324 chore: bump superset-ui to 0.17.58 (#15220)
add 1269cc2 fix(examples): calendar chart metric should be metrics
(#15173)
add 388eb01 feat(native-filters): Disable Apply button if filter required
(#15222)
add ea8507b fix: Filter bar not occupying 100% height when filter sets FF
unset (#15228)
add c7c6375 feat(native-filters): Hide time filters if loaded datasets
don't have temporal columns (#15225)
add 243af7f Merge branch 'master' of https://github.com/apache/superset
into pexdax/db-connection-ui
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 604 ++++++++++-----------
superset-frontend/package.json | 56 +-
superset-frontend/spec/fixtures/mockDatasource.js | 1 +
.../DashboardBuilder/DashboardBuilder.tsx | 15 +-
.../dashboard/components/gridComponents/Tabs.jsx | 8 +-
.../FilterBar/FilterControls/FilterValue.tsx | 12 +-
.../nativeFilters/FilterBar/Header/index.tsx | 6 +-
.../components/nativeFilters/FilterBar/index.tsx | 32 +-
.../components/nativeFilters/FilterBar/utils.ts | 38 ++
.../FiltersConfigForm/CollapsibleControl.tsx | 30 +-
.../FiltersConfigForm/FiltersConfigForm.tsx | 138 +++--
.../FiltersConfigModal/FiltersConfigForm/state.ts | 31 +-
.../FiltersConfigModal/FiltersConfigForm/utils.ts | 6 +-
.../FiltersConfigModal/FiltersConfigModal.test.tsx | 45 +-
superset-frontend/src/dataMask/reducer.ts | 8 +-
.../components/Select/SelectFilterPlugin.tsx | 101 ++--
.../src/views/CRUD/chart/ChartList.tsx | 2 +-
superset/examples/random_time_series.py | 2 +-
tests/dashboards/api_tests.py | 4 +-
19 files changed, 672 insertions(+), 467 deletions(-)