This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/superset.git
omit b59fac6a27 fix: db owners not showing (#21998)
omit ab45b307e5 chore(sqla): refactor query utils (#21811)
omit 2fe5bd0290 fix: dashboard api cache decorator (#21964)
omit 976ac7feaa feat: Adds a Content Security Policy (CSP) check for
production environments (#21874)
omit cb9228f50c feat: Disables HTML rendering in Toast by default (#21853)
omit c2c0c59294 fix: flash message on database data upload forms (#21761)
omit f96c744e67 fix: database schema selector on import data (#21759)
add 14b51e6b10 fix: database schema selector on import data (#21759)
add 4f33a1bba1 fix: flash message on database data upload forms (#21761)
add fdded99ba8 feat: Disables HTML rendering in Toast by default (#21853)
add 58a11649c6 feat: Adds a Content Security Policy (CSP) check for
production environments (#21874)
add 17c01dc067 chore(sqla): refactor query utils (#21811)
add 70b0a96edd fix: check that imports are ZIPs (#21875)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b59fac6a27)
\
N -- N -- N refs/heads/2.0 (70b0a96edd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
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:
.../dashboard/components/PropertiesModal/index.tsx | 5 +-
superset/charts/api.py | 9 +-
superset/dashboards/api.py | 12 +-
superset/databases/api.py | 9 +-
superset/queries/saved_queries/api.py | 9 +-
tests/integration_tests/charts/data/api_tests.py | 2 +-
tests/unit_tests/databases/api_test.py | 193 +++++++++++++++++++++
tests/unit_tests/importexport/api_test.py | 3 +-
8 files changed, 225 insertions(+), 17 deletions(-)
create mode 100644 tests/unit_tests/databases/api_test.py