This is an automated email from the ASF dual-hosted git repository.
yongjiezhao pushed a change to branch bumping-echarts
in repository https://gitbox.apache.org/repos/asf/superset.git.
discard 52bee9f feat: Upgrading to new treemap
discard a54d3ad chore: bumping echarts plugin
add 0fe2bf11 chore: Update FAB to 3.3.0 (#14556)
add 09050ae fix: select country in examples chart (#14561)
add 3a4536a fix: Column name and icons alignment in the Datasource Panel
(Explore) (#14551)
add cd899c5 fix typo on CONTRIBUTING.md (#14536)
add eaeb8f7 style: adding padding to the sides of badges, so they look
less claustrophobic (#14569)
add b960843 fix: Menu does not appear on scroll in Dashboard (#14566)
add 7d28225 build(deps): bump ssri from 6.0.1 to 6.0.2 in /docs (#14227)
add 6d786d4 fix: Adds space under dataset change warning (#14582)
add ada3809 fix: bring back dashboard perf logger (#14584)
add d389e40 chore: bumping echarts plugin
add d4fb29a feat: Upgrading to new treemap
add 3a99e34 bump @superset-ui/plugin-chart-echarts 0.17.47
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 (52bee9f)
\
N -- N -- N refs/heads/bumping-echarts (3a99e34)
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:
CONTRIBUTING.md | 2 +-
docs/package-lock.json | 6 +-
requirements/base.txt | 2 +-
setup.py | 2 +-
.../cypress/integration/dashboard/load.test.ts | 5 +
superset-frontend/package-lock.json | 316 ++++++++++++++++++++-
superset-frontend/package.json | 2 +-
.../src/components/Alert/Alert.stories.tsx | 8 +-
superset-frontend/src/components/Alert/index.tsx | 12 +-
superset-frontend/src/components/Badge/index.tsx | 2 +-
superset-frontend/src/dashboard/actions/hydrate.js | 3 -
.../HeaderActionsDropdown.test.tsx | 2 +-
.../Header/HeaderActionsDropdown/index.jsx | 2 +-
.../src/datasource/ChangeDatasourceModal.tsx | 1 +
.../src/explore/components/optionRenderers.tsx | 8 +
superset-frontend/src/views/store.ts | 6 +-
.../src/visualizations/presets/MainPreset.js | 4 +-
superset-frontend/stylesheets/superset.less | 4 -
superset/examples/country_map.py | 1 +
19 files changed, 352 insertions(+), 36 deletions(-)