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/23 00:30:58 UTC

[superset] branch api-resource-hooks updated (9ebf841 -> 2c6fd0a)

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

suddjian pushed a change to branch api-resource-hooks
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 9ebf841  filter the api for a leaner response
     add 8f6cfcf  reorganize code, add resource hook catalog
     add 2c6fd0a  better names

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/chart/ChartErrorMessage.tsx  | 28 ++----------------
 .../hooks/{ => apiResources}/apiResources.ts       |  9 +++---
 .../common/hooks/apiResources/charts.ts}           | 33 +++++++++++++---------
 .../hooks/apiResources/index.ts}                   | 17 +++++------
 4 files changed, 36 insertions(+), 51 deletions(-)
 rename superset-frontend/src/common/hooks/{ => apiResources}/apiResources.ts (96%)
 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%)