You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/02/25 22:42:33 UTC

[superset] branch master updated (7272184 -> e11d0cb)

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

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


    from 7272184  test: Adds tests to URLShortLinkButton component (#13319)
     add e11d0cb  refactor: Introduce api resource hooks, fetch owners for chart errors (#13218)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/chart/Chart.jsx              |  15 +-
 .../ChartErrorMessage.tsx}                         |  53 +++---
 .../common/hooks/apiResources/apiResources.test.ts | 165 +++++++++++++++++++
 .../src/common/hooks/apiResources/apiResources.ts  | 181 +++++++++++++++++++++
 .../common/hooks/apiResources/charts.ts}           |  33 ++--
 .../hooks/apiResources/index.ts}                   |  17 +-
 .../dashboard/components/gridComponents/Chart.jsx  |   1 -
 .../src/explore/components/ExploreChartPanel.jsx   |   1 -
 8 files changed, 400 insertions(+), 66 deletions(-)
 copy superset-frontend/src/{components/RefreshChartOverlay.tsx => chart/ChartErrorMessage.tsx} (54%)
 create mode 100644 superset-frontend/src/common/hooks/apiResources/apiResources.test.ts
 create mode 100644 superset-frontend/src/common/hooks/apiResources/apiResources.ts
 copy superset-frontend/{spec/helpers/waitForComponentToPaint.ts => src/common/hooks/apiResources/charts.ts} (61%)
 copy superset-frontend/src/{SqlLab/components/TabStatusIcon.jsx => common/hooks/apiResources/index.ts} (73%)