You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/10/13 16:26:17 UTC

[superset] 02/03: Merge branch 'master' of https://github.com/apache/superset into chore/e2e-d2d

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

diegopucci pushed a commit to branch chore/e2e-cross-references
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 5eb67845ff0db908b829f510b58fc9cca21c68b1
Merge: b65ec846dc 49b48eeca4
Author: geido <di...@gmail.com>
AuthorDate: Thu Oct 13 18:07:26 2022 +0300

    Merge branch 'master' of https://github.com/apache/superset into chore/e2e-d2d

 superset-frontend/babel.config.js                  |   6 +
 .../cypress/integration/chart_list/filter.test.ts  |  14 +++
 .../cypress/integration/chart_list/list.test.ts    |   9 +-
 .../superset-ui-chart-controls/src/index.ts        |   2 +-
 .../src/sections/echartsTimeSeriesQuery.tsx        |  15 +--
 .../src/sections/sections.tsx                      |   8 +-
 .../src/shared-controls/dndControls.tsx            |   5 +-
 .../src/shared-controls/index.tsx                  |  11 +-
 .../src/shared-controls/mixins.tsx                 |   5 +-
 .../superset-ui-chart-controls/test/fixtures.ts    |  10 +-
 .../test/utils/getTemporalColumns.test.ts          |   2 +-
 .../superset-ui-core/src/query/constants.ts        |  18 +--
 .../superset-ui-core/src/query/getXAxis.ts         |   6 +
 .../packages/superset-ui-core/src/query/index.ts   |   2 +-
 .../superset-ui-core/src/query/types/Column.ts     |   6 +
 .../superset-ui-core/src/utils/featureFlags.ts     |   1 +
 .../BigNumberWithTrendline/controlPanel.tsx        |  15 +--
 .../src/MixedTimeseries/controlPanel.tsx           |   9 +-
 .../src/MixedTimeseries/index.ts                   |   9 +-
 .../src/Timeseries/Area/index.ts                   |   7 +-
 .../src/Timeseries/Regular/Bar/index.ts            |   7 +-
 .../src/Timeseries/Regular/Line/index.ts           |   7 +-
 .../src/Timeseries/Regular/Scatter/index.ts        |   7 +-
 .../src/Timeseries/Regular/SmoothLine/index.ts     |   7 +-
 .../src/Timeseries/Step/index.ts                   |   7 +-
 .../plugin-chart-echarts/src/Timeseries/index.ts   |   9 +-
 .../src/plugin/buildQuery.ts                       |   7 +-
 .../src/plugin/controlPanel.tsx                    |   9 +-
 .../plugins/plugin-chart-table/src/buildQuery.ts   |   5 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   7 +-
 .../SqlLab/components/ResultSet/ResultSet.test.tsx |  83 +++++++++++---
 .../src/SqlLab/components/ResultSet/index.tsx      |   6 +-
 superset-frontend/src/components/Chart/Chart.jsx   |  19 +++-
 .../src/components/ListView/CrossLinks.test.tsx    |  97 ++++++++++++++++
 .../src/components/ListView/CrossLinks.tsx         | 122 +++++++++++++++++++++
 .../components/ListView/CrossLinksTooltip.test.tsx |  89 +++++++++++++++
 .../src/components/ListView/CrossLinksTooltip.tsx  |  73 ++++++++++++
 .../dashboard/components/FiltersBadge/selectors.ts |   3 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   3 +
 .../components/gridComponents/ChartHolder.test.tsx |   3 +-
 .../components/gridComponents/ChartHolder.tsx      |   4 +
 .../dashboard/components/gridComponents/Row.jsx    |  49 +++++++++
 .../nativeFilters/FilterBar/FilterBar.test.tsx     |   2 +-
 .../nativeFilters/FilterCard/DependenciesRow.tsx   |  12 +-
 .../nativeFilters/FilterCard/NameRow.tsx           |   2 +-
 .../nativeFilters/FilterCard/ScopeRow.tsx          |  12 +-
 .../explore/components/ControlPanelsContainer.tsx  |   1 +
 .../ExploreViewContainer.test.tsx                  |  32 ++++--
 .../components/ExploreViewContainer/index.jsx      |   4 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx | 103 ++++++-----------
 .../DateFilterControl/components/AdvancedFrame.tsx |  24 ++--
 .../components/controls/DateFilterControl/index.ts |   5 +
 .../components/controls/DateFilterControl/types.ts |  11 ++
 .../controls/DateFilterControl/utils/constants.ts  |   6 +
 .../DateFilterControl/utils/dateFilterUtils.ts     |  56 +++++++++-
 .../DndAdhocFilterOption.tsx                       |  69 ++++++++++++
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  44 +++-----
 .../index.tsx                                      |  76 ++++++-------
 .../AdhocFilterOption/AdhocFilterOption.test.tsx   |  20 ++--
 .../FilterControl/AdhocFilterOption/index.jsx      |  86 ---------------
 .../FilterControl/AdhocFilterOption/index.tsx      |  77 +++++++++++++
 superset-frontend/src/explore/constants.ts         |   4 -
 .../getFormDataWithDashboardContext.ts             |   2 +-
 .../exploreUtils/getParsedExploreURLParams.test.ts |   2 +-
 .../exploreUtils/getParsedExploreURLParams.ts      |   5 +-
 .../src/explore/reducers/exploreReducer.js         |   3 +-
 .../filters/components/Time/TimeFilterPlugin.tsx   |   3 +-
 .../useTruncation/index.ts}                        |  44 ++++++--
 .../DateFilterControl/index.ts => utils/isBot.ts}  |   4 +-
 .../isDashboardVirtualizationEnabled.ts}           |  13 ++-
 .../src/views/CRUD/chart/ChartList.tsx             |  99 +++++++++++++++++
 .../CRUD/data/database/DatabaseModal/index.tsx     |   8 +-
 superset-frontend/webpack.config.js                |   3 +
 superset/config.py                                 |   2 +-
 superset/migrations/shared/utils.py                |  31 ++++--
 ...59_7fb8bca906d2_permalink_rename_filterstate.py |   3 -
 superset/models/slice.py                           |   3 +-
 superset/utils/cache.py                            |   4 +-
 superset/views/base.py                             |   1 +
 superset/views/core.py                             |   5 +-
 80 files changed, 1198 insertions(+), 466 deletions(-)