You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/08/07 05:40:16 UTC

[incubator-superset] branch master updated (96b9ba3 -> 0bad77f)

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

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


    from 96b9ba3  ci: bump pre-commit py36 to py37 (#10541)
     add 0bad77f  chore: TypeScript <Label /> (#10494)

No new revisions were added by this update.

Summary of changes:
 .../CodeModal_spec.jsx => helpers/theming.ts}      | 48 +++++++----
 .../javascripts/components/CachedLabel_spec.jsx    |  2 +-
 .../explore/components/AdhocFilterOption_spec.jsx  |  3 +-
 .../explore/components/AdhocMetricOption_spec.jsx  |  3 +-
 .../explore/components/DateFilterControl_spec.jsx  |  5 +-
 .../explore/components/RowCountLabel_spec.jsx      |  2 +-
 .../explore/components/ViewportControl_spec.jsx    | 15 ++--
 .../spec/javascripts/profile/Security_spec.tsx     |  2 +-
 .../spec/javascripts/sqllab/LimitControl_spec.jsx  |  2 +-
 .../javascripts/sqllab/QueryStateLabel_spec.jsx    |  2 +-
 .../spec/javascripts/sqllab/SouthPane_spec.jsx     |  5 +-
 .../spec/javascripts/sqllab/Timer_spec.jsx         |  2 +-
 .../src/SqlLab/components/LimitControl.jsx         |  4 +-
 .../src/SqlLab/components/QueryStateLabel.jsx      |  2 +-
 .../src/SqlLab/components/QueryTable.jsx           |  5 +-
 .../src/SqlLab/components/SouthPane.jsx            |  3 +-
 .../src/SqlLab/components/SqlEditor.jsx            | 11 +--
 .../src/components/Button/button.stories.jsx       | 98 ++++++++++++++--------
 superset-frontend/src/components/CachedLabel.jsx   |  3 +-
 superset-frontend/src/components/Label/index.tsx   | 74 ++++++++++++++++
 .../src/components/Label/label.stories.jsx         | 65 ++++++++++++++
 superset-frontend/src/components/TableSelector.jsx |  2 +-
 superset-frontend/src/components/Timer.jsx         | 10 +--
 .../src/datasource/DatasourceEditor.jsx            | 14 ++--
 .../src/explore/components/AdhocFilterOption.jsx   |  3 +-
 .../src/explore/components/AdhocMetricOption.jsx   |  3 +-
 .../src/explore/components/RowCountLabel.jsx       |  2 +-
 .../components/controls/DatasourceControl.jsx      |  3 +-
 .../components/controls/DateFilterControl.jsx      |  6 +-
 .../components/controls/FixedOrMetricControl.jsx   |  5 +-
 .../explore/components/controls/SpatialControl.jsx | 14 +---
 .../components/controls/ViewportControl.jsx        |  5 +-
 .../src/profile/components/Security.tsx            |  4 +-
 33 files changed, 305 insertions(+), 122 deletions(-)
 copy superset-frontend/spec/{javascripts/dashboard/components/CodeModal_spec.jsx => helpers/theming.ts} (52%)
 create mode 100644 superset-frontend/src/components/Label/index.tsx
 create mode 100644 superset-frontend/src/components/Label/label.stories.jsx