You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ch...@apache.org on 2019/03/09 00:33:07 UTC

[incubator-superset] branch release--0.31 updated (ec7a0b2 -> c42afa1)

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

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


    from ec7a0b2  0.31.0rc14
     new 1c41020  Split tags migration (#7002)
     new 35c5527  Enhancement of query context and object. (#6962)
     new c42afa1  0.31.0rc15

The 3846 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset/assets/package-lock.json                  |   2 +-
 superset/assets/package.json                       |   2 +-
 superset/common/query_context.py                   | 223 ++++++++++++++++++++-
 superset/common/query_object.py                    |  86 ++++++--
 .../versions/c82ee8a39623_add_implicit_tags.py     | 130 +-----------
 superset/views/api.py                              |  44 +++-
 6 files changed, 331 insertions(+), 156 deletions(-)