You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/09/23 18:00:36 UTC

[incubator-superset] branch master updated (af1e8e8 -> 7549dad)

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

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


    from af1e8e8  fix: enable several pylint rules partially in db_engines_specs module (#11000)
     add 7549dad  fix: timer component, fixes #10849, closes #11002 (#11004)

No new revisions were added by this update.

Summary of changes:
 .../sqllab/{query.test.js => query.test.ts}        | 81 ++++++++++++++++------
 .../cypress/integration/sqllab/tabs.test.js        |  1 +
 .../cypress-base/cypress/support/index.d.ts        |  2 +-
 superset-frontend/cypress-base/tsconfig.json       |  2 +-
 .../spec/javascripts/sqllab/Timer_spec.jsx         | 10 ++-
 superset-frontend/src/components/Label/index.tsx   |  4 +-
 superset-frontend/src/components/Timer.tsx         | 67 ++++++++----------
 superset-frontend/stylesheets/superset.less        |  5 --
 8 files changed, 97 insertions(+), 75 deletions(-)
 rename superset-frontend/cypress-base/cypress/integration/sqllab/{query.test.js => query.test.ts} (65%)