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 2020/09/22 09:10:04 UTC

[incubator-superset] branch feature/filter-p0 updated (45354fc -> ce0a688)

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

suddjian pushed a change to branch feature/filter-p0
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 45354fc  unnecessary imports
     add ce0a688  formatting and types

No new revisions were added by this update.

Summary of changes:
 ...FiltersBadge_spec.jsx => FiltersBadge_spec.tsx} | 12 +++--
 .../FiltersBadge/{selectors.js => selectors.ts}    | 55 +++++++++++++++-------
 superset/connectors/base/models.py                 |  1 +
 superset/viz.py                                    | 16 +++++--
 4 files changed, 58 insertions(+), 26 deletions(-)
 rename superset-frontend/spec/javascripts/dashboard/components/{FiltersBadge_spec.jsx => FiltersBadge_spec.tsx} (93%)
 rename superset-frontend/src/dashboard/components/FiltersBadge/{selectors.js => selectors.ts} (72%)