You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2022/12/20 16:58:50 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/cypress-base/qs-6.5.3 updated (787eb5411f -> 6336087dff)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-frontend/cypress-base/qs-6.5.3
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 787eb5411f build(deps): bump qs in /superset-frontend/cypress-base
     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 6336087dff build(deps): bump qs in /superset-frontend/cypress-base

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (787eb5411f)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/cypress-base/qs-6.5.3 (6336087dff)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docker/.env                                        |   2 +-
 docker/.env-non-dev                                |   2 +-
 .../integration/dashboard/drilltodetail.test.ts    |   6 +-
 .../integration/dashboard/nativeFilters.test.ts    |   3 +-
 .../cypress/integration/dashboard/utils.ts         |   3 +-
 .../cypress/integration/explore/utils.ts           |   1 +
 superset-frontend/package-lock.json                | 401 +++-----------------
 superset-frontend/package.json                     |   2 +-
 .../legacy-preset-chart-nvd3/src/DistBar/index.js  |   9 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  21 +-
 .../src/components/EmptyState/index.tsx            |  26 +-
 .../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 +-
 .../src/views/CRUD/data/dataset/styles.ts          |  46 ++-
 superset/db_engine_specs/presto.py                 | 411 +++++++++++----------
 superset/db_engine_specs/trino.py                  |  33 +-
 .../db_engine_specs/presto_tests.py                |   3 +-
 .../db_engine_specs/trino_tests.py                 |  16 +
 23 files changed, 482 insertions(+), 665 deletions(-)