You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2022/01/31 11:56:09 UTC

[superset] branch master updated (c40b337 -> dad6f78)

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

michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from c40b337  feat: Added success toasts for database, dataset, chart, dashboard, and query imports (#18190)
     add dad6f78  refactor: extract json_required view decorator (#18170)

No new revisions were added by this update.

Summary of changes:
 superset/annotation_layers/annotations/api.py | 12 ++++++-----
 superset/annotation_layers/api.py             | 12 ++++++-----
 superset/charts/api.py                        |  9 ++++----
 superset/dashboards/api.py                    |  9 ++++----
 superset/dashboards/filter_sets/api.py        | 12 ++++++-----
 superset/databases/api.py                     | 23 ++++++++++----------
 superset/datasets/api.py                      |  9 ++++----
 superset/explore/form_data/api.py             |  8 +++----
 superset/key_value/api.py                     |  8 +++----
 superset/queries/saved_queries/api.py         |  7 +++++-
 superset/reports/api.py                       |  7 +++---
 superset/views/base_api.py                    | 31 ++++++++++++++++++++++++++-
 tests/integration_tests/base_api_tests.py     | 15 ++++++++++++-
 13 files changed, 106 insertions(+), 56 deletions(-)