You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/02/11 13:06:28 UTC

[superset] branch master updated (42c4fac -> c5781cd)

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

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


    from 42c4fac  fix(explore): pie chart label bugs (#13052)
     add c5781cd  feat(style): hide dashboard header by url parameter (#12918)

No new revisions were added by this update.

Summary of changes:
 .../javascripts/components/AnchorLink_spec.jsx     | 13 ++---
 .../dashboard/util/getDashboardUrl_spec.js         | 39 +++++++++++---
 .../explore/components/EmbedCodeButton_spec.jsx    | 25 +++++----
 .../spec/javascripts/explore/utils_spec.jsx        |  7 ++-
 .../src/components/URLShortLinkButton.jsx          |  2 +-
 .../src/components/URLShortLinkModal.tsx           |  2 +-
 superset-frontend/src/constants.ts                 |  5 ++
 .../src/dashboard/components/DashboardBuilder.jsx  | 19 +++++--
 .../dashboard/components/HeaderActionsDropdown.jsx |  8 ++-
 .../src/dashboard/components/StickyVerticalBar.tsx |  2 -
 superset-frontend/src/dashboard/util/constants.ts  |  5 ++
 .../{getDashboardUrl.js => getDashboardUrl.ts}     | 22 +++++---
 .../src/explore/components/EmbedCodeButton.jsx     |  5 +-
 .../src/explore/components/ExploreChartPanel.jsx   |  2 +-
 .../explore/components/ExploreViewContainer.jsx    |  5 +-
 superset-frontend/src/explore/exploreUtils.js      | 10 ++--
 superset-frontend/src/utils/common.js              | 28 ----------
 superset-frontend/src/utils/urlUtils.ts            | 63 ++++++++++++++++++++++
 superset/utils/core.py                             | 10 +++-
 superset/views/core.py                             | 22 ++++----
 20 files changed, 197 insertions(+), 97 deletions(-)
 rename superset-frontend/src/dashboard/util/{getDashboardUrl.js => getDashboardUrl.ts} (71%)
 create mode 100644 superset-frontend/src/utils/urlUtils.ts