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 2024/03/06 16:40:50 UTC

(superset) branch master updated (69d870cb7a -> 66bf70172f)

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 69d870cb7a feat(translations): Turkish translation files added (#27244)
     add 66bf70172f fix(API): Updating assets via the API should preserve ownership configuration (#27364)

No new revisions were added by this update.

Summary of changes:
 superset/commands/base.py                       |  20 +++-
 superset/commands/chart/update.py               |   5 +-
 superset/commands/dashboard/update.py           |   9 +-
 superset/commands/dataset/update.py             |   5 +-
 superset/commands/report/update.py              |   7 +-
 superset/commands/utils.py                      |  21 ++++-
 superset/views/datasource/views.py              |   4 +-
 tests/integration_tests/charts/api_tests.py     |  53 ++++++++++-
 tests/integration_tests/dashboards/api_tests.py |  37 ++++++++
 tests/integration_tests/datasets/api_tests.py   |  55 +++++++++++
 tests/integration_tests/reports/api_tests.py    |  87 +++++++++++++++++
 tests/unit_tests/commands/test_utils.py         | 118 ++++++++++++++++++++++++
 12 files changed, 404 insertions(+), 17 deletions(-)
 create mode 100644 tests/unit_tests/commands/test_utils.py