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

michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 372004d0e6 fix: Bumps Flask Caching to fix RCE vulnerability (#25090)
     new 9837dabb2c docs: Fix typo in UPDATING.md (#25127)
     new dd0475d63c fix: add format for timestamp in crdb to correctly use 
times values (#24711)
     new af8f074919 fix: Handle Python date format for GENERIC_CHART_AXES 
feature (#25135)
     new 76d7bf9011 fix: Chart series limit doesn't work for some databases 
(#25150)
     new f778b62712 fix: Fixing untranslated FR strings (#20078)

The 5 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:
 UPDATING.md                                        |  2 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |  6 +++-
 superset/connectors/sqla/models.py                 |  4 ++-
 superset/db_engine_specs/cockroachdb.py            | 17 ++++++++-
 superset/models/helpers.py                         | 16 ++++++---
 superset/translations/fr/LC_MESSAGES/messages.json | 38 ++++++++++++++++----
 superset/translations/fr/LC_MESSAGES/messages.po   | 41 ++++++++++++++++------
 superset/translations/messages.pot                 | 21 +++++++++++
 superset/translations/pt/LC_MESSAGES/message.json  | 14 ++------
 .../{test_impala.py => test_crdb.py}               |  8 ++---
 10 files changed, 125 insertions(+), 42 deletions(-)
 copy tests/unit_tests/db_engine_specs/{test_impala.py => test_crdb.py} (83%)

Reply via email to