You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2020/10/19 16:53:49 UTC

[incubator-superset] branch feature/filter-p0 updated (a123b24 -> 53293e3)

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

suddjian pushed a change to branch feature/filter-p0
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from a123b24  fix ref forwarding
     add 53293e3  fix(extra-filters): add logic for identifying applied extra filters (#11325)

No new revisions were added by this update.

Summary of changes:
 .../explore/components/QueryAndSaveBtns_spec.jsx   |  2 +-
 superset-frontend/src/components/Menu/Menu.tsx     |  2 +-
 .../src/dashboard/components/PublishedStatus.jsx   |  6 +-
 .../src/explore/components/QueryAndSaveBtns.jsx    |  4 +-
 .../src/explore/controlPanels/sections.jsx         |  4 +-
 superset/charts/schemas.py                         | 18 +++++
 superset/common/query_context.py                   | 18 ++++-
 superset/common/query_object.py                    |  4 +
 superset/models/dashboard.py                       |  4 +-
 .../appbuilder/general/widgets/search.html         |  4 +-
 superset/utils/core.py                             | 89 +++++++++++++++++++++-
 superset/views/dashboard/mixin.py                  |  1 +
 superset/viz.py                                    |  8 +-
 tests/charts/api_tests.py                          | 24 ++++++
 tests/utils_tests.py                               | 40 +++++++---
 15 files changed, 200 insertions(+), 28 deletions(-)