You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2019/12/10 09:17:47 UTC

[incubator-superset] branch master updated (7f8db7a -> e6be519)

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

dpgaspar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 7f8db7a  Re-enable pylint for common, connector, and test files (#8774)
     add e6be519  Avoid circular dependency between superset config and superset package (#8254)

No new revisions were added by this update.

Summary of changes:
 superset/{connectors/base => security}/__init__.py | 1 +
 superset/{security.py => security/manager.py}      | 0
 tests/security_tests.py                            | 8 ++++----
 3 files changed, 5 insertions(+), 4 deletions(-)
 copy superset/{connectors/base => security}/__init__.py (91%)
 rename superset/{security.py => security/manager.py} (100%)