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.
discard 55d8b67 Tag version 0.36.0 and update CHANGELOG and UPDATING
omit 0faced7 fix: update release testing FLASK_APP param (#9254)
omit f34e9e3 Replace No data error with help message (#9249)
omit fc64c37 feat: bump plugins deckgl version (#9251)
omit f784af2 feat: improve loading speed for legacy table chart (#9234)
new 4c9f4e5 fix: update release testing FLASK_APP param (#9254)
new de8dea0 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 (55d8b67)
\
N -- N -- N refs/heads/0.36 (de8dea0)
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 2 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:
CHANGELOG.md | 1 +
.../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, 367 insertions(+), 777 deletions(-)