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

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


    from 852e840  fix(explore): CUSTOM SQL tab should automatically update 
(#14194)
     add 2dd20df  fix(dashboard): draft dashboards should be viewable (#14207)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/components/ListView/types.ts | 24 +---------
 .../src/views/CRUD/alert/AlertList.tsx             | 10 ++--
 .../CRUD/annotationlayers/AnnotationLayersList.tsx | 10 ++--
 .../src/views/CRUD/chart/ChartList.tsx             | 14 +++---
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   | 10 ++--
 .../src/views/CRUD/dashboard/DashboardList.tsx     | 20 ++++----
 .../src/views/CRUD/dashboard/types.ts              |  5 ++
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  8 ++--
 .../src/views/CRUD/data/dataset/DatasetList.tsx    | 18 ++++---
 .../src/views/CRUD/data/query/QueryList.tsx        | 12 ++---
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  | 12 +++--
 superset/dashboards/api.py                         |  9 ++--
 superset/dashboards/dao.py                         | 55 ++++------------------
 superset/dashboards/filters.py                     |  6 +--
 superset/models/dashboard.py                       |  6 +++
 superset/reports/api.py                            |  4 +-
 superset/security/manager.py                       |  4 +-
 superset/utils/core.py                             |  7 +++
 superset/views/chart/mixin.py                      |  4 +-
 superset/views/dashboard/mixin.py                  |  4 +-
 tests/dashboard_tests.py                           |  6 +--
 tests/dashboards/api_tests.py                      | 22 +++++----
 .../dashboards/security/security_dataset_tests.py  | 14 ------
 23 files changed, 126 insertions(+), 158 deletions(-)

Reply via email to