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/08/29 13:59:29 UTC

[superset] 01/05: Merge branch 'master' of https://github.com/apache/superset

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

diegopucci pushed a commit to branch chore/applitools-enhancements-fixes
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 5d9c4266ab90b73bceef662cc38d1a6d6584fccd
Merge: 394d62ee51 11bf7b9125
Author: geido <di...@gmail.com>
AuthorDate: Mon Aug 22 16:54:04 2022 +0300

    Merge branch 'master' of https://github.com/apache/superset

 CONTRIBUTING.md                                    |     2 +-
 Makefile                                           |    12 +-
 UPDATING.md                                        |     1 +
 docs/static/resources/openapi.json                 |     4 +-
 requirements/base.txt                              |     8 +-
 setup.py                                           |     7 +-
 superset-frontend/.eslintrc.js                     |     1 +
 superset-frontend/.storybook/main.js               |     4 +-
 superset-frontend/.storybook/preview.jsx           |     1 +
 .../integration/dashboard/edit_properties.test.ts  |     2 +-
 .../cypress/integration/explore/control.test.ts    |    31 +
 .../explore/visualizations/area.test.js            |     2 +-
 .../explore/visualizations/box_plot.test.js        |     2 +-
 .../explore/visualizations/bubble.test.js          |     2 +-
 .../explore/visualizations/compare.test.js         |     2 +-
 .../explore/visualizations/dist_bar.test.js        |     2 +-
 .../explore/visualizations/dual_line.test.js       |     2 +-
 .../explore/visualizations/gauge.test.js           |     2 +-
 .../explore/visualizations/graph.test.ts           |     2 +-
 .../explore/visualizations/histogram.test.ts       |     2 +-
 .../explore/visualizations/line.test.ts            |     2 +-
 .../integration/explore/visualizations/pie.test.js |     2 +-
 .../explore/visualizations/sankey.test.js          |     2 +-
 .../explore/visualizations/sunburst.test.js        |     2 +-
 .../explore/visualizations/treemap.test.js         |     2 +-
 .../explore/visualizations/world_map.test.js       |     2 +-
 superset-frontend/package-lock.json                | 12804 +++++++++++--------
 superset-frontend/package.json                     |    23 +-
 .../src/sections/advancedAnalytics.tsx             |     1 -
 .../superset-ui-core/src/query/types/Filter.ts     |     6 +
 .../src/ui-overrides/ExtensionsRegistry.ts         |     2 +
 .../test/query/types/Filter.test.ts                |    23 +
 .../src/Gauge/controlPanel.tsx                     |     6 +-
 .../src/Gauge/transformProps.ts                    |    79 +-
 .../plugin-chart-echarts/src/Gauge/types.ts        |     8 +-
 .../src/plugin/buildQuery.ts                       |    10 +-
 .../src/plugin/controlPanel.tsx                    |     3 +-
 .../src/plugin/controls/orderBy.tsx                |     8 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |     2 +-
 .../SaveDatasetModal/SaveDatasetModal.test.tsx     |    74 +-
 .../src/components/Datasource/DatasourceEditor.jsx |     4 +-
 .../Datasource/DatasourceEditor.test.jsx           |    12 +-
 .../src/components/FilterableTable/index.tsx       |   462 +-
 .../src/components/ListViewCard/index.tsx          |    49 +-
 .../src/components/MetadataBar/ContentConfig.tsx   |   143 +
 .../src/components/MetadataBar/ContentType.ts      |    91 +
 .../components/MetadataBar/MetadataBar.stories.tsx |   109 +
 .../components/MetadataBar/MetadataBar.test.tsx    |   257 +
 .../components/MetadataBar/Overview.stories.mdx    |   137 +
 .../src/components/MetadataBar/index.tsx           |   190 +
 superset-frontend/src/components/Radio/index.tsx   |     1 +
 .../src/components/TableSelector/index.tsx         |     1 -
 .../components/AddSliceCard/AddSliceCard.tsx       |     2 +-
 .../components/BuilderComponentPane/index.tsx      |    15 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |     1 +
 .../src/dashboard/components/Header/index.jsx      |     1 +
 .../ColorSchemeControl/ColorSchemeLabel.test.tsx   |    59 +
 .../ColorSchemeControl/ColorSchemeLabel.tsx        |   126 +
 .../controls/ColorSchemeControl/index.jsx          |    36 +-
 .../getFormDataFromDashboardContext.test.ts        |    76 +
 .../getFormDataWithDashboardContext.ts             |    57 +-
 .../CRUD/data/database/DatabaseModal/styles.ts     |     2 +-
 superset-frontend/src/views/CRUD/hooks.ts          |     4 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |   143 +-
 .../src/views/components/Menu.test.tsx             |   119 +-
 superset-frontend/src/views/components/Menu.tsx    |    13 +-
 superset-frontend/webpack.config.js                |    19 +
 superset/charts/api.py                             |     4 +
 superset/common/query_context_processor.py         |    14 +
 superset/config.py                                 |    36 +-
 superset/connectors/sqla/views.py                  |     3 +-
 superset/databases/api.py                          |     6 +-
 superset/db_engine_specs/sqlite.py                 |     2 +-
 superset/examples/bart_lines.py                    |     6 +-
 superset/examples/birth_names.py                   |     5 +-
 superset/examples/country_map.py                   |     8 +-
 superset/examples/energy.py                        |     6 +-
 superset/examples/flights.py                       |    10 +-
 superset/examples/helpers.py                       |    16 +-
 superset/examples/long_lat.py                      |     6 +-
 superset/examples/multiformat_time_series.py       |     6 +-
 superset/examples/paris.py                         |     6 +-
 superset/examples/random_time_series.py            |     6 +-
 superset/examples/sf_population_polygons.py        |     6 +-
 superset/examples/world_bank.py                    |     6 +-
 ...665d_fix_table_chart_conditional_formatting_.py |    82 +
 superset/models/helpers.py                         |    15 +-
 superset/queries/saved_queries/api.py              |     1 +
 superset/reports/commands/execute.py               |    38 +-
 superset/reports/models.py                         |     5 +
 superset/reports/notifications/base.py             |     2 +
 superset/reports/notifications/email.py            |    11 +-
 superset/result_set.py                             |     3 +
 superset/templates/superset/basic.html             |     1 +
 .../templates/superset/models/database/macros.html |     2 +-
 superset/utils/core.py                             |    18 +-
 superset/utils/pandas_postprocessing/__init__.py   |     6 +
 .../utils/pandas_postprocessing/contribution.py    |     3 +
 superset/utils/pandas_postprocessing/flatten.py    |     5 +-
 superset/utils/pandas_postprocessing/utils.py      |    10 +
 superset/views/base.py                             |    10 +-
 superset/viz.py                                    |     4 +-
 tests/integration_tests/charts/api_tests.py        |    15 +-
 tests/integration_tests/conftest.py                |    27 +
 tests/integration_tests/core_tests.py              |     4 +-
 tests/integration_tests/databases/api_tests.py     |    34 +-
 tests/integration_tests/email_tests.py             |    31 +
 .../queries/saved_queries/api_tests.py             |     4 +-
 tests/integration_tests/query_context_tests.py     |    45 +
 .../commands/execute_dashboard_report_tests.py     |    45 +
 tests/unit_tests/db_engine_specs/test_sqlite.py    |     4 +-
 tests/unit_tests/notifications/email_tests.py      |     9 +
 .../pandas_postprocessing/test_flatten.py          |    19 +
 .../unit_tests/pandas_postprocessing/test_utils.py |    30 +
 114 files changed, 9962 insertions(+), 5954 deletions(-)