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/06/24 21:22:06 UTC

[incubator-superset] branch master updated (c544ebd -> 36ea42f)

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 c544ebd  fix: Fixed Attribute Error when running core_tests.py (#10154)
     add 36ea42f  fix: Loading overlay bugfix and cleanup (#10105)

No new revisions were added by this update.

Summary of changes:
 .../src/SqlLab/components/TableElement.jsx         |  2 +-
 superset-frontend/src/SqlLab/main.less             |  5 --
 superset-frontend/src/chart/Chart.jsx              |  9 ++--
 superset-frontend/src/components/Button.jsx        |  1 +
 superset-frontend/src/components/Loading.jsx       | 61 ----------------------
 superset-frontend/src/components/Loading.less      | 21 --------
 .../components/Loading.tsx}                        | 50 +++++++++++-------
 ...eshChartOverlay.jsx => RefreshChartOverlay.tsx} | 45 ++++++++++------
 .../src/dashboard/stylesheets/dashboard.less       |  6 ---
 .../src/explore/components/DisplayQueryButton.jsx  |  8 +--
 superset-frontend/stylesheets/superset.less        | 27 ----------
 11 files changed, 68 insertions(+), 167 deletions(-)
 delete mode 100644 superset-frontend/src/components/Loading.jsx
 delete mode 100644 superset-frontend/src/components/Loading.less
 copy superset-frontend/{spec/javascripts/sqllab/QueryStateLabel_spec.jsx => src/components/Loading.tsx} (61%)
 rename superset-frontend/src/components/{RefreshChartOverlay.jsx => RefreshChartOverlay.tsx} (63%)