This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-websocket/eslint-8.41.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 00137b116a build(deps-dev): bump eslint in /superset-websocket
add 82d4249e17 fix: disable SHOW_STACKTRACE by default (#24137)
add 71d0543f28 fix(permalink): migrate to marshmallow codec (#24166)
add 455e23b014 build(deps-dev): bump @types/node from 20.2.0 to 20.2.3 in
/superset-websocket (#24168)
add 0befd66757 build(deps-dev): bump eslint in /superset-websocket
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 (00137b116a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.41.0 (0befd66757)
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:
superset-websocket/package-lock.json | 14 +--
superset-websocket/package.json | 2 +-
superset/config.py | 4 +-
superset/dashboards/permalink/api.py | 6 +-
superset/dashboards/permalink/commands/base.py | 9 +-
superset/dashboards/permalink/commands/create.py | 3 +
superset/dashboards/permalink/commands/get.py | 7 +-
superset/dashboards/permalink/schemas.py | 11 +-
superset/explore/permalink/api.py | 6 +-
superset/explore/permalink/commands/base.py | 9 +-
superset/explore/permalink/commands/create.py | 3 +
superset/explore/permalink/commands/get.py | 7 +-
superset/explore/permalink/schemas.py | 26 ++++-
superset/key_value/exceptions.py | 12 ++
superset/key_value/types.py | 36 +++++-
.../explore/permalink/api_tests.py | 16 ++-
tests/unit_tests/key_value/codec_test.py | 122 +++++++++++++++++++++
17 files changed, 261 insertions(+), 32 deletions(-)
create mode 100644 tests/unit_tests/key_value/codec_test.py