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 2023/01/18 01:35:16 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/ajv-and-react-jsonschema-form-6.12.6 updated (7bb690636f -> 8b0b101740)

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/ajv-and-react-jsonschema-form-6.12.6
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 7bb690636f chore(deps): bump ajv and react-jsonschema-form in /superset-frontend
     add 0a2fc9cdde fix: change order of webdriver timeout checks (#22698)
     add 08078753b7 fix: Report screenshot cut off on left and right sides (#22614)
     add c58dbf8b9c fix: pass in slack error messages properly (#22727)
     add c536f713d6 fix(ssh-tunnel): wrap pkey into StringIO buffer before creating the tunnel (#22763)
     add 0870a0b046 fix: Read MAPBOX_API_KEY from environment  (#16926)
     add e05ac858f4 chore: upgrade react-resize-detector (#22592)
     add 8b0b101740 chore(deps): bump ajv and react-jsonschema-form in /superset-frontend

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   (7bb690636f)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/ajv-and-react-jsonschema-form-6.12.6 (8b0b101740)

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                                        |  1 +
 docker/.env-non-dev                                |  1 +
 docs/docs/frequently-asked-questions.mdx           |  2 +-
 superset-frontend/package-lock.json                | 48 +++++-----------------
 superset-frontend/package.json                     |  2 +-
 .../DashboardBuilder/DashboardBuilder.tsx          | 24 ++++++-----
 superset/extensions/ssh.py                         |  6 ++-
 superset/reports/notifications/slack.py            | 14 ++++---
 superset/utils/screenshots.py                      |  2 +-
 superset/utils/webdriver.py                        | 13 +++---
 tests/integration_tests/reports/commands_tests.py  | 17 +++++++-
 tests/integration_tests/thumbnails_tests.py        |  2 +-
 12 files changed, 67 insertions(+), 65 deletions(-)