You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/12/23 05:27:23 UTC

[superset] branch refactor-tc updated (b4c3df8a38 -> e803b3758d)

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

hugh pushed a change to branch refactor-tc
in repository https://gitbox.apache.org/repos/asf/superset.git


    from b4c3df8a38 Merge branch 'master' of https://github.com/apache/superset into refactor-tc
     add bdeedaaf80 chore: set Snowflake user agent (#22432)
     add 89bb6c024b build(deps): bump qs from 6.5.2 to 6.5.3 in /superset-frontend (#22343)
     add 2679ee2e46 fix(chart-table): Scrollbar causing header + footer overflow (#21064)
     add 277f8e04e2 fix: remove unsupported REST API search col with dotted notation on c… (#22440)
     add 291d776085 build(deps-dev): bump typescript from 4.2.3 to 4.9.4 in /superset-websocket (#22414)
     add f03c04a45a build(deps): bump uuid and @types/uuid in /superset-websocket (#22412)
     add 858796b98f chore(deps): bump express from 4.18.1 to 4.18.2 in /superset-websocket/utils/client-ws-app (#21754)
     add 71982ee174 chore: Re-add inheritance of Presto macros for Trino et al. (#22435)
     add 21b56b2d49 fix(cypress): Fix failing/flaky E2E tests (#22460)
     add b55ef5b514 fix: fix comment in Docker environment files (#22421)
     add 7f4e522f1a chore(viz): Rename legacy non-time-series Bar Chart (#22430)
     add 6b20e74442 fix: Create dataset polish/bug fix (#22262)
     add 0ca5e0e0db build(deps): bump @ant-design/icons from 4.2.2 to 4.8.0 in /superset-frontend (#22158)
     add 1bab5b9eba fix: Fixed spacing in alert modal (#22066)
     add c2a20e7b27 chore: adding additional code owners for cypress tests (#22476)
     add 7a94f3afc6 fix(chart-list): Hide 'Dashboards added to' column. (#22475)
     add b954f8f560 feat(welcome): make examples tab customizable (#22302)
     add 7d8fff87b5 fix(assets api): import replaces dashboard (#22208)
     add 630c129e3e fix(cypress): disable flaky tests (#22512)
     add 20599856d1 build(deps): bump qs from 6.5.2 to 6.5.3 in /superset-frontend/cypress-base (#22340)
     add 5617cb4274 chore: updating changelog and updating (#22479)
     add a2a578ad9b fix(init): Initialize _jwt_cookie_name  in AsyncQueryManager __init__  (#22314)
     add e8b85778e1 chore(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.47.0 in /superset-websocket (#22465)
     add b7c55b05c0 build(deps): bump pip-compile-multi from 2.4.1 to 2.6.1 in /requirements (#22216)
     add aa55800ca7 build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /superset-embedded-sdk (#22142)
     add 9b26794419 chore: Update dataset_id & dataset_type datasource_id & datasource_type for SPA explore (#22461)
     add e803b3758d Merge branch 'master' of https://github.com/apache/superset into refactor-tc

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |   2 +-
 CHANGELOG.md                                       |  60 ++-
 UPDATING.md                                        |   7 +-
 docker/.env                                        |   2 +-
 docker/.env-non-dev                                |   2 +-
 requirements/integration.txt                       |  10 +-
 superset-embedded-sdk/package-lock.json            |  12 +-
 .../cypress/integration/chart_list/filter.test.ts  |   8 +-
 .../cypress/integration/chart_list/list.test.ts    |  14 +-
 .../integration/dashboard/drilltodetail.test.ts    |   6 +-
 .../integration/dashboard/nativeFilters.test.ts    |   3 +-
 .../cypress/integration/dashboard/utils.ts         |   3 +-
 .../integration/dashboard_list/filter.test.ts      |   8 +-
 .../cypress/integration/explore/utils.ts           |   1 +
 superset-frontend/cypress-base/package-lock.json   |  12 +-
 superset-frontend/package-lock.json                | 509 ++++-----------------
 superset-frontend/package.json                     |   2 +-
 .../legacy-preset-chart-nvd3/src/DistBar/index.js  |   9 +-
 .../src/DataTable/hooks/useSticky.tsx              |  25 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  21 +-
 superset-frontend/src/SqlLab/fixtures.ts           |   2 +-
 .../src/components/EmptyState/index.tsx            |  26 +-
 superset-frontend/src/constants.ts                 |  54 +++
 .../util/findTabIndexByComponentId.test.js         |   2 +-
 .../util/updateComponentParentsList.test.js        |   2 +-
 .../exploreUtils/getParsedExploreURLParams.test.ts |   4 +-
 .../exploreUtils/getParsedExploreURLParams.ts      |  20 +-
 superset-frontend/src/featureFlags.ts              |   2 +-
 superset-frontend/src/preamble.ts                  |  16 +-
 superset-frontend/src/types/bootstrapTypes.ts      |  82 +++-
 .../utils/getBootstrapData.ts}                     |  14 +-
 superset-frontend/src/utils/localStorageHelpers.ts |   9 +-
 superset-frontend/src/utils/urlUtils.test.ts       |   4 +-
 superset-frontend/src/utils/urlUtils.ts            |   4 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      | 169 +++++--
 .../src/views/CRUD/chart/ChartList.tsx             |   1 +
 .../src/views/CRUD/data/database/DatabaseList.tsx  |   2 +-
 .../data/dataset/AddDataset/AddDataset.test.tsx    |   2 +-
 .../AddDataset/DatasetPanel/DatasetPanel.test.tsx  |   2 +-
 .../AddDataset/DatasetPanel/DatasetPanel.tsx       |  67 ++-
 .../data/dataset/AddDataset/Header/Header.test.tsx |  16 +-
 .../CRUD/data/dataset/AddDataset/Header/index.tsx  |  35 +-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    |  38 +-
 .../dataset/DatasetLayout/DatasetLayout.test.tsx   |   2 +-
 .../views/CRUD/data/dataset/DatasetList.test.jsx   |   2 +-
 .../src/views/CRUD/data/dataset/styles.ts          |  46 +-
 superset-frontend/src/views/CRUD/types.ts          |  19 +-
 superset-frontend/src/views/CRUD/utils.test.tsx    | 174 ++++++-
 superset-frontend/src/views/CRUD/utils.tsx         |  89 +++-
 .../src/views/CRUD/welcome/ActivityTable.test.tsx  |   9 +-
 .../src/views/CRUD/welcome/ActivityTable.tsx       |  75 ++-
 .../src/views/CRUD/welcome/ChartTable.test.tsx     |  29 +-
 .../src/views/CRUD/welcome/ChartTable.tsx          | 100 ++--
 .../src/views/CRUD/welcome/DashboardTable.tsx      | 108 ++---
 .../src/views/CRUD/welcome/EmptyState.test.tsx     |  33 +-
 .../src/views/CRUD/welcome/EmptyState.tsx          |  40 +-
 .../src/views/CRUD/welcome/SavedQueries.tsx        |  61 +--
 .../src/views/CRUD/welcome/Welcome.tsx             |  93 +++-
 superset-frontend/src/views/CRUD/welcome/types.ts  |   4 +
 superset-frontend/src/views/components/Menu.tsx    |  61 +--
 .../src/views/components/RightMenu.tsx             |   6 +-
 superset-frontend/src/views/components/SubMenu.tsx |   2 +-
 superset-frontend/src/views/components/types.ts    |   2 +-
 superset-websocket/package-lock.json               | 224 +++++++--
 superset-websocket/package.json                    |   8 +-
 .../utils/client-ws-app/package-lock.json          |  50 +-
 .../utils/client-ws-app/package.json               |   2 +-
 superset/charts/api.py                             |   4 +-
 superset/commands/importers/v1/assets.py           |  35 +-
 superset/config.py                                 |  12 +
 superset/connectors/base/models.py                 |   2 +-
 superset/connectors/sqla/views.py                  |   2 +-
 superset/db_engine_specs/databricks.py             |  12 +-
 superset/db_engine_specs/presto.py                 | 411 ++++++++---------
 superset/db_engine_specs/snowflake.py              |  16 +-
 superset/db_engine_specs/trino.py                  |  33 +-
 superset/examples/birth_names.py                   |  81 ++--
 superset/examples/supported_charts_dashboard.py    |  76 ++-
 superset/explore/api.py                            |  12 +-
 superset/explore/commands/get.py                   |  56 +--
 superset/explore/commands/parameters.py            |   4 +-
 superset/explore/exceptions.py                     |   6 +-
 superset/utils/async_query_manager.py              |   2 +-
 superset/views/base.py                             |   1 +
 tests/integration_tests/core_tests.py              |   2 +-
 .../db_engine_specs/databricks_tests.py            |  21 +-
 .../db_engine_specs/presto_tests.py                |   3 +-
 .../db_engine_specs/trino_tests.py                 |  16 +
 tests/integration_tests/explore/api_tests.py       |  14 +-
 .../fixtures/birth_names_dashboard.py              |   2 +-
 .../unit_tests/commands/importers}/__init__.py     |   0
 .../unit_tests/commands/importers/v1}/__init__.py  |   0
 .../commands/importers/v1/assets_test.py           | 131 ++++++
 .../unit_tests/db_engine_specs/test_databricks.py  |  44 +-
 tests/unit_tests/db_engine_specs/test_snowflake.py |  31 ++
 tests/unit_tests/explore/api_test.py               |   2 +-
 .../unit_tests/fixtures}/__init__.py               |   0
 tests/unit_tests/fixtures/assets_configs.py        | 259 +++++++++++
 98 files changed, 2346 insertions(+), 1472 deletions(-)
 copy superset-frontend/{packages/superset-ui-core/src/query/getColumnLabel.ts => src/utils/getBootstrapData.ts} (73%)
 copy {superset/advanced_data_type => tests/unit_tests/commands/importers}/__init__.py (100%)
 copy {superset/advanced_data_type => tests/unit_tests/commands/importers/v1}/__init__.py (100%)
 create mode 100644 tests/unit_tests/commands/importers/v1/assets_test.py
 copy {superset/advanced_data_type => tests/unit_tests/fixtures}/__init__.py (100%)
 create mode 100644 tests/unit_tests/fixtures/assets_configs.py