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/01/08 18:04:24 UTC

[incubator-superset] branch master updated (28563ad -> 2a94150)

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 28563ad  Fix docstrings in superset/config.py (#8931)
     add 2a94150  Moving appbuilder.xxx out of view files and into app.py (#8912)

No new revisions were added by this update.

Summary of changes:
 docker/docker-init.sh                              |   2 +-
 superset/app.py                                    | 332 ++++++++++++++++++++-
 superset/connectors/druid/views.py                 |  51 ----
 superset/connectors/sqla/views.py                  |  18 --
 .../script.py.mako => utils/url_map_converters.py} |  27 +-
 superset/views/annotations.py                      |  23 +-
 superset/views/api.py                              |   5 +-
 superset/views/core.py                             | 141 ++-------
 superset/views/dashboard/api.py                    |   4 -
 superset/views/dashboard/views.py                  |  11 +-
 superset/views/database/api.py                     |   4 -
 superset/views/database/views.py                   |  35 +--
 superset/views/datasource.py                       |   5 +-
 superset/views/log/api.py                          |   8 -
 superset/views/log/views.py                        |  16 -
 superset/views/schedules.py                        |  30 +-
 superset/views/sql_lab.py                          |  30 +-
 superset/views/tags.py                             |  18 +-
 18 files changed, 371 insertions(+), 389 deletions(-)
 copy superset/{migrations/script.py.mako => utils/url_map_converters.py} (62%)
 mode change 100755 => 100644