This is an automated email from the ASF dual-hosted git repository.
tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 92dd257 Changed `tags.py` and `helpers.py` in `models` module:
removed disabled pylint rule `unused_import`, changed unused arguments to
private and removed disabled rule `unused-argument. Removed redundant rules.`
(#11037)
add ea105bc feat: add "created by" to dashboard CRUD view (#11030)
No new revisions were added by this update.
Summary of changes:
.../integration/dashboard_list/filter.test.ts | 57 +++++++++++++++--
.../integration/dashboard_list/list_view.test.ts | 15 +++--
.../src/views/CRUD/dashboard/DashboardList.tsx | 71 ++++++++++++++++------
superset/dashboards/api.py | 15 +++--
tests/dashboards/api_tests.py | 5 +-
5 files changed, 129 insertions(+), 34 deletions(-)