You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/10/20 03:42:52 UTC

[incubator-superset] branch master updated (4208ca7 -> 901a42b)

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

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


    from 4208ca7  refactor: replace AvatarIcon instances with FacePile  (#11279)
     add 901a42b  refactor: Replace usages of Popover from react-bootstrap with Antd (#11163)

No new revisions were added by this update.

Summary of changes:
 .../integration/explore/AdhocFilters.test.ts       |   1 +
 .../integration/explore/AdhocMetrics.test.ts       |   1 +
 .../cypress/integration/explore/advanced.test.ts   |   2 +-
 .../cypress/integration/explore/control.test.ts    |  10 +-
 .../components/URLShortLinkButton_spec.jsx         |   4 +-
 .../components/AdhocFilterEditPopover_spec.jsx     |   4 +-
 .../explore/components/AdhocFilterOption_spec.jsx  |   8 +-
 .../AdhocMetricEditPopoverTitle_spec.jsx           |  18 +-
 .../components/AdhocMetricEditPopover_spec.jsx     |  18 +-
 .../explore/components/AdhocMetricOption_spec.jsx  |  24 +-
 .../explore/components/ColorPickerControl_spec.jsx |   6 +-
 .../explore/components/DateFilterControl_spec.jsx  |  41 ++-
 .../explore/components/EmbedCodeButton_spec.jsx    |   6 +-
 .../components/FilterBoxItemControl_spec.jsx       |   6 +-
 .../components/TimeSeriesColumnControl_spec.jsx    |   6 +-
 .../explore/components/ViewportControl_spec.jsx    |   4 +-
 .../spec/javascripts/sqllab/LimitControl_spec.jsx  |  63 ++--
 .../javascripts/sqllab/ShareSqlLabQuery_spec.jsx   |   6 +-
 .../src/SqlLab/components/LimitControl.tsx         | 120 ++++----
 .../src/SqlLab/components/ShareSqlLabQuery.jsx     |  16 +-
 .../src/SqlLab/components/SqlEditorLeftBar.jsx     |   4 -
 .../components/Popover.tsx}                        |  11 +-
 .../src/common/components/common.stories.tsx       |  32 +-
 superset-frontend/src/components/Hotkeys.jsx       |  15 +-
 .../src/components/URLShortLinkButton.jsx          |  16 +-
 .../explore/components/AdhocFilterEditPopover.jsx  | 133 ++++-----
 .../src/explore/components/AdhocFilterOption.jsx   |  35 ++-
 .../explore/components/AdhocMetricEditPopover.jsx  | 231 +++++++--------
 .../components/AdhocMetricEditPopoverTitle.jsx     |  25 +-
 .../src/explore/components/AdhocMetricOption.jsx   |  80 +++--
 .../src/explore/components/EmbedCodeButton.jsx     | 116 ++++----
 .../components/controls/AnnotationLayer.jsx        |   7 +-
 .../components/controls/AnnotationLayerControl.jsx |  60 ++--
 .../components/controls/ColorPickerControl.jsx     |  15 +-
 .../components/controls/DateFilterControl.jsx      | 330 +++++++++++----------
 .../components/controls/FilterBoxItemControl.jsx   |  21 +-
 .../controls/TimeSeriesColumnControl.jsx           | 281 +++++++++---------
 .../components/controls/ViewportControl.jsx        |  15 +-
 superset-frontend/stylesheets/antd/index.less      |   4 -
 39 files changed, 918 insertions(+), 877 deletions(-)
 copy superset-frontend/src/{components/RefreshLabel.less => common/components/Popover.tsx} (81%)