You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/03/27 17:07:23 UTC

[incubator-superset] branch master updated (fd22788 -> 499f9c8)

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

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


    from fd22788  Mirgrating unique Partition chart controls (#9385)
     add 499f9c8  feat: add SSL certificate validation for Druid (#9396)

No new revisions were added by this update.

Summary of changes:
 docs/installation.rst                              |  6 +++
 setup.cfg                                          |  2 +-
 superset/config.py                                 |  5 +++
 superset/db_engine_specs/base.py                   | 22 +++++++++
 superset/db_engine_specs/druid.py                  | 32 ++++++++++++-
 superset/exceptions.py                             |  4 ++
 ...d.py => b5998378c225_add_certificate_to_dbs.py} | 26 ++++++-----
 superset/models/core.py                            | 11 ++---
 .../templates/superset/models/database/add.html    |  1 +
 .../templates/superset/models/database/edit.html   |  1 +
 .../templates/superset/models/database/macros.html |  7 +++
 superset/utils/core.py                             | 52 +++++++++++++++++++++-
 superset/views/core.py                             | 13 ++++++
 superset/views/database/mixins.py                  | 33 +++++++++++---
 tests/fixtures/certificates.py                     | 38 ++++++++++++++++
 tests/utils_tests.py                               | 19 +++++++-
 16 files changed, 243 insertions(+), 29 deletions(-)
 copy superset/migrations/versions/{289ce07647b_add_encrypted_password_field.py => b5998378c225_add_certificate_to_dbs.py} (68%)
 create mode 100644 tests/fixtures/certificates.py