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.
omit a380629 Merge branch 'master' into pexdax/db-connection-ui
omit 1aae834 feat(db-connection-ui): Allow users to pick engine (#14884)
omit f45cae2 fix test for db modal
omit 29a899d # This is a combination of 6 commits. # This is the 1st
commit message:
add 405f95b feat(dashboard/native-filters): Hide filters out of scope of
current tab (#14933)
add bf1358b feat: Adding FORCE_SSL as feature flag in config.py (#14934)
add 53505c2 additional safeguard (#14953)
add e6bc7c9 feat: add type_generic and is_dttm to table metadata (#14863)
add f94c6d2 fix(native-filters): cascading filters not rendering in tab
(#14964)
add 78d3089 chore: bump superset-ui to 0.17.53 (#14968)
add 765e9dd feat(native-filters): apply cascading without instant
filtering (#14966)
add 145b947 # This is a combination of 6 commits. # This is the 1st
commit message:
add cea7b6c fix test for db modal
add d5c5167 feat(db-connection-ui): Allow users to pick engine (#14884)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a380629)
\
N -- N -- N refs/heads/pexdax/db-connection-ui (d5c5167)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.pylintrc | 2 +-
.../integration/dashboard_list/filter.test.ts | 4 +-
superset-frontend/package-lock.json | 620 +++++++++++----------
superset-frontend/package.json | 57 +-
.../dashboard/components/DashboardBuilder_spec.jsx | 5 +
.../components/gridComponents/ChartHolder_spec.jsx | 2 +
.../components/gridComponents/Tabs_spec.jsx | 4 +
.../datasource/DatasourceEditor_spec.jsx | 3 +
.../src/SqlLab/components/ResultSet.tsx | 2 +-
.../src/dashboard/actions/dashboardState.js | 5 +
superset-frontend/src/dashboard/actions/hydrate.js | 1 +
.../DashboardBuilder/DashboardContainer.tsx | 36 +-
.../components/gridComponents/ChartHolder.jsx | 41 +-
.../components/gridComponents/ChartHolder.test.tsx | 6 +-
.../dashboard/components/gridComponents/Tabs.jsx | 74 +--
.../components/gridComponents/Tabs.test.tsx | 5 +-
.../CascadeFilters/CascadeFilterControl/index.tsx | 5 +
.../CascadeFilters/CascadePopover/index.tsx | 16 +-
.../FilterBar/FilterControls/FilterControl.tsx | 2 +
.../FilterBar/FilterControls/FilterControls.tsx | 120 +++-
.../FilterBar/FilterControls/FilterValue.tsx | 3 +-
.../FilterBar/FilterControls/state.ts | 17 +-
.../FilterBar/FilterControls/types.ts | 2 +
.../components/nativeFilters/FilterBar/index.tsx | 21 +-
.../dashboard/components/nativeFilters/state.ts | 7 +
.../dashboard/components/nativeFilters/types.ts | 2 +
.../dashboard/components/nativeFilters/utils.ts | 74 ++-
.../dashboard/containers/DashboardComponent.jsx | 28 +-
.../src/dashboard/reducers/dashboardState.js | 7 +
superset-frontend/src/dashboard/types.ts | 6 +-
.../src/datasource/DatasourceEditor.jsx | 8 +-
superset/config.py | 3 +
superset/connectors/sqla/models.py | 16 +-
33 files changed, 727 insertions(+), 477 deletions(-)