This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch no-op
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 99ed664d63 rebased
omit f804b88e7c chore: [proposal] de-matrix python-version in GHAs
add 4ecfce98f6 feat(explore): Clear temporal filter value (#27788)
add ae0f2ce3c1 fix: useTruncation infinite loop, reenable dashboard cross
links on ChartList (#27701)
add ff0e6e4b44 chore: [proposal] de-matrix python-version in GHAs
add 915cbc1ffc rebased
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (99ed664d63)
\
N -- N -- N refs/heads/no-op (915cbc1ffc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../cypress/e2e/chart_list/list.test.ts | 9 +-
.../cypress-base/cypress/e2e/explore/chart.test.js | 4 +-
.../useChildElementTruncation.test.ts | 196 +++++++++++++++++----
.../useTruncation/useChildElementTruncation.ts | 122 ++++++-------
.../src/components/ListView/CrossLinks.tsx | 25 +--
.../components/ListView/DashboardCrossLinks.tsx} | 30 ++--
.../src/components/TruncatedList/index.tsx | 10 +-
.../nativeFilters/FilterCard/DependenciesRow.tsx | 10 +-
.../nativeFilters/FilterCard/NameRow.tsx | 5 +-
.../nativeFilters/FilterCard/ScopeRow.tsx | 12 +-
.../explore/components/ControlPanelsContainer.tsx | 27 ++-
.../DndFilterSelect.test.tsx | 77 +++++++-
.../DndColumnSelectControl/DndFilterSelect.tsx | 4 +-
.../DashboardsSubMenu.test.tsx | 2 +-
.../useExploreAdditionalActionsMenu/index.jsx | 2 +-
superset-frontend/src/pages/ChartList/index.tsx | 19 +-
16 files changed, 359 insertions(+), 195 deletions(-)
copy
superset-frontend/{packages/superset-ui-core/test/utils/ensureIsArray.test.ts
=> src/components/ListView/DashboardCrossLinks.tsx} (62%)