You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by pk...@apache.org on 2021/03/15 23:10:07 UTC

[superset] branch master updated (1e88408 -> df5fb5a)

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

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


    from 1e88408  fix: better handle datasource exceptions (#13578)
     add df5fb5a  test: Tests and dedicated directory for the SupersetResourceSelect Component (#13508)

No new revisions were added by this update.

Summary of changes:
 .../components/SupersetResourceSelect_spec.tsx     | 59 --------------------
 .../SupersetResourceSelect.test.tsx                | 64 ++++++++++++++++++++++
 .../index.tsx}                                     |  0
 3 files changed, 64 insertions(+), 59 deletions(-)
 delete mode 100644 superset-frontend/spec/javascripts/components/SupersetResourceSelect_spec.tsx
 create mode 100644 superset-frontend/src/components/SupersetResourceSelect/SupersetResourceSelect.test.tsx
 rename superset-frontend/src/components/{SupersetResourceSelect.tsx => SupersetResourceSelect/index.tsx} (100%)