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

jli pushed a change to branch feat-convert-dataset-tests-to-playwright
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 98b0df80da test(datasets): fix import button query in DatasetList tests
 discard 68ecac0ba2 refactor(tests): improve type safety and modernize dataset 
hook tests
 discard 1574ff28eb test: add React Testing Library tests for DatasetList
 discard 8e7383afe2 fix: resolve ESLint and TypeScript issues in dataset unit 
tests
     add ca29adb0cb chore(deps): bump fuse.js from 7.0.0 to 7.1.0 in 
/superset-frontend (#35678)
     add 09349cb1e7 chore(deps): bump caniuse-lite from 1.0.30001750 to 
1.0.30001751 in /docs (#35677)
     add dc0c055518 chore(deps-dev): bump webpack from 5.102.0 to 5.102.1 in 
/superset-frontend (#35675)
     add fb8fca4c64 chore(deps): bump antd from 5.27.4 to 5.27.5 in /docs 
(#35654)
     add 8c125d2553 feat: use  in deck.gl custom tooltip instead of 
SafeMarkdown (#35665)
     add f405174fcf fix(dataset): render default URL description properly in 
settings (#35669)
     add 92c07aaf54 chore(deps-dev): bump @playwright/test from 1.55.0 to 
1.56.0 in /superset-frontend (#35676)
     add 408f84aea6 chore(deps): update dompurify requirement from ^3.2.7 to 
^3.3.0 in /superset-frontend/plugins/legacy-preset-chart-nvd3 (#35632)
     add aede3bb5ba fix(auth): redirect anonymous attempts to view dashboard 
with next (#35345)
     add de5ca79805 chore(deps): update chalk requirement from ^5.4.1 to ^5.6.2 
in /superset-frontend/packages/generator-superset (#35391)
     add 2b4001ba90 fix: resolve ESLint and TypeScript issues in dataset unit 
tests
     add 2f12f0d538 test: add React Testing Library tests for DatasetList
     add 7217f6f4e5 refactor(tests): improve type safety and modernize dataset 
hook tests
     add a0b126cdb9 test(datasets): fix import button query in DatasetList tests

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   (98b0df80da)
            \
             N -- N -- N   refs/heads/feat-convert-dataset-tests-to-playwright 
(a0b126cdb9)

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:
 docs/package.json                                  |  4 +-
 docs/yarn.lock                                     | 37 +++++-----
 superset-frontend/package-lock.json                | 86 +++++++++++-----------
 superset-frontend/package.json                     |  6 +-
 .../packages/generator-superset/package.json       |  2 +-
 .../src/utilities/HandlebarsRenderer.tsx           | 23 +++---
 .../plugins/legacy-preset-chart-nvd3/package.json  |  2 +-
 .../DatasourceEditor/DatasourceEditor.jsx          | 14 +++-
 superset-frontend/src/pages/Login/index.tsx        | 28 ++++++-
 superset/views/core.py                             | 17 ++++-
 superset/views/error_handling.py                   | 17 +++--
 superset/views/utils.py                            | 34 ++++++++-
 tests/integration_tests/dashboard_tests.py         | 74 +++++++++++++++++--
 .../dashboards/security/security_rbac_tests.py     |  8 +-
 .../dashboards/superset_factory_util.py            |  2 +
 15 files changed, 244 insertions(+), 110 deletions(-)

Reply via email to