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 58778a78b2 fix: Duplicate items when pasting into Select (#25447)
new d8e87aa3cc fix: update the SQLAlchemy model definition at json column
for Log table (#25445)
new f682dbae52 fix(helm chart): set chart appVersion to 3.0.0 (#25373)
new 615d7f5ccc fix(mysql): handle string typed decimal results (#24241)
new 0dd1a3bea5 fix: Styles not loading because of faulty CSP setting
(#25468)
new f577005ff9 fix(sqllab): error with lazy_gettext for tab titles (#25469)
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:
helm/superset/Chart.yaml | 4 +-
helm/superset/README.md | 476 ++++++++++++-------------
superset/config.py | 16 +-
superset/db_engine_specs/base.py | 29 +-
superset/db_engine_specs/mysql.py | 6 +-
superset/models/core.py | 2 +-
superset/views/sql_lab/views.py | 3 +-
tests/unit_tests/db_engine_specs/test_mysql.py | 40 +++
8 files changed, 328 insertions(+), 248 deletions(-)