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
omit 02592c5243 linting issues
omit ea56c5a1a6 remove eleement reference (#20830)
omit 267e676216 fix: Add locale for DatePicker component (#20063)
omit 1e6d47d503 fix: disallow users from viewing other user's profile on
config (#21302)
omit 26963d371c fix(explore): Prevent unnecessary series limit subquery
(#21154)
omit 0da708e359 fix: set correct favicon from config for login and FAB list
views (#21498)
omit 3fb48dd1e9 fix(sqllab): Fix cursor alignment in SQL lab editor by
avoiding Lucida Console font on Windows (#21380)
omit f106f6e66a fix: Add french translation missing (#20061)
omit 5ff8eb1a4b fix(plugin-chart-echarts): missing value format in mixed
timeseries (#21044)
omit a9c04284c4 fix: database permissions on update and delete (avoid
orphaned perms) (#20081)
add e176aaabab fix(plugin-chart-echarts): missing value format in mixed
timeseries (#21044)
add fc317e0ff8 fix: Add french translation missing (#20061)
add 94bfe0008b fix(sqllab): Fix cursor alignment in SQL lab editor by
avoiding Lucida Console font on Windows (#21380)
add 025ddbc920 fix: set correct favicon from config for login and FAB list
views (#21498)
add 555d7e31a8 fix(explore): Prevent unnecessary series limit subquery
(#21154)
add 4c5fb9d534 fix: disallow users from viewing other user's profile on
config (#21302)
add 6a96441a98 fix: Add locale for DatePicker component (#20063)
add c1ed88640d remove eleement reference (#20830)
add 3718ba27b0 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 (02592c5243)
\
N -- N -- N refs/heads/2.0-test (3718ba27b0)
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:
.../installing-superset-from-scratch.mdx | 2 +-
superset/databases/commands/create.py | 1 +
superset/databases/commands/update.py | 22 +-
superset/models/core.py | 3 +-
superset/security/manager.py | 279 +--------------------
tests/integration_tests/security_tests.py | 180 -------------
6 files changed, 6 insertions(+), 481 deletions(-)