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/06/18 02:55:31 UTC

[incubator-superset] branch master updated (817b7aa -> 02fee35)

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 817b7aa  style: Change logo color to new branding (#10090)
     add 02fee35  chore(metricoption): remove metricoption and columntypelable dependency (#10077)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 27 ++++++-
 superset-frontend/package.json                     |  2 +-
 .../components/ColumnTypeLabel_spec.jsx            |  3 +-
 .../javascripts/components/MetricOption_spec.jsx   | 85 ----------------------
 .../components/MetricDefinitionOption_spec.jsx     |  3 +-
 .../components/MetricDefinitionValue_spec.jsx      |  2 +-
 .../src/components/ColumnTypeLabel.jsx             | 64 ----------------
 superset-frontend/src/components/MetricOption.jsx  | 84 ---------------------
 .../explore/components/AdhocMetricStaticOption.jsx |  2 +-
 .../src/explore/components/AggregateOption.jsx     |  2 +-
 .../explore/components/FilterDefinitionOption.jsx  |  3 +-
 .../explore/components/MetricDefinitionOption.jsx  |  3 +-
 .../explore/components/MetricDefinitionValue.jsx   |  2 +-
 .../components/controls/DatasourceControl.jsx      |  3 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |  6 +-
 15 files changed, 38 insertions(+), 253 deletions(-)
 delete mode 100644 superset-frontend/spec/javascripts/components/MetricOption_spec.jsx
 delete mode 100644 superset-frontend/src/components/ColumnTypeLabel.jsx
 delete mode 100644 superset-frontend/src/components/MetricOption.jsx