This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6fc7af5ba8 build: update Dockerfile to 3.11.14-slim-trixie (#36047)
add 28bdec2c79 fix(tags): ensure tag creation is compatible with MySQL by
avoiding Markup objects (#36075)
No new revisions were added by this update.
Summary of changes:
superset/tags/models.py | 3 +-
tests/integration_tests/tags/api_tests.py | 45 ++++
.../tags/mysql_compatibility_test.py | 285 +++++++++++++++++++++
tests/unit_tests/tags/models_test.py | 263 +++++++++++++++++++
4 files changed, 594 insertions(+), 2 deletions(-)
create mode 100644 tests/integration_tests/tags/mysql_compatibility_test.py
create mode 100644 tests/unit_tests/tags/models_test.py