You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2022/09/13 21:40:44 UTC

[superset] branch lyndsi/create-dataset-header updated (c3a9485d51 -> 1389b8bc04)

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

lyndsi pushed a change to branch lyndsi/create-dataset-header
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit c3a9485d51 Merge branch 'master' into lyndsi/create-dataset-header
    omit 0ba4ab1da0 add testing for Header title
    omit 890af00638 address review comments
    omit a76e235c54 Add disabled btn tests
    omit 3c023dd1a4 Make tooltipProps optional
    omit 13c652e93d Created blank header component
     add 64d216adb3 fix: permission sqlalchemy events (#21454)
     add 973d870538 chore: remove blank space from users filters (#21346)
     add ee1eabde35 Created blank header component
     add 4c1cdb7b3b Make tooltipProps optional
     add c391dc93eb Add disabled btn tests
     add 0557fbafe6 address review comments
     add 1389b8bc04 add testing for Header title

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   (c3a9485d51)
            \
             N -- N -- N   refs/heads/lyndsi/create-dataset-header (1389b8bc04)

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:
 superset-frontend/src/views/CRUD/utils.tsx |  8 ++---
 superset/security/manager.py               | 56 ++++++++++++++++++++++++++----
 tests/integration_tests/security_tests.py  | 21 +++++------
 3 files changed, 62 insertions(+), 23 deletions(-)