You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2022/10/18 21:09:55 UTC

[superset] branch 2.0 updated (61b64492a2 -> 8432c64b60)

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

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


    from 61b64492a2 bump package-lock version
     add 9e907be7a8 fix: annotation broken (#20651)
     add b1c9adb52b fix(report): Fix permission check for set up email report on charts/dashboards. Fixes #21559 (#21561)
     add f7e664bd68 fix: remove deprecated ETagResponseMixin (#21773)
     add 930148dec6 fix(dashboard): show correct roles for dashboard access dropdown (#21549)
     add cea8e4daf2 fix(dashboard): dashboard doesn't load properly if it has tabs (#21576)
     add 8432c64b60 fix: allow adhoc columns in non-aggregate query (#21729)

No new revisions were added by this update.

Summary of changes:
 .../src/sections/annotationsAndLayers.tsx          |   2 +-
 .../src/query/types/AnnotationLayer.ts             |   4 +-
 .../src/query/types/QueryResponse.ts               |   2 +-
 .../src/MixedTimeseries/transformProps.ts          |   7 +-
 .../src/Timeseries/transformProps.ts               |   7 +-
 .../plugin-chart-echarts/src/utils/annotation.ts   |  14 ++
 .../test/Timeseries/transformProps.test.ts         |  88 +++++-----
 .../HeaderReportDropdown/index.test.tsx            |  61 +++++++
 .../ReportModal/HeaderReportDropdown/index.tsx     |   2 +-
 .../PropertiesModal/PropertiesModal.test.tsx       | 179 +++++++++++++++++----
 .../dashboard/components/PropertiesModal/index.tsx |  10 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |  43 +++--
 .../components/gridComponents/Tabs.test.jsx        |  12 ++
 superset/connectors/sqla/models.py                 |  18 ++-
 superset/superset_typing.py                        |   4 +-
 superset/utils/cache.py                            |   4 +-
 superset/utils/core.py                             |   4 +-
 tests/integration_tests/charts/data/api_tests.py   |  41 +++++
 18 files changed, 395 insertions(+), 107 deletions(-)