This is an automated email from the ASF dual-hosted git repository.
kgabryje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from c590e90c87 feat(sqllab): improve table metadata UI (#32051)
add 7db0589340 fix(thumbnail cache): Enabling force parameter on
screenshot/thumbnail cache (#31757)
No new revisions were added by this update.
Summary of changes:
superset/charts/api.py | 111 ++++++----
superset/charts/schemas.py | 15 ++
superset/config.py | 2 +
superset/dashboards/api.py | 261 +++++++++++++-----------
superset/dashboards/schemas.py | 6 +
superset/models/slice.py | 4 +-
superset/tasks/thumbnails.py | 15 +-
superset/utils/screenshots.py | 190 ++++++++++-------
superset/utils/webdriver.py | 10 +-
tests/integration_tests/cli_tests.py | 6 +-
tests/integration_tests/dashboards/api_tests.py | 40 +++-
tests/integration_tests/thumbnails_tests.py | 27 ++-
tests/unit_tests/utils/screenshot_test.py | 194 ++++++++++++++++++
13 files changed, 605 insertions(+), 276 deletions(-)
create mode 100644 tests/unit_tests/utils/screenshot_test.py