You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/08/12 02:23:36 UTC

[superset] branch bump-py updated (595f2a3 -> ebdc1f3)

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

hugh pushed a change to branch bump-py
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 595f2a3  remove files
     add b4555df  fix: sorting on "Modified By" in chart table (#16208)
     add c79de7a  initial fix (#16212)
     add 5a84841  fix: pyinstrument dependency (#16211)
     add 7de54d0  feat: import configuration from directory (#15686)
     add ebdc1f3  Merge branch 'master' of https://github.com/apache/superset into bump-py

No new revisions were added by this update.

Summary of changes:
 setup.cfg                                          |  2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  2 +-
 .../src/views/CRUD/welcome/ChartTable.tsx          |  6 +++
 superset/cli.py                                    | 22 ++++++++++-
 superset/commands/importers/v1/examples.py         | 16 +++++++-
 superset/dashboards/commands/importers/v1/utils.py |  2 +-
 superset/datasets/commands/importers/v1/utils.py   |  8 ++--
 superset/examples/__init__.py                      |  2 +-
 superset/examples/utils.py                         | 45 +++++++++++++++++++++-
 superset/utils/profiler.py                         |  9 ++++-
 10 files changed, 102 insertions(+), 12 deletions(-)