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

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


 discard a15703f  Change number format default (#7137)
 discard fcebb80  Fix race condition when fetching results in SQL Lab (#7198)
 discard fd56716  Revert PR #6933 (#7162)
 discard 4a00e8e  [Lyft-GA] Enable color consistency in a dashboard (#7135)
 discard adfff5d  Allow LIMIT to be specified in parameters (#7052)
 discard cf9eec8  feat: add ability to change font size in big number (#7003)
 discard 5fd5253  Fix time filter control (#6978)
 discard 855deb8  Show tooltip with time frame (#6979)
     new f13e0a8  Update __init__.py (#7166)
     new 03752af  fix PRODUCT-67916 Click OK button cannot close error message 
modal (#7179)
     new efede0a  fix(sqllab): remove duplicate selector in style file (#7126)
     new 2af9a84  fix: do not crash when a vis type is disabled. (#7180)
     new 37d7b2c  feat: added i18n statements to sqllab (#7194)
     new a1d4635  [fix] a typo in variable name (#7197)
     new c5bdbc0  [security] make it easier to redefine Alpha/Gamma (#7036)
     new a717a90  fix: deck.gl polygon tooltip (#7188)
     new fb9fdc8  Show tooltip with time frame (#6979)
     new 7488b4d  Fix time filter control (#6978)
     new 7d95036  feat: add ability to change font size in big number (#7003)
     new f66b598  Allow LIMIT to be specified in parameters (#7052)
     new e974a23  [Lyft-GA] Enable color consistency in a dashboard (#7135)
     new 82cf553  Revert PR #6933 (#7162)
     new ca6a73b  Fix race condition when fetching results in SQL Lab (#7198)
     new 62cfb2d  Change number format default (#7137)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a15703f)
            \
             N -- N -- N   refs/heads/lyftga (62cfb2d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3994 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset/__init__.py                               |   2 +-
 superset/assets/package-lock.json                  |  41 ++++--
 .../src/SqlLab/components/ExploreResultsButton.jsx |  18 +--
 .../assets/src/SqlLab/components/LimitControl.jsx  |   4 +-
 .../assets/src/SqlLab/components/ResultSet.jsx     |   2 +-
 .../src/SqlLab/components/ShareSqlLabQuery.jsx     |   4 +-
 .../assets/src/SqlLab/components/SqlEditor.jsx     |  16 +--
 .../src/SqlLab/components/TemplateParamsEditor.jsx |  12 +-
 superset/assets/src/SqlLab/main.less               |  11 +-
 superset/assets/src/chart/ChartRenderer.jsx        |  10 +-
 .../explore/components/ControlPanelsContainer.jsx  |   4 +-
 .../explore/components/controls/VizTypeControl.jsx | 113 +++++++---------
 superset/assets/src/explore/controlPanels/index.js |  36 ++---
 superset/assets/src/explore/store.js               |   4 +-
 superset/assets/src/visualizations/Legend.css      |   6 +-
 superset/assets/src/visualizations/Legend.jsx      |   2 +-
 superset/assets/src/visualizations/deckgl/utils.js |   6 +-
 superset/security.py                               | 149 ++++++++++-----------
 18 files changed, 230 insertions(+), 210 deletions(-)

Reply via email to