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/10 20:30:53 UTC

[superset] branch master updated (b9884fb -> d1f6245)

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 b9884fb  fix: `IS NULL` filter operator for numeric columns (#13496)
     add d1f6245  test: Tests, dedicated directory and Storybook for the Badge component (#13513)

No new revisions were added by this update.

Summary of changes:
 .../src/SqlLab/components/TemplateParamsEditor.jsx |   2 +-
 .../src/common/components/common.stories.tsx       |  10 --
 superset-frontend/src/common/components/index.tsx  |   1 -
 .../src/components/Badge/Badge.stories.tsx         | 172 +++++++++++++++++++++
 .../IssueCode.test.tsx => Badge/Badge.test.tsx}    |  34 ++--
 .../Badge.tsx => components/Badge/index.tsx}       |   3 +-
 .../src/datasource/DatasourceEditor.jsx            |   2 +-
 .../src/profile/components/Security.tsx            |   2 +-
 8 files changed, 195 insertions(+), 31 deletions(-)
 create mode 100644 superset-frontend/src/components/Badge/Badge.stories.tsx
 copy superset-frontend/src/components/{ErrorMessage/IssueCode.test.tsx => Badge/Badge.test.tsx} (62%)
 rename superset-frontend/src/{common/components/Badge.tsx => components/Badge/index.tsx} (93%)