This is an automated email from the ASF dual-hosted git repository. diegopucci pushed a commit to branch chore/embedded_chart_flag in repository https://gitbox.apache.org/repos/asf/superset.git
commit 56a626d9a9a8e05ca3b370a7fc905b7dfdc5cd20 Merge: 3e6e109d77 922b4b8d1d Author: geido <[email protected]> AuthorDate: Thu Jul 21 15:29:24 2022 +0300 Merge branch 'master' of https://github.com/apache/superset docs/docs/databases/databricks.mdx | 5 +- .../superset-ui-chart-controls/src/types.ts | 3 - .../src/{controlPanel.ts => controlPanel.tsx} | 22 +- .../plugin-chart-echarts/src/components/Echart.tsx | 22 +- superset-frontend/spec/helpers/reducerIndex.ts | 2 +- superset-frontend/spec/helpers/setup.ts | 2 + superset-frontend/spec/helpers/testing-library.tsx | 24 +- .../src/components/Chart/chartReducer.ts | 4 +- .../src/dashboard/actions/dashboardState.js | 2 +- .../datasources.ts} | 40 ++- .../DashboardBuilder/DashboardBuilder.test.jsx | 196 --------------- .../DashboardBuilder/DashboardBuilder.test.tsx | 280 +++++++++++++++++++++ .../DashboardBuilder/DashboardBuilder.tsx | 80 ++++-- .../useStoredFilterBarWidth.test.ts | 85 +++++++ .../DashboardBuilder/useStoredFilterBarWidth.ts | 51 ++++ .../src/dashboard/components/Header/index.jsx | 1 + .../FilterBar/ActionButtons/ActionButtons.test.tsx | 26 ++ .../FilterBar/ActionButtons/index.tsx | 10 +- .../components/nativeFilters/FilterBar/index.tsx | 1 + .../FiltersConfigModal/FiltersConfigForm/utils.ts | 4 +- superset-frontend/src/dashboard/constants.ts | 5 +- .../src/dashboard/containers/Dashboard.ts | 2 +- .../src/dashboard/containers/DashboardPage.tsx | 2 +- .../reducers/datasources.ts} | 20 +- superset-frontend/src/dashboard/types.ts | 8 +- .../src/explore/actions/datasourcesActions.test.ts | 85 +++++++ .../actions/datasourcesActions.ts} | 51 ++-- .../src/explore/actions/exploreActions.ts | 21 -- .../src/explore/actions/hydrateExplore.test.ts | 3 + .../src/explore/actions/hydrateExplore.ts | 12 +- .../components/ExploreViewContainer/index.jsx | 4 +- .../reducers/datasourcesReducer.ts} | 29 +-- .../src/explore/reducers/exploreReducer.js | 13 - .../src/hooks/apiResources/dashboards.ts | 5 +- superset-frontend/src/utils/localStorageHelpers.ts | 2 + superset-frontend/src/views/store.ts | 33 ++- superset/connectors/sqla/models.py | 1 + superset/constants.py | 2 + superset/datasets/api.py | 14 +- superset/db_engine_specs/databricks.py | 33 ++- superset/models/helpers.py | 32 +++ superset/models/sql_lab.py | 1 + superset/utils/database.py | 10 +- tests/integration_tests/datasource_tests.py | 2 + 44 files changed, 885 insertions(+), 365 deletions(-)
