You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/11/24 05:48:53 UTC

[incubator-superset] branch add-react-testing-library updated (362417d -> ae3f033)

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

yjc pushed a change to branch add-react-testing-library
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


 discard 362417d  Resolve expect conflicts
 discard 3a292a4  Fix linting
 discard 4f7c131  test: add React Testing Library
     add db73869  chore: fix typo (#11772)
     add a062cbb  Fix docker healthcheck. (#11747)
     add fd7e6c7  fix: style multiselect input (#11732)
     add 2566319  docs: add Xite to users list (#11775)
     add 25345be  feat: add a command to import dashboards (#11749)
     add 872a54d  fix: annotation layer crashes when clearing type select (#11787)
     add 4bb7dc0  test: add React Testing Library
     add 9d0324f  Fix linting
     add ae3f033  Resolve expect 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   (362417d)
            \
             N -- N -- N   refs/heads/add-react-testing-library (ae3f033)

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:
 Dockerfile                                         |   2 +-
 INTHEWILD.md                                       |   1 +
 .../src/components/Select/SupersetStyledSelect.tsx |  12 +-
 superset-frontend/src/components/Select/styles.tsx |  33 +++-
 .../components/controls/AnnotationLayer.jsx        |   3 +
 superset-frontend/src/views/CRUD/utils.tsx         |   2 +-
 superset/commands/export.py                        |   2 +-
 superset/dashboards/commands/export.py             |   5 +-
 .../commands/importers/v1/__init__.py              |  65 +++++++-
 .../commands/importers/v1/utils.py                 |  31 ++--
 superset/dashboards/schemas.py                     |  11 ++
 tests/charts/commands_tests.py                     |   2 +
 tests/dashboards/commands_tests.py                 | 179 +++++++++++++++++++++
 tests/databases/commands_tests.py                  |   2 +
 tests/datasets/commands_tests.py                   |   2 +
 tests/fixtures/importexport.py                     |  59 +++++++
 16 files changed, 378 insertions(+), 33 deletions(-)
 copy superset/{charts => dashboards}/commands/importers/v1/__init__.py (67%)
 copy superset/{databases => dashboards}/commands/importers/v1/utils.py (60%)