You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2021/11/08 18:33:02 UTC

[superset] branch master updated (33a8e87 -> 561d1ac)

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

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


    from 33a8e87  fix: failed timezone selector UT (#17370)
     add 561d1ac  feat(metrics): Provide override for disabling ad-hoc metrics (#17202)

No new revisions were added by this update.

Summary of changes:
 .../explore/components/ExploreContentPopover.tsx   |   6 -
 .../DndColumnSelectControl/DndMetricSelect.tsx     |   6 +-
 .../FilterControl/AdhocFilterEditPopover/index.jsx | 128 +++++++++------------
 .../controls/FixedOrMetricControl/index.jsx        |   1 +
 .../AdhocMetricEditPopover.test.tsx                |  56 ++++++++-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |  98 +++++++++++-----
 .../controls/MetricControl/AdhocMetricOption.jsx   |   6 +-
 .../MetricControl/AdhocMetricPopoverTrigger.tsx    |   8 +-
 .../MetricControl/MetricDefinitionValue.jsx        |   6 +-
 .../controls/MetricControl/MetricsControl.jsx      |   9 +-
 superset-frontend/src/explore/controls.jsx         |   4 +-
 11 files changed, 195 insertions(+), 133 deletions(-)