You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2020/09/29 17:58:02 UTC

[incubator-superset] branch master updated (89bf765 -> 6633409)

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

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


    from 89bf765  Updated lint in schedules.py in tasks: unused_import, ungrouped_import and changed argument name to remove unused-argument (#11045)
     add 6633409  feat: enable ETag header for dashboard GET requests (#10963)

No new revisions were added by this update.

Summary of changes:
 superset/config.py           |  1 +
 superset/utils/decorators.py | 28 +++++++++++++---
 superset/views/core.py       | 78 +++++++++++++++++++++-----------------------
 superset/views/utils.py      | 64 ++++++++++++++++++++++++++++++++++--
 tests/utils_tests.py         | 12 +++++++
 5 files changed, 136 insertions(+), 47 deletions(-)