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/15 23:19:18 UTC

[superset] tag 2.1.1rc1 updated (f2724a7af4 -> 73d3b7ab9a)

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

elizabeth pushed a change to tag 2.1.1rc1
in repository https://gitbox.apache.org/repos/asf/superset.git


*** WARNING: tag 2.1.1rc1 was modified! ***

    from f2724a7af4 (commit)
      to 73d3b7ab9a (commit)
 discard f2724a7af4 retry tables on import
     add 8a0b66d5e5 pass force to reload data
     add 73d3b7ab9a fix: Native time range filter in legacy charts (#23865)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag 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   (f2724a7af4)
            \
             N -- N -- N   refs/tags/2.1.1rc1 (73d3b7ab9a)

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:
 RELEASING/from_tarball_entrypoint.sh                              | 6 +++---
 docker/docker-init.sh                                             | 2 +-
 .../plugins/legacy-plugin-chart-calendar/src/controlPanel.ts      | 8 ++++++--
 superset/datasets/commands/importers/v1/utils.py                  | 4 ++--
 superset/utils/core.py                                            | 8 ++++++++
 5 files changed, 20 insertions(+), 8 deletions(-)