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

aafghahi pushed a change to branch 2.0-test
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard f680a6d5e1 linting issues
 discard 92e8eed0be remove eleement reference (#20830)
 discard a41ecd2e71 fix: Add locale for DatePicker component (#20063)
 discard 79351a4d92 fix: disallow users from viewing other user's profile on 
config (#21302)
 discard cb91fe421c fix: dataset name change and permission change (#21161)
     add 1e6d47d503 fix: disallow users from viewing other user's profile on 
config (#21302)
     add 267e676216 fix: Add locale for DatePicker component (#20063)
     add ea56c5a1a6 remove eleement reference (#20830)
     add 02592c5243 linting issues

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   (f680a6d5e1)
            \
             N -- N -- N   refs/heads/2.0-test (02592c5243)

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:
 docker-compose.yml                            |   2 +-
 superset-frontend/package-lock.json           |   8 +-
 superset/connectors/sqla/models.py            |   7 +-
 superset/databases/commands/update.py         |  34 -
 superset/datasets/commands/create.py          |  11 +-
 superset/datasets/commands/delete.py          |  26 +-
 superset/models/core.py                       |   2 +-
 superset/security/manager.py                  | 626 ++++-------------
 tests/integration_tests/datasets/api_tests.py |  16 -
 tests/integration_tests/security_tests.py     | 948 +++++---------------------
 10 files changed, 373 insertions(+), 1307 deletions(-)

Reply via email to