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/03 16:09:26 UTC

[superset] branch chore/d2d-e2e-tests updated (79444c569b -> a7399b0585)

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

diegopucci pushed a change to branch chore/d2d-e2e-tests
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 79444c569b Fix tests
     add 389fa31b89 fix: new welcome new users action (#21662)
     add 1d70079f71 fix(dashboard): Change text and icons in dashboard editmode (#21305)
     add 4c17f0e71e fix: time grain can't be removed in explore (#21644)
     add 61bd696226 fix(plugin-chart-echarts): boxplot throw error in the dashboard (#21661)
     add c1ba3290d9 docs: add organization that uses superset (#21660)
     add ef78ec6b30 fix: catch error when masking encrypted extra is none (#21570)
     add 157482955e chore: avoid undefined property on `Global` type (#21631)
     add 8d1b7ecfde fix(sqllab): perf regression on #21532 refactor (#21632)
     add 31895f412e chore(tags): Refactor logic to leverage Flask-SQLAlchemy extension (#21459)
     add 3edc656f20 fix(explore): Dashboard list is unsorted in save modal (#21317)
     add 4245bc3f38 chore(style): Enforce optional chaining (#21614)
     add a7399b0585 Merge branch 'master' of https://github.com/apache/superset into chore/d2d-e2e-tests

No new revisions were added by this update.

Summary of changes:
 .github/workflows/welcome-new-users.yml            |   3 +-
 RESOURCES/INTHEWILD.md                             |   3 +
 superset-frontend/.eslintrc.js                     |   1 +
 .../cypress/integration/dashboard/editmode.test.ts |  10 +-
 .../src/components/labelUtils.tsx                  |   6 +-
 .../src/shared-controls/dndControls.tsx            |   6 +-
 .../src/shared-controls/index.tsx                  |  16 +-
 .../src/shared-controls/mixins.tsx                 |   2 +-
 .../src/color/CategoricalColorScale.ts             |   3 +-
 .../src/connection/callApi/callApi.ts              |   2 +-
 .../superset-ui-core/src/models/Registry.ts        |   2 +-
 .../src/switchboard.test.ts                        |   4 +-
 .../src/BigNumber/BigNumberTotal/transformProps.ts |   2 +-
 .../BigNumberWithTrendline/transformProps.ts       |   2 +-
 .../src/BoxPlot/controlPanel.ts                    |  10 +-
 superset-frontend/spec/helpers/testing-library.tsx |   2 +-
 .../AceEditorWrapper/AceEditorWrapper.test.tsx     |   2 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   |  20 ++-
 .../QueryLimitSelect/QueryLimitSelect.test.tsx     |  24 ++-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |  19 +--
 .../RunQueryActionButton.test.tsx                  | 177 +++++++++++----------
 .../components/RunQueryActionButton/index.tsx      |  40 ++---
 .../{SaveQuery.test.jsx => SaveQuery.test.tsx}     |  55 ++++---
 .../src/SqlLab/components/SaveQuery/index.tsx      |  79 ++++-----
 ...LabQuery.test.jsx => ShareSqlLabQuery.test.tsx} |  59 ++++---
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |  21 +--
 .../src/SqlLab/components/SqlEditor/index.jsx      |  23 ++-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  14 +-
 .../hooks/useQueryEditor/index.ts}                 |  36 ++---
 .../hooks/useQueryEditor/useQueryEditor.test.ts    |  92 +++++++++++
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |   2 +-
 .../src/components/Chart/chartReducer.ts           |   5 +-
 .../src/components/ConfirmStatusChange/index.tsx   |   2 +-
 .../src/components/Datasource/CollectionTable.tsx  |   4 +-
 .../ErrorMessage/DatabaseErrorMessage.tsx          |  19 ++-
 .../src/components/FacePile/index.tsx              |   4 +-
 .../src/components/ListView/Filters/index.tsx      |   3 +-
 superset-frontend/src/components/Select/utils.tsx  |   2 +-
 .../src/components/TableCollection/index.tsx       |   6 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   2 +-
 .../components/SliceHeaderControls/index.tsx       |  11 +-
 .../components/gridComponents/Markdown.jsx         |   8 +-
 .../components/gridComponents/new/NewMarkdown.jsx  |   4 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |   2 +-
 .../nativeFilters/FilterCard/useFilterScope.ts     |   7 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   2 +-
 .../src/dashboard/containers/DashboardPage.tsx     |   6 +-
 .../src/dashboard/util/filterboxMigrationHelper.ts |   5 +-
 .../src/explore/actions/saveModalActions.js        |   6 +
 .../DndColumnSelectControl/DndFilterSelect.tsx     |   5 +-
 .../index.tsx                                      |   2 +-
 .../src/explore/controlUtils/getControlState.ts    |   2 +-
 .../exploreUtils/getParsedExploreURLParams.ts      |   2 +-
 .../components/Select/SelectFilterPlugin.tsx       |   2 +-
 superset-frontend/src/middleware/asyncEvent.ts     |   2 +-
 superset-frontend/src/preamble.ts                  |   2 +-
 superset-frontend/src/setup/setupApp.ts            |   2 +-
 superset-frontend/src/setup/setupClient.ts         |   2 +-
 .../src/views/CRUD/alert/AlertList.tsx             |   2 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |  29 ++--
 .../src/views/CRUD/annotation/AnnotationModal.tsx  |  13 +-
 .../CRUD/annotationlayers/AnnotationLayerModal.tsx |   4 +-
 .../views/CRUD/csstemplates/CssTemplateModal.tsx   |  12 +-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |   4 +-
 superset-frontend/src/views/CRUD/utils.tsx         |   6 +-
 .../src/views/components/RightMenu.tsx             |   2 +-
 superset/cli/update.py                             |   7 +-
 superset/common/tags.py                            |  76 +++++----
 superset/db_engine_specs/base.py                   |   6 +-
 superset/db_engine_specs/bigquery.py               |  16 +-
 superset/db_engine_specs/gsheets.py                |  16 +-
 superset/models/core.py                            |  12 +-
 tests/unit_tests/db_engine_specs/test_bigquery.py  |  54 ++++++-
 tests/unit_tests/db_engine_specs/test_gsheets.py   |  45 +++++-
 74 files changed, 695 insertions(+), 465 deletions(-)
 rename superset-frontend/src/SqlLab/components/SaveQuery/{SaveQuery.test.jsx => SaveQuery.test.tsx} (89%)
 rename superset-frontend/src/SqlLab/components/ShareSqlLabQuery/{ShareSqlLabQuery.test.jsx => ShareSqlLabQuery.test.tsx} (85%)
 copy superset-frontend/src/{dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/types.ts => SqlLab/hooks/useQueryEditor/index.ts} (56%)
 create mode 100644 superset-frontend/src/SqlLab/hooks/useQueryEditor/useQueryEditor.test.ts