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/superset.git.


    from e37c2bf  fixing chart keys in MultiLineViz (#12937)
     add 9e2455a  refactor(api): csrf token on the new REST API (#13212)

No new revisions were added by this update.

Summary of changes:
 superset/app.py                                    |  3 +-
 superset/security/api.py                           | 62 ++++++++++++++++++++++
 superset/views/core.py                             |  3 ++
 tests/charts/api_tests.py                          |  6 +--
 tests/core_tests.py                                |  2 +
 tests/dashboard_tests.py                           |  8 ++-
 tests/dashboards/security/security_rbac_tests.py   | 10 ++++
 .../fixtures/public_role.py                        | 33 +++++++-----
 tests/security/api_tests.py                        | 57 ++++++++++++++++++++
 tests/security_tests.py                            | 20 +++----
 tests/sqllab_tests.py                              |  4 +-
 tests/superset_test_config.py                      |  1 -
 12 files changed, 176 insertions(+), 33 deletions(-)
 create mode 100644 superset/security/api.py
 copy superset/utils/url_map_converters.py => tests/fixtures/public_role.py 
(57%)
 create mode 100644 tests/security/api_tests.py

Reply via email to