You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/03/15 15:31:19 UTC

[superset] branch master updated (24c472a4a3 -> ec6318b379)

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

beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 24c472a4a3 chore: Add code-owners to Select, MetadataBar and DropdownContainer (#23371)
     add ec6318b379 fix: permission checks on import (#23200)

No new revisions were added by this update.

Summary of changes:
 superset/charts/commands/importers/v1/utils.py     |   9 +-
 superset/commands/importers/v1/examples.py         |  21 ++--
 superset/dashboards/commands/importers/v1/utils.py |  10 +-
 superset/databases/commands/importers/v1/utils.py  |  13 +-
 superset/datasets/commands/importers/v1/utils.py   |   9 +-
 superset/examples/utils.py                         |   4 +-
 tests/integration_tests/charts/commands_tests.py   |  11 +-
 .../integration_tests/dashboards/commands_tests.py |  12 +-
 .../integration_tests/databases/commands_tests.py  | 136 +++++++++++----------
 tests/integration_tests/datasets/commands_tests.py |  17 ++-
 .../queries/saved_queries/commands_tests.py        |  10 +-
 .../charts/commands/importers/v1/import_test.py    |  45 ++++++-
 .../commands/importers/v1/assets_test.py           |  16 ++-
 .../commands/importers/v1/import_test.py           |  46 ++++++-
 .../databases/commands/importers/v1/import_test.py |  44 ++++++-
 .../datasets/commands/importers/v1/import_test.py  |  38 +++++-
 16 files changed, 334 insertions(+), 107 deletions(-)