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/11/24 21:05:28 UTC

[incubator-superset] branch master updated (75086f8 -> 9b68b65)

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 75086f8  fix: docker healthcheck (#11798)
     add 9b68b65  refactor: Replace react-bootstrap tooltips with Antd tooltips (#11737)

No new revisions were added by this update.

Summary of changes:
 .../FilterableTable/FilterableTable_spec.tsx       |  3 +-
 .../AdhocMetricEditPopoverTitle_spec.jsx           | 14 ++++---
 .../explore/components/DateFilterControl_spec.jsx  | 22 +++++-----
 .../explore/components/EmbedCodeButton_spec.jsx    | 16 +++++---
 .../spec/javascripts/sqllab/ColumnElement_spec.tsx |  2 +-
 superset-frontend/src/CRUD/Field.jsx               | 20 ++-------
 .../src/SqlLab/components/ColumnElement.tsx        | 48 ++++++++++++++++++----
 .../src/SqlLab/components/SqlEditor.jsx            | 25 ++++-------
 superset-frontend/src/SqlLab/main.less             | 13 ------
 .../src/common/components/InfoTooltip.tsx          |  2 +-
 .../src/common/components/Tooltip.tsx              | 16 +++++---
 .../src/common/components/common.stories.tsx       |  2 +-
 superset-frontend/src/components/Button/index.tsx  | 30 +++++++++-----
 .../src/components/CopyToClipboard.jsx             | 44 ++++++++++----------
 .../src/components/FacePile/index.tsx              |  3 +-
 superset-frontend/src/components/Link.tsx          | 27 ++++++++----
 .../src/components/TooltipWrapper.jsx              |  9 ++--
 .../components/AdhocMetricEditPopoverTitle.jsx     | 27 +++++-------
 .../src/explore/components/ControlHeader.jsx       | 31 ++++++--------
 .../src/explore/components/QueryAndSaveBtns.jsx    | 12 +++---
 .../components/controls/DatasourceControl.jsx      |  2 +-
 .../components/controls/DateFilterControl.jsx      | 21 +++-------
 .../explore/components/controls/VizTypeControl.jsx | 20 +++------
 .../src/views/CRUD/data/query/QueryList.tsx        |  2 +-
 24 files changed, 213 insertions(+), 198 deletions(-)