This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch chore/consolidate-copy-to-clipboard
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 3d0b5ed10c5 fix(tests): update clipboard utility mocks for re-exported
modules
discard 806dbb4aa5d chore: consolidate CopyToClipboard and clipboard utilities
to @superset-ui/core
add 9ea5ded9880 fix(dashboard): Prevent fatal error when database
connection is unavailable (#37576)
add 174e3c26d31 chore(deps): update @luma.gl/webgl requirement from ~9.2.5
to ~9.2.6 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#37764)
add c424ab19f6e chore: consolidate CopyToClipboard and clipboard utilities
to @superset-ui/core
add 5a4248c0d3d fix(tests): update clipboard utility mocks for re-exported
modules
add 267b0a1f684 fix(tests): properly type clipboard mock functions for
Docker TS build
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 (3d0b5ed10c5)
\
N -- N -- N refs/heads/chore/consolidate-copy-to-clipboard
(267b0a1f684)
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:
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../menu/ShareMenuItems/ShareMenuItems.test.tsx | 16 +++++++---
.../DataTablesPane/test/DataTablesPane.test.tsx | 13 +++++---
.../explore/components/controls/ViewQuery.test.tsx | 8 +++--
superset/explorables/base.py | 12 +++++++
superset/security/manager.py | 2 +-
tests/unit_tests/security/manager_test.py | 37 ++++++++++++++++++++++
7 files changed, 76 insertions(+), 14 deletions(-)