You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/02/25 16:24:24 UTC

[superset] branch hugh-add-bypass-cache-dash updated (a8aa035 -> 02ff786)

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

hugh pushed a change to branch hugh-add-bypass-cache-dash
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from a8aa035  remove default for alerts to bypass cache
     add 6ba541a  save for now
     add 02ff786  save for now

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/chart/Chart.jsx                     |  5 +++++
 superset-frontend/src/chart/chartAction.js                |  6 +++++-
 superset-frontend/src/constants.ts                        |  4 ++++
 superset-frontend/src/dashboard/actions/hydrate.js        |  1 +
 .../FilterBar/FilterControls/FilterValue.tsx              |  2 +-
 .../src/dashboard/containers/DashboardPage.tsx            | 15 +++++++++++++--
 superset-frontend/src/hooks/apiResources/dashboards.ts    |  6 ++++--
 superset/dashboards/api.py                                |  9 +++++++++
 8 files changed, 42 insertions(+), 6 deletions(-)