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 2020/08/28 09:49:33 UTC

[incubator-superset] branch master updated (c715cad -> 3e374da)

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 c715cad  feat: base tabbed modal for new database CRUD UI (#10668)
     add 3e374da  fix: change public role like gamma procedure (#10674)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  2 +
 superset/config.py                                 |  4 +-
 superset/connectors/sqla/models.py                 |  2 +-
 superset/security/manager.py                       | 82 ++++++++++++++++++++--
 .../templates/superset/public_welcome.html         | 14 ++--
 superset/views/core.py                             |  2 +
 tests/dashboard_tests.py                           |  8 +++
 tests/security_tests.py                            | 56 ++++++++++++++-
 tests/superset_test_config.py                      |  5 +-
 tests/superset_test_config_thumbnails.py           |  2 +-
 10 files changed, 157 insertions(+), 20 deletions(-)
 copy INSTALL.md => superset/templates/superset/public_welcome.html (72%)