You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/10/20 12:09:59 UTC

[superset] branch master updated (f4da74ce8d -> 9a063abb3b)

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

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


    from f4da74ce8d feat: Adds a Content Security Policy (CSP) check for production environments (#21874)
     add 9a063abb3b feat(explore): add config for default time filter (#21879)

No new revisions were added by this update.

Summary of changes:
 .../superset-ui-core/src/query/constants.ts        |  1 -
 .../src/explore/actions/hydrateExplore.test.ts     | 46 ++++++++++++++++++++++
 .../src/explore/actions/hydrateExplore.ts          |  5 +++
 .../controls/DateFilterControl/DateFilterLabel.tsx | 11 +-----
 superset-frontend/src/explore/fixtures.tsx         |  2 -
 .../src/explore/reducers/exploreReducer.js         |  5 +--
 superset/config.py                                 |  5 ++-
 superset/views/base.py                             |  1 +
 8 files changed, 59 insertions(+), 17 deletions(-)