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 2021/05/04 18:42:58 UTC

[superset] branch upgrade-emotion updated (06440be -> 840bf95)

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

yjc pushed a change to branch upgrade-emotion
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 06440be  Fix failing tests
 discard de4c36e  Add emotion/jest
 discard a99f1aa  chore: upgrade @emotion
     add 2242f74  Revert "refactor: split db modal file (#14436)" (#14466)
     add d6172ea  chore: upgrade @emotion
     add 71e0132  Add emotion/jest
     add 840bf95  Fix failing tests

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   (06440be)
            \
             N -- N -- N   refs/heads/upgrade-emotion (840bf95)

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:
 superset-frontend/spec/helpers/reducerIndex.ts     |   2 +-
 .../index.test.jsx => DatabaseModal.test.jsx}      |  23 +-
 .../src/views/CRUD/data/database/DatabaseModal.tsx | 662 +++++++++++++++++++++
 .../data/database/DatabaseModal/ExtraOptions.tsx   | 378 ------------
 .../data/database/DatabaseModal/SqlAlchemyForm.tsx |  99 ---
 .../CRUD/data/database/DatabaseModal/index.tsx     | 360 -----------
 .../data/database/{DatabaseModal => }/styles.ts    |   2 +-
 superset-frontend/tsconfig.json                    |   2 +-
 8 files changed, 677 insertions(+), 851 deletions(-)
 rename superset-frontend/src/views/CRUD/data/database/{DatabaseModal/index.test.jsx => DatabaseModal.test.jsx} (96%)
 create mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx
 delete mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx
 delete mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx
 delete mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
 rename superset-frontend/src/views/CRUD/data/database/{DatabaseModal => }/styles.ts (98%)