You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/13 16:33:40 UTC

(superset) branch supersetbot updated (9d8826e3ca -> 998f47d2d6)

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

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


    omit 9d8826e3ca restricting commands
    omit 06cfa7af87 add hold to protected patterns
    omit 712de13003 feat(supersetbot): re-implement labeling bot as a GitHub action
     add 735b895dd5 fix: check if guest user modified query (#27484)
     add a75bb7685d chore: Add an extension for Home submenu (#27480)
     add 49630679d0 feat(supersetbot): re-implement labeling bot as a GitHub action
     add e7bc3264f1 add hold to protected patterns
     add c8803257a3 restricting commands
     add 998f47d2d6 single platform in pull_request

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   (9d8826e3ca)
            \
             N -- N -- N   refs/heads/supersetbot (998f47d2d6)

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:
 .github/workflows/docker.yml                       |  10 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |  23 ++++-
 superset-frontend/src/pages/Home/Home.test.tsx     |  16 +++
 superset-frontend/src/pages/Home/index.tsx         |   7 +-
 superset/security/manager.py                       |  85 ++++++++++++----
 tests/unit_tests/security/manager_test.py          | 112 +++++++++++++++++----
 6 files changed, 208 insertions(+), 45 deletions(-)