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

yjc pushed a change to branch table-chart-new-api
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    omit a1e87a8  refactor: migrate table chart to new API
     add f121107  ci(docker): build image on release (#11828)
     add 43c69d5  fix: Adding and removing annotations (#11811)
     add ec01691  fix: wrong key used  
FEATURE_FLAGS[LISTVIEW_DEFAULT_CARD_VIEW]  (#11824)
     add 671ff6c  fix: improve Avatar text size consistency (#11837)
     add e974b0b  Change subtabs order for Data tab (#11834)
     add 19e5ce0  chore: Move styles of Dashboard and FilterScopeSelector 
modals to Emotion (#11779)
     new 0fedbfc  refactor: migrate table chart to new API

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   (a1e87a8)
            \
             N -- N -- N   refs/heads/table-chart-new-api (0fedbfc)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/docker.yml                       |  9 ++-
 .github/workflows/docker_build_push.sh             |  3 +
 .../src/components/FacePile/index.tsx              | 23 +++---
 superset-frontend/src/components/ModalTrigger.jsx  |  1 +
 .../dashboard/components/DeleteComponentModal.jsx  | 80 --------------------
 .../dashboard/components/RefreshIntervalModal.jsx  | 10 ++-
 .../components/filterscope/FilterScopeModal.jsx    | 12 ++-
 .../components/filterscope/FilterScopeSelector.jsx | 24 +++++-
 .../src/dashboard/stylesheets/dashboard.less       | 36 ---------
 .../stylesheets/filter-scope-selector.less         |  7 --
 .../components/controls/AnnotationLayer.jsx        | 87 ++++++++++++----------
 .../components/controls/AnnotationLayerControl.jsx | 53 +++++++------
 superset-frontend/src/views/CRUD/data/common.ts    | 12 +--
 superset/config.py                                 |  4 +-
 14 files changed, 149 insertions(+), 212 deletions(-)
 delete mode 100644 
superset-frontend/src/dashboard/components/DeleteComponentModal.jsx

Reply via email to