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/15 16:15:14 UTC

[incubator-superset] branch lyftga updated (b3966e4 -> 9855837)

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

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


    from b3966e4  Fix time filter control (#6978)
     new f4e3923  Enhancement of query context and object. (#6962)
     new d7b2c3e  [fix] /superset/slice/id url is too long (#6989)
     new 9855837  [WIP] fix user specified JSON metadata not updating dashboard on refresh (#7027)

The 3911 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/common/query_context.py | 223 ++++++++++++++++++++++++++++++++++++++-
 superset/common/query_object.py  |  86 ++++++++++++---
 superset/views/api.py            |  44 ++++++--
 superset/views/core.py           |   5 +-
 4 files changed, 331 insertions(+), 27 deletions(-)