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

villebro pushed a change to branch 0.36
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    omit 736856e  Tag version 0.36.0 and update CHANGELOG and UPDATING
     add f784af2  feat: improve loading speed for legacy table chart (#9234)
     add fc64c37  feat: bump plugins deckgl version (#9251)
     add f34e9e3  Replace No data error with help message (#9249)
     add 0faced7  fix: update release testing FLASK_APP param (#9254)
     new 55d8b67  Tag version 0.36.0 and update CHANGELOG and UPDATING

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   (736856e)
            \
             N -- N -- N   refs/heads/0.36 (55d8b67)

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:
 RELEASING/from_tarball_entrypoint.sh               |    2 +-
 .../cypress/integration/explore/chart.test.js      |   14 +-
 superset-frontend/package-lock.json                | 1051 +++++++++++++-------
 superset-frontend/package.json                     |    6 +-
 superset-frontend/src/chart/ChartRenderer.jsx      |   12 +-
 .../src/dashboard/stylesheets/dashboard.less       |    1 +
 superset/viz.py                                    |   55 +-
 tests/core_tests.py                                |    4 +-
 8 files changed, 778 insertions(+), 367 deletions(-)

Reply via email to