You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/06/12 17:40:32 UTC

[superset] branch master updated (36ff5eb39a -> a7f7f6645d)

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

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


    from 36ff5eb39a build(deps-dev): bump @types/ws from 8.5.4 to 8.5.5 in /superset-websocket (#24337)
     add a7f7f6645d feat: Convert ENABLE_BROAD_ACTIVITY_ACCESS and MENU_HIDE_USER_INFO into feature flags (#24345)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  1 +
 .../superset-ui-core/src/utils/featureFlags.ts     |  1 +
 superset-frontend/src/pages/ChartList/index.tsx    |  8 ++----
 .../src/pages/DashboardList/index.tsx              |  8 ++----
 superset/config.py                                 | 12 ++++----
 superset/connectors/sqla/models.py                 |  7 ++---
 superset/models/dashboard.py                       |  6 ++--
 superset/models/filter_set.py                      |  8 ++----
 superset/models/slice.py                           |  6 ++--
 superset/security/manager.py                       |  5 +++-
 superset/views/base.py                             |  5 ++--
 superset/views/core.py                             |  2 +-
 tests/integration_tests/charts/api_tests.py        |  9 ++----
 tests/integration_tests/core_tests.py              | 33 ++++++++++------------
 tests/integration_tests/dashboards/api_tests.py    |  9 ++----
 tests/integration_tests/datasets/api_tests.py      | 10 ++-----
 tests/integration_tests/log_api_tests.py           |  5 ++--
 17 files changed, 57 insertions(+), 78 deletions(-)