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

maximebeauchemin pushed a change to branch late_config
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 8c78a3207a chore: module scope should not require the app context
     add 91b69f155c more conf
     add b8870403ed working through stuff
     add ac1281e46d before moving bootstrap payload
     add 12b90cab74 test

No new revisions were added by this update.

Summary of changes:
 test_imports.py => scripts/test_imports.py |   0
 superset/advanced_data_type/api.py         |   7 +-
 superset/common/utils/time_range_utils.py  |   3 +-
 superset/connectors/sqla/__init__.py       |   1 -
 superset/connectors/sqla/models.py         |   3 +-
 superset/datasets/models.py                |   5 +-
 superset/db_engine_specs/__init__.py       |   3 +-
 superset/initialization/__init__.py        | 226 +++++++++++++++----
 superset/key_value/models.py               |   5 +-
 superset/models/core.py                    |   4 +-
 superset/models/dashboard.py               |  10 +-
 superset/models/helpers.py                 |   4 +-
 superset/models/slice.py                   |   4 +-
 superset/reports/models.py                 |   3 +-
 superset/utils/encrypt.py                  |   7 +-
 superset/views/__init__.py                 |   1 +
 superset/views/base.py                     | 339 +----------------------------
 superset/views/utils.py                    |  29 ++-
 superset/viz.py                            |   3 +-
 19 files changed, 241 insertions(+), 416 deletions(-)
 rename test_imports.py => scripts/test_imports.py (100%)

Reply via email to