You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/08/10 16:37:49 UTC

[superset] branch 3.0 updated (181f3fd06e -> 7a7fa748f5)

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

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


 discard 181f3fd06e fix: remove unused file (#24946)
     new 7a7fa748f5 fix: remove unused file (#24946)

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   (181f3fd06e)
            \
             N -- N -- N   refs/heads/3.0 (7a7fa748f5)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset/security/manager.py | 1 +
 1 file changed, 1 insertion(+)


[superset] 01/01: fix: remove unused file (#24946)

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 7a7fa748f554c15be87473cc37ce486d70c83a70
Author: Multazim Deshmukh <57...@users.noreply.github.com>
AuthorDate: Thu Aug 10 20:38:54 2023 +0530

    fix: remove unused file (#24946)
    
    (cherry picked from commit bcd24936bce276c6b4b149055f211abfe2dab396)
---
 _update-notifier-last-checked | 0
 superset/security/manager.py  | 1 +
 2 files changed, 1 insertion(+)

diff --git a/_update-notifier-last-checked b/_update-notifier-last-checked
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/superset/security/manager.py b/superset/security/manager.py
index 7db81a8415..38bef7f907 100644
--- a/superset/security/manager.py
+++ b/superset/security/manager.py
@@ -419,6 +419,7 @@ class SupersetSecurityManager(  # pylint: disable=too-many-public-methods
 
         return True
 
+    # pylint: disable=no-self-use
     def get_dashboard_access_error_object(  # pylint: disable=invalid-name
         self,
         dashboard: "Dashboard",  # pylint: disable=unused-argument