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

msyavuz pushed a change to branch msyavuz/fix/smart-format
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 7c0dcdd04a0 fix: ci
     add 0b77ace1109 chore: fix lint issue with `no-unsafe-optional-chaining` 
rule (#38103)
     add f5a5a804e23 perf(dashboard): skip thumbnail_url computing on single 
dashboard endpoint (#38015)
     add b7a3224f040 feat: Larger folder drag area in folders editor (#38102)
     add e12140beb65 fix: Warning toast copy in folders editor (#38099)
     add 88d258dccf8 Merge branch 'master' into msyavuz/fix/smart-format

No new revisions were added by this update.

Summary of changes:
 .../src/connection/callApi/callApi.ts              |   10 +-
 .../test/connection/callApi/callApi.test.ts        |   15 +
 .../test/MixedTimeseries/transformProps.test.ts    |    2 +-
 .../test/Timeseries/transformProps.test.ts         |    6 +-
 .../Datasource/FoldersEditor/TreeItem.styles.ts    |   15 +-
 .../Datasource/FoldersEditor/TreeItem.tsx          |    5 +-
 .../FoldersEditor/hooks/useDragHandlers.ts         |    4 +-
 .../src/hooks/apiResources/dashboards.test.ts      |   23 +-
 .../src/hooks/apiResources/dashboards.ts           |   35 +-
 superset/dashboards/api.py                         |   28 +-
 superset/static/service-worker.js                  | 1492 +++++++++++++++++++-
 tests/integration_tests/dashboards/api_tests.py    |   81 ++
 tests/unit_tests/dashboards/api_test.py            |   99 ++
 13 files changed, 1765 insertions(+), 50 deletions(-)
 create mode 100644 tests/unit_tests/dashboards/api_test.py

Reply via email to