This is an automated email from the ASF dual-hosted git repository. willbarrett pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 07716ff chore: refactor submenu's right nav to accept list of buttons (#11102) add 4c85d33 feat: custom favorite filter for dashboards, charts and saved queries (#11083) No new revisions were added by this update. Summary of changes: superset/charts/api.py | 8 +- superset/charts/filters.py | 11 +++ superset/dashboards/api.py | 20 +++- superset/dashboards/filters.py | 13 +++ superset/models/sql_lab.py | 3 + superset/queries/saved_queries/api.py | 7 +- superset/queries/saved_queries/filters.py | 14 +++ superset/views/base_api.py | 38 +++++++- tests/charts/api_tests.py | 74 +++++++++++++++ tests/dashboards/api_tests.py | 146 ++++++++++++++++++++++++------ tests/queries/saved_queries/api_tests.py | 71 ++++++++++++++- 11 files changed, 367 insertions(+), 38 deletions(-)