You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/08/11 17:22:22 UTC

[superset] branch master updated (a1e32dbfa6 -> b621ee92c9)

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

michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from a1e32dbfa6 feat: command to test DB engine specs (#24918)
     add b621ee92c9 fix: Duplicated options in Select when using numerical values (#24906)

No new revisions were added by this update.

Summary of changes:
 .../cypress-base/cypress/e2e/dashboard/utils.ts    |   2 +-
 .../cypress/e2e/explore/advanced_analytics.test.ts |   1 +
 .../src/components/Select/AsyncSelect.stories.tsx  |  34 ------
 .../src/components/Select/AsyncSelect.test.tsx     |  63 +++++++---
 .../src/components/Select/AsyncSelect.tsx          |  75 +++++++-----
 .../src/components/Select/Select.stories.tsx       |   5 +
 .../src/components/Select/Select.test.tsx          | 135 +++++++++++++++------
 superset-frontend/src/components/Select/Select.tsx |  96 +++++++++------
 8 files changed, 260 insertions(+), 151 deletions(-)