This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch hugh/overwrite-generic-errors
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 4791fed remove unneeded comment
add 0dfb32c fix: incorrect module reference (#14258)
add 852e840 fix(explore): CUSTOM SQL tab should automatically update
(#14194)
add 2dd20df fix(dashboard): draft dashboards should be viewable (#14207)
add 70cfb77 chore: Code cleanup in DatabaseModal (#14196)
add 5d3191b feat: catch errors on do_ping (#14250)
add c14be15 Merge branch 'master' of https://github.com/apache/superset
into hugh/overwrite-generic-errors
add 072b7a4 working dynamic importing
No new revisions were added by this update.
Summary of changes:
superset-frontend/src/components/ListView/types.ts | 24 +---------
.../FilterControl/AdhocFilterEditPopover/index.jsx | 10 ++++
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 1 +
superset-frontend/src/utils/textUtils.ts | 15 +++++-
.../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/database/DatabaseModal.tsx | 4 +-
.../src/views/CRUD/data/dataset/DatasetList.tsx | 18 ++++---
.../src/views/CRUD/data/query/QueryList.tsx | 12 ++---
.../views/CRUD/data/savedquery/SavedQueryList.tsx | 14 ++++--
superset-frontend/src/views/CRUD/utils.tsx | 5 +-
superset/dashboards/api.py | 9 ++--
superset/dashboards/dao.py | 55 ++++------------------
superset/dashboards/filters.py | 6 +--
superset/databases/commands/test_connection.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 ------
tests/databases/commands_tests.py | 27 ++++++++++-
30 files changed, 187 insertions(+), 167 deletions(-)