You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ji...@apache.org on 2023/03/13 18:27:11 UTC

[superset] branch master updated (b99d38dfef -> 82cadccced)

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

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


    from b99d38dfef fix: dashboard DAO small code improvement (#23348)
     add 82cadccced chore: Remove Cross Filter scoping modal (#23216)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/dashboard/load.test.ts     |   3 +-
 .../src/assets/images/icons/filter.svg             |   5 +-
 .../CrossFilterScopingForm.test.tsx                |  60 -----------
 .../CrossFilterScopingForm/index.tsx               |  57 -----------
 .../CrossFilterScopingModal.tsx                    | 112 ---------------------
 .../components/CrossFilterScopingModal/types.ts    |  24 -----
 .../CrossFilterScopingModal/utils/index.ts         |  29 ------
 .../CrossFilterScopingModal/utils/utils.test.ts    |  34 -------
 .../components/FiltersBadge/FiltersBadge.test.tsx  |  12 +--
 .../dashboard/components/FiltersBadge/index.tsx    |  59 +++++++++--
 .../src/dashboard/components/SliceHeader/index.tsx |  42 +++-----
 .../components/SliceHeaderControls/index.tsx       |  46 +--------
 12 files changed, 82 insertions(+), 401 deletions(-)
 delete mode 100644 superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingForm/CrossFilterScopingForm.test.tsx
 delete mode 100644 superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingForm/index.tsx
 delete mode 100644 superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx
 delete mode 100644 superset-frontend/src/dashboard/components/CrossFilterScopingModal/types.ts
 delete mode 100644 superset-frontend/src/dashboard/components/CrossFilterScopingModal/utils/index.ts
 delete mode 100644 superset-frontend/src/dashboard/components/CrossFilterScopingModal/utils/utils.test.ts