You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2022/10/19 22:56:23 UTC

[superset] branch 2.0-test updated (4bd3306019 -> 08052a7db3)

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

elizabeth pushed a change to branch 2.0-test
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 4bd3306019 changelog
    omit d62e7e7ce6 feat(embedded): provides filter bar visibility setting on embedded dashboard (#21069) (#21070)
    omit ad52469a04 test fix
    omit 548311c424 linting issues
    omit 40c5b2a688 remove eleement reference (#20830)
    omit 511cafa790 fix: Add locale for DatePicker component (#20063)
    omit dd919bc176 fix: disallow users from viewing other user's profile on config (#21302)
    omit 143c5f1ecc fix(explore): Prevent unnecessary series limit subquery (#21154)
    omit dfcb66a098 fix: set correct favicon from config for login and FAB list views (#21498)
    omit 440ab64c53 fix(sqllab): Fix cursor alignment in SQL lab editor by avoiding Lucida Console font on Windows (#21380)
    omit 5b662f7874 fix: Add french translation missing (#20061)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/2.0-test (08052a7db3)
            \
             O -- O -- O   (4bd3306019)

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

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  37 ---
 docker-compose.yml                                 |   2 +-
 superset-frontend/src/SqlLab/main.less             |   4 +-
 .../components/CustomFrame.test.tsx                | 101 +-----
 .../DateFilterControl/components/CustomFrame.tsx   |  12 -
 .../controls/DateFilterControl/utils/constants.ts  |  17 -
 superset-frontend/src/explore/types.ts             |  46 +--
 .../src/views/CRUD/chart/ChartList.tsx             |  22 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  10 +-
 superset/config.py                                 |   1 -
 superset/connectors/sqla/models.py                 |   4 +-
 superset/templates/superset/base.html              |  10 +-
 superset/translations/fr/LC_MESSAGES/messages.json | 193 +----------
 superset/translations/fr/LC_MESSAGES/messages.po   | 356 +++------------------
 superset/translations/messages.pot                 |  10 -
 superset/utils/webdriver.py                        |   1 +
 superset/views/base.py                             |   1 -
 superset/views/core.py                             |   9 +-
 tests/integration_tests/core_tests.py              |  12 -
 tests/integration_tests/reports/commands_tests.py  |   2 +-
 20 files changed, 94 insertions(+), 756 deletions(-)