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/09/21 22:47:59 UTC

[incubator-superset] branch master updated (e4e78b6 -> a8f5029)

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 e4e78b6  style: fix checkbox color (#10970)
     add a8f5029  ESLint: Remove ts-ignore comments (#10933)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 138 +++++++++++++++------
 superset-frontend/package.json                     |   9 +-
 .../src/SqlLab/components/HighlightedSql.jsx       |  10 +-
 .../src/SqlLab/components/LimitControl.tsx         |  17 ++-
 .../src/SqlLab/components/ShowSQL.tsx              |  13 +-
 superset-frontend/src/components/DeleteModal.tsx   |  12 +-
 .../components/FilterableTable/FilterableTable.tsx |  18 ++-
 superset-frontend/src/components/Link.tsx          |   1 -
 .../src/components/ListView/Filters.tsx            |   3 -
 .../src/components/Select/SupersetStyledSelect.tsx |   7 +-
 .../Select/WindowedSelect/WindowedMenuList.tsx     |   1 -
 superset-frontend/src/components/Select/styles.tsx |  26 ++--
 .../src/datasource/ChangeDatasourceModal.tsx       |   9 +-
 .../src/datasource/DatasourceModal.tsx             |   1 -
 .../src/explore/components/DisplayQueryButton.jsx  |  22 ++--
 .../src/explore/components/PropertiesModal.tsx     |  28 +++--
 superset-frontend/src/featureFlags.ts              |   2 +
 superset-frontend/src/setup/setupApp.ts            |   2 -
 .../src/views/CRUD/welcome/Welcome.tsx             |  30 ++++-
 19 files changed, 217 insertions(+), 132 deletions(-)