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

vavila pushed a change to branch fix/handle-oauth-updates
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit a6ca9fdaa0 chore: re-trigger CI
    omit e87aa884be Removing comments
    omit 8a1f046546 Updating tests
    omit 932e39a5fe fix(OAuth): Handle updates to the OAuth config
     add 8a2aada58d fix(button): change back button styles for dropdown buttons 
(#31789)
     add 740fbf72d7 feat: redesign labels (#31575)
     add bbdc195a3b chore: Skips integration tests affected by legacy charts 
removal (#31791)
     add 2df0c3050a fix(OAuth): Handle updates to the OAuth config
     add 0e2274259e Updating tests
     add 972818b5f9 Removing comments
     add b3b70ae8b9 chore: re-trigger CI

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   (a6ca9fdaa0)
            \
             N -- N -- N   refs/heads/fix/handle-oauth-updates (b3b70ae8b9)

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:
 .../stories/superset-ui-style/Theme.stories.tsx    | 101 ++++++++++--
 .../components/SaveDatasetActionButton/index.tsx   |   2 +-
 .../src/components/AlteredSliceTag/index.tsx       |  25 ++-
 .../src/components/DropdownButton/index.tsx        |   4 +-
 .../components/DropdownSelectableIcon/index.tsx    |   4 +-
 superset-frontend/src/components/Icons/Icon.tsx    |   4 +
 .../src/components/Label/Label.stories.tsx         |  88 +++++++----
 .../src/components/Label/Label.test.tsx            |   4 +-
 superset-frontend/src/components/Label/index.tsx   |  75 +++++----
 .../Label/reusable/DatasetTypeLabel.tsx}           |  36 +++--
 .../Label/reusable/PublishedLabel.tsx}             |  42 ++---
 superset-frontend/src/components/Timer/index.tsx   |   3 +-
 .../dashboard/components/PublishedStatus/index.tsx |  32 ++--
 .../src/pages/DashboardList/index.tsx              |   6 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |  22 +--
 tests/integration_tests/async_events/api_tests.py  |   2 +
 tests/integration_tests/cache_tests.py             |   4 +
 tests/integration_tests/charts/api_tests.py        |   4 +-
 tests/integration_tests/charts/commands_tests.py   |   2 +
 tests/integration_tests/core_tests.py              |  10 ++
 .../integration_tests/tasks/async_queries_tests.py |   1 +
 tests/integration_tests/utils_tests.py             |   1 +
 tests/integration_tests/viz_tests.py               | 170 ---------------------
 23 files changed, 304 insertions(+), 338 deletions(-)
 copy superset-frontend/src/{SqlLab/components/QueryStateLabel/index.tsx => 
components/Label/reusable/DatasetTypeLabel.tsx} (51%)
 copy 
superset-frontend/src/{explore/components/controls/MapViewControl/ExtentTag.tsx 
=> components/Label/reusable/PublishedLabel.tsx} (56%)

Reply via email to