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/03/13 20:28:24 UTC

[superset] branch 2.1 updated (2a5ef50e5d -> c71bf62f66)

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 2a5ef50e5d update releasing process for testing
    omit d19d298d9d chore: use util test env for init check (#23325)
    omit 4e9d7644ff update changelog
    omit 9b253f0c4c docs: improve API v1 migration documentation (#23298)
    omit 65232d3f5b fix(dashboard): Infinite load when filter with default first value is out of scope (#23299)
    omit dd792f9e7f fix(dashboard): Charts crashing when cross filter on adhoc column is applied (#23238)
     add 816abce95a fix(dashboard): Infinite load when filter with default first value is out of scope (#23299)
     add 520d23f806 docs: improve API v1 migration documentation (#23298)
     add 8955939f13 update changelog
     add 0102ffe309 chore: use util test env for init check (#23325)
     add c71bf62f66 update releasing process for testing

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   (2a5ef50e5d)
            \
             N -- N -- N   refs/heads/2.1 (c71bf62f66)

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/FiltersBadge/selectors.ts |  5 +-
 superset/common/query_actions.py                   | 26 +++++-----
 superset/common/query_context_processor.py         |  2 -
 superset/common/utils/query_cache_manager.py       | 15 ------
 superset/connectors/sqla/models.py                 | 57 ++++------------------
 superset/exceptions.py                             |  4 --
 superset/models/helpers.py                         |  7 +--
 superset/utils/core.py                             |  4 +-
 superset/viz.py                                    | 33 ++++++-------
 tests/integration_tests/charts/data/api_tests.py   | 34 -------------
 10 files changed, 44 insertions(+), 143 deletions(-)