This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch fix-use-theme-menu-test
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 49653dee98 test(useThemeMenuItems): add await to all userEvent calls
to prevent race conditions
add 6f50ddf710 refactor(explore): extract session ID retrieval into
overridable method (#35779)
add f6f15f58ee fix: set pandas 2.1 as requirement (#35912)
add 6e27bee2ca refactor(explore): improve focus management in adhoc filter
editor (#35801)
add 3eccd57714 test(useThemeMenuItems): add await to all userEvent calls
to prevent race conditions
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 (49653dee98)
\
N -- N -- N refs/heads/fix-use-theme-menu-test (3eccd57714)
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:
pyproject.toml | 2 +-
...AdhocFilterEditPopoverSimpleTabContent.test.tsx | 738 +++++++++++----------
.../index.tsx | 59 +-
.../useAdvancedDataTypes.ts | 33 +-
superset/commands/explore/form_data/create.py | 6 +-
.../unit_tests/commands/explore}/__init__.py | 0
.../commands/explore/form_data}/__init__.py | 0
.../commands/explore/form_data/test_create.py | 85 +++
8 files changed, 543 insertions(+), 380 deletions(-)
copy {superset-core/src/superset_core =>
tests/unit_tests/commands/explore}/__init__.py (100%)
copy {superset-core/src/superset_core =>
tests/unit_tests/commands/explore/form_data}/__init__.py (100%)
create mode 100644 tests/unit_tests/commands/explore/form_data/test_create.py