You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/06/06 17:55:31 UTC

[superset] branch 2.1 updated (fff414ef28 -> 7a891b6988)

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

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


    omit fff414ef28 remove tests that don't apply
     add 0a48ffb123 remove tests that don't apply
     add 12bcc5bdd6 chore: Remove unnecessary information from response (#24056)
     add 79c6b0a0f4 chore: update UPDATING for 2.1.0 (#24294)
     add 76856d0bf6 fix: db validate parameters permission (#24185)
     add a2bed3fdf2 fix: disable SHOW_STACKTRACE by default (#24137)
     add 7a891b6988 fix: enable strong session protection by default (#24256)

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   (fff414ef28)
            \
             N -- N -- N   refs/heads/2.1 (7a891b6988)

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:
 UPDATING.md                                     |   9 +-
 docs/docs/security.mdx                          |  31 ++++++-
 superset/charts/api.py                          |   2 -
 superset/config.py                              |   9 +-
 superset/connectors/sqla/models.py              |   7 +-
 superset/constants.py                           |   4 +-
 superset/dashboards/api.py                      |   3 -
 superset/dashboards/schemas.py                  |   4 +-
 superset/datasets/api.py                        |   4 +-
 superset/models/dashboard.py                    |   6 +-
 superset/models/filter_set.py                   |   6 +-
 superset/models/slice.py                        |   8 +-
 superset/queries/api.py                         |   1 -
 superset/queries/schemas.py                     |   2 +-
 superset/tags/schemas.py                        |  59 +++++++++++++
 tests/integration_tests/charts/api_tests.py     | 109 +++++++++++++++++++++++-
 tests/integration_tests/dashboards/api_tests.py | 106 ++++++++++++++++++++++-
 tests/integration_tests/datasets/api_tests.py   | 102 ++++++++++++++++++++++
 tests/integration_tests/queries/api_tests.py    |   1 -
 tests/integration_tests/sqllab_tests.py         |  26 +++---
 20 files changed, 459 insertions(+), 40 deletions(-)
 create mode 100644 superset/tags/schemas.py