You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/07 18:05:24 UTC

(superset) branch diego/ch77449/dashboard-granular-permissions updated (aad279bafc -> 1c3ac61b8e)

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

diegopucci pushed a change to branch diego/ch77449/dashboard-granular-permissions
in repository https://gitbox.apache.org/repos/asf/superset.git


    from aad279bafc Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/dashboard-granular-permissions
     add f8c75ca50b chore(dashboard): migrate enzyme to RTL (#26260)
     add c77fc7dbaf fix(ci): fix action script v7 breaking changes v3 (#27042)
     add 1c3ac61b8e Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/dashboard-granular-permissions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check_db_migration_confict.yml   |   4 +-
 .../dashboard/components/DashboardGrid.test.jsx    | 125 +++++----
 .../components/FiltersBadge/FiltersBadge.test.tsx  | 197 ++++++-------
 .../PropertiesModal/PropertiesModal.test.jsx       |  22 +-
 .../components/RefreshIntervalModal.test.tsx       | 210 ++++++--------
 .../components/gridComponents/Chart.test.jsx       | 305 +++++++++++---------
 .../components/gridComponents/Column.test.jsx      | 275 +++++++++---------
 .../components/gridComponents/Row.test.jsx         | 227 ++++++++-------
 .../components/gridComponents/Tabs.test.jsx        | 311 ++++++++++-----------
 .../gridComponents/new/NewColumn.test.jsx          |  37 +--
 .../gridComponents/new/NewDivider.test.jsx         |  37 +--
 .../gridComponents/new/NewHeader.test.jsx          |  37 +--
 .../components/gridComponents/new/NewRow.test.jsx  |  37 +--
 .../components/gridComponents/new/NewTabs.test.jsx |  37 +--
 .../dashboard/components/menu/HoverMenu.test.tsx   |  10 +-
 .../components/menu/WithPopoverMenu.test.jsx       | 107 ++++---
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   2 +-
 .../FiltersConfigModal/NativeFiltersModal.test.tsx | 127 +++------
 18 files changed, 1038 insertions(+), 1069 deletions(-)