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 2023/01/27 17:52:17 UTC

[superset] branch master updated (bed10a0e2b -> d00ba15c78)

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/superset.git


    from bed10a0e2b chore: deprecate /superset/slice_json/<int:slice_id> and /superset/annotation_json/<int:layer_id> (#22496)
     add d00ba15c78 chore: add statsd support to base API and refactor (#22887)

No new revisions were added by this update.

Summary of changes:
 superset/advanced_data_type/api.py                 |   6 +-
 superset/async_events/api.py                       |   8 +-
 superset/available_domains/api.py                  |   9 +-
 superset/cachekeys/api.py                          |   6 +-
 superset/dashboards/permalink/api.py               |  14 +--
 superset/databases/decorators.py                   |   5 +-
 superset/explore/api.py                            |   9 +-
 superset/explore/form_data/api.py                  |  18 ++-
 superset/explore/permalink/api.py                  |  16 +--
 superset/extensions/__init__.py                    |   5 +-
 .../health.py => extensions/stats_logger.py}       |  22 ++--
 superset/importexport/api.py                       |   8 +-
 superset/initialization/__init__.py                |   5 +
 superset/security/api.py                           |   7 +-
 superset/temporary_cache/api.py                    |   5 +-
 superset/utils/log.py                              |   7 +-
 superset/views/base_api.py                         | 138 ++++++++++-----------
 superset/views/users/api.py                        |   8 +-
 18 files changed, 148 insertions(+), 148 deletions(-)
 copy superset/{views/health.py => extensions/stats_logger.py} (71%)