You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2020/01/13 19:02:49 UTC

[incubator-superset] branch master updated (d9e7db6 -> 1f6f4ed)

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

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


    from d9e7db6  [css] Bringing Bootswatch in line with external variables, and other CSS tweaks (#8781)
     add 1f6f4ed  [db migration] change datasources-clusters foreign key to cluster_id (#8576)

No new revisions were added by this update.

Summary of changes:
 superset/connectors/druid/models.py                |  39 +++----
 superset/connectors/druid/views.py                 |   2 +-
 .../versions/e96dbf2cfef0_datasource_cluster_fk.py | 124 +++++++++++++++++++++
 superset/utils/core.py                             |  13 ++-
 tests/base_tests.py                                |   5 +-
 tests/dict_import_export_tests.py                  |  17 ++-
 tests/druid_tests.py                               |   8 +-
 tests/import_export_tests.py                       |  16 ++-
 tests/security_tests.py                            |   2 +-
 9 files changed, 184 insertions(+), 42 deletions(-)
 create mode 100644 superset/migrations/versions/e96dbf2cfef0_datasource_cluster_fk.py