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

[superset] branch update-pre-commit updated (ddb79a8754 -> 235ee67116)

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

hugh pushed a change to branch update-pre-commit
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ddb79a8754 ok
     add f3055fcaff feat(dashboard): Change default opacity of icon in FiltersBadge (#23350)
     add b99d38dfef fix: dashboard DAO small code improvement (#23348)
     add 82cadccced chore: Remove Cross Filter scoping modal (#23216)
     add 3919ca6060 fix(dashboard): deepmerge htmlSchemaOverrides (#23329)
     add e83f4e6f79 fix(trino): Disallow alias to source column (#23324)
     add d415eed717 fix(examples): Cleanup granularity_sqla column (#23322)
     add 235ee67116 Merge branch 'master' of https://github.com/apache/superset into update-pre-commit

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/dashboard/load.test.ts     |   3 +-
 .../src/components/SafeMarkdown.tsx                |  16 ++-
 .../test/components/SafeMarkdown.test.ts}          |  39 ++++---
 .../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/Styles.tsx   |  39 +++----
 .../dashboard/components/FiltersBadge/index.tsx    |  59 +++++++++--
 .../src/dashboard/components/SliceHeader/index.tsx |  40 +++-----
 .../components/SliceHeaderControls/index.tsx       |  46 +--------
 superset/dashboards/dao.py                         |   6 +-
 superset/db_engine_specs/trino.py                  |   1 +
 .../configs/charts/Video_Game_Sales_Filter.yaml    |   2 +-
 18 files changed, 141 insertions(+), 443 deletions(-)
 copy superset-frontend/{plugins/plugin-chart-table/src/DataTable/utils/useMountedMemo.ts => packages/superset-ui-core/test/components/SafeMarkdown.test.ts} (54%)
 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