This is an automated email from the ASF dual-hosted git repository.
aafghahi pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from e7000c72d5 update changelog
add f96c744e67 fix: database schema selector on import data (#21759)
add c2c0c59294 fix: flash message on database data upload forms (#21761)
add cb9228f50c feat: Disables HTML rendering in Toast by default (#21853)
add 976ac7feaa feat: Adds a Content Security Policy (CSP) check for
production environments (#21874)
add 2fe5bd0290 fix: dashboard api cache decorator (#21964)
add ab45b307e5 chore(sqla): refactor query utils (#21811)
No new revisions were added by this update.
Summary of changes:
docs/docs/security.mdx | 22 +++
.../src/components/MessageToasts/Toast.tsx | 2 +-
.../src/components/MessageToasts/types.ts | 2 +
superset/config.py | 3 +
superset/connectors/sqla/models.py | 26 ++-
superset/dashboards/api.py | 12 +-
superset/initialization/__init__.py | 24 ++-
.../form_view/columnar_to_database_view/edit.html | 43 +----
.../form_view/csv_to_database_view/edit.html | 43 +----
.../form_view/database_schemas_selector.html | 70 ++++++++
.../form_view/excel_to_database_view/edit.html | 43 +----
superset/views/database/views.py | 22 +--
tests/integration_tests/charts/data/api_tests.py | 190 ++++++++++++++++++++-
tests/integration_tests/sqla_models_tests.py | 2 +-
14 files changed, 352 insertions(+), 152 deletions(-)
create mode 100644
superset/templates/superset/form_view/database_schemas_selector.html