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

maximebeauchemin pushed a change to branch setup-git-lfs
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 3908d1f3d7 rm for docs
    omit ea8f157801 2nd try
    omit b88f878aa8 exclude mp4 files from license check
    omit 32f15a32cf chore: set up git lfs for larger files
     add 4ecfce98f6 feat(explore): Clear temporal filter value (#27788)
     add ae0f2ce3c1 fix: useTruncation infinite loop, reenable dashboard cross 
links on ChartList (#27701)
     add 77fb220941 chore: set up git lfs for larger files
     add 0f0b908406 exclude mp4 files from license check
     add 435c9c1013 2nd try
     add 012911a0cf rm for docs
     add 35aea31a47 fix merge conflicts
     add 9e1fb3eb4d fix merge conflicts

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   (3908d1f3d7)
            \
             N -- N -- N   refs/heads/setup-git-lfs (9e1fb3eb4d)

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:
 .github/workflows/superset-cli.yml                 |   2 +-
 .../workflows/superset-python-integrationtest.yml  |  12 +-
 .github/workflows/superset-python-misc.yml         |   5 +-
 .github/workflows/superset-python-presto-hive.yml  |   6 +-
 .github/workflows/superset-translations.yml        |   6 +-
 .../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 +-
 21 files changed, 365 insertions(+), 220 deletions(-)
 copy 
superset-frontend/{packages/superset-ui-core/test/utils/ensureIsArray.test.ts 
=> src/components/ListView/DashboardCrossLinks.tsx} (62%)

Reply via email to