This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard b5ccae3e59 fix: resolve recent merge collisio (#33110)
discard 8587deffcf fix: Allows configuration of Selenium Webdriver binary
(#33103)
discard fe2441dc67 fix(thumbnails): ensure consistent cache_key (#33109)
discard 109d123c97 fix(dashboard): Generate screenshot via celery (#32193)
discard 2071bfa500 fix(docker): fallback to pip if uv is not available (#33087)
discard 22802fab9b fix(sqllab): Grid header menu (#32381)
new 98625086ed fix(docker): fallback to pip if uv is not available (#33087)
new 0beb582aa5 fix(dashboard): Generate screenshot via celery (#32193)
new a427affb2b fix(thumbnails): ensure consistent cache_key (#33109)
new cfbb5123d3 fix: Allows configuration of Selenium Webdriver binary
(#33103)
new e1e8beb0fe fix: resolve recent merge collisio (#33110)
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 (b5ccae3e59)
\
N -- N -- N refs/heads/5.0 (e1e8beb0fe)
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.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/components/GridTable/Header.tsx | 11 +--
.../src/components/GridTable/HeaderMenu.test.tsx | 2 +-
.../src/components/GridTable/HeaderMenu.tsx | 97 +++++++++++-----------
.../src/components/GridTable/index.tsx | 4 +-
superset-frontend/src/components/Menu/index.tsx | 3 -
5 files changed, 58 insertions(+), 59 deletions(-)