You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/07/19 18:12:47 UTC

[superset] branch master updated (837e3c55ca -> 5f49e0fdd0)

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

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


    from 837e3c55ca build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /superset-websocket (#24732)
     add 5f49e0fdd0 fix(cache): Add cache warmup for non-legacy charts (#24671)

No new revisions were added by this update.

Summary of changes:
 superset/charts/commands/export.py               |   2 +-
 superset/charts/commands/warm_up_cache.py        |  73 ++++++++++------
 superset/views/core.py                           |  59 +++++--------
 tests/integration_tests/charts/api_tests.py      | 105 ++++++++++++++++++++---
 tests/integration_tests/charts/commands_tests.py |  48 +----------
 tests/integration_tests/core_tests.py            |  89 +++++++++++--------
 6 files changed, 221 insertions(+), 155 deletions(-)