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

[superset] branch master updated (609c359 -> 817b740)

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

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


    from 609c359  feat(explore): Postgres datatype conversion (#13294)
     add 817b740  chore: metric refactor iteration 1 (#13596)

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/explore/components/AggregateOption_spec.jsx    | 2 +-
 .../javascripts/explore/components/MetricDefinitionOption_spec.jsx  | 2 +-
 .../components/controls/FilterControl/AdhocFilterControl.jsx        | 2 +-
 .../components/controls/FilterControl/AdhocFilterEditPopover.jsx    | 2 +-
 .../FilterControl/AdhocFilterEditPopoverSimpleTabContent.jsx        | 2 +-
 .../controls/FilterControl/AdhocFilterEditPopoverSqlTabContent.jsx  | 2 +-
 .../explore/components/controls/FilterControl/AdhocFilterOption.jsx | 2 +-
 .../{propTypes => components/controls/FilterControl}/columnType.js  | 0
 .../components/controls/MetricControl/AdhocMetricEditPopover.jsx    | 2 +-
 .../explore/components/controls/MetricControl/AdhocMetricOption.jsx | 2 +-
 .../components/{ => controls/MetricControl}/AggregateOption.jsx     | 2 +-
 .../components/controls/MetricControl/FilterDefinitionOption.jsx    | 2 +-
 .../components/controls/MetricControl/MetricDefinitionOption.jsx    | 6 +++---
 .../components/controls/MetricControl/MetricDefinitionValue.jsx     | 2 +-
 .../explore/components/controls/MetricControl/MetricsControl.jsx    | 2 +-
 .../explore/components/controls/MetricControl/adhocMetricType.js    | 2 +-
 .../controls/MetricControl}/aggregateOptionType.js                  | 0
 .../{propTypes => components/controls/MetricControl}/columnType.js  | 0
 18 files changed, 17 insertions(+), 17 deletions(-)
 copy superset-frontend/src/explore/{propTypes => components/controls/FilterControl}/columnType.js (100%)
 rename superset-frontend/src/explore/components/{ => controls/MetricControl}/AggregateOption.jsx (95%)
 rename superset-frontend/src/explore/{propTypes => components/controls/MetricControl}/aggregateOptionType.js (100%)
 rename superset-frontend/src/explore/{propTypes => components/controls/MetricControl}/columnType.js (100%)