This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6b965978d7 chore(metastore-cache): add codec support (#24586)
new 0426367437 fix(permalink): migrate to marshmallow codec (#24166)
new f6b5d4e84d fix: dashboard ownership check (#24249)
new 893097b68c chore(key-value): use json serialization for main resources
(#23888)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/dashboard/util/permissionUtils.ts | 2 +-
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/extensions/metastore_cache.py | 1 +
superset/key_value/types.py | 36 +++++-
...2a5681ddfd_convert_key_value_entries_to_json.py | 21 ++++
.../explore/permalink/api_tests.py | 20 +++-
tests/unit_tests/key_value/codec_test.py | 122 +++++++++++++++++++++
16 files changed, 268 insertions(+), 21 deletions(-)
create mode 100644 tests/unit_tests/key_value/codec_test.py