You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/01/25 23:06:51 UTC

[superset] branch master updated (1b2611c -> 29ad78e)

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

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


    from 1b2611c  refactor(explore): Enhance Dataset and Control panel Collapse components (#12218)
     add 29ad78e  chore: upgrade Cypress to 6.2.1 (#12605)

No new revisions were added by this update.

Summary of changes:
 .../integration/chart_list/card_view.test.ts       |   1 -
 .../cypress/integration/chart_list/filter.test.ts  |   2 -
 .../integration/chart_list/list_view.test.ts       |   1 -
 .../{controls.test.js => controls.test.ts}         |  29 +-
 .../integration/dashboard/edit_mode.test.js        |   5 +-
 .../integration/dashboard/edit_properties.test.ts  |   3 +-
 .../cypress/integration/dashboard/fav_star.test.js |   3 +-
 .../cypress/integration/dashboard/filter.test.ts   |  18 +-
 .../cypress/integration/dashboard/load.test.js     |   9 +-
 .../cypress/integration/dashboard/markdown.test.ts |   3 +-
 .../integration/dashboard/nativeFilters.test.ts    |   1 -
 .../cypress/integration/dashboard/save.test.js     |  27 +-
 .../cypress/integration/dashboard/tabs.test.js     | 109 ++---
 .../integration/dashboard/url_params.test.js       |  21 +-
 .../integration/dashboard_list/card_view.test.ts   |   1 -
 .../integration/dashboard_list/filter.test.ts      |   2 -
 .../integration/dashboard_list/list_view.test.ts   |   1 -
 .../cypress/integration/database/modal.test.ts     |   1 -
 .../integration/explore/AdhocFilters.test.ts       |   7 +-
 .../integration/explore/AdhocMetrics.test.ts       |   5 +-
 .../cypress/integration/explore/advanced.test.ts   |  10 +-
 .../cypress/integration/explore/chart.test.js      |   7 +-
 .../cypress/integration/explore/control.test.ts    |  20 +-
 .../cypress/integration/explore/filter_box.test.js |   3 +-
 .../cypress/integration/explore/link.test.js       |   7 +-
 .../explore/visualizations/area.test.js            |  12 +-
 .../explore/visualizations/big_number.test.js      |   3 +-
 .../visualizations/big_number_total.test.js        |  12 +-
 .../explore/visualizations/box_plot.test.js        |   3 +-
 .../explore/visualizations/bubble.test.js          |   3 +-
 .../explore/visualizations/compare.test.js         |   3 +-
 .../explore/visualizations/dist_bar.test.js        |   3 +-
 .../explore/visualizations/dual_line.test.js       |   3 +-
 .../explore/visualizations/histogram.test.js       |   3 +-
 .../explore/visualizations/line.test.ts            |   3 +-
 .../integration/explore/visualizations/pie.test.js |   3 +-
 .../explore/visualizations/pivot_table.test.js     |   3 +-
 .../explore/visualizations/sankey.test.js          |   3 +-
 .../explore/visualizations/sunburst.test.js        |   3 +-
 .../explore/visualizations/table.test.ts           |  51 +--
 .../explore/visualizations/time_table.js           |   3 +-
 .../explore/visualizations/treemap.test.js         |   3 +-
 .../explore/visualizations/world_map.test.js       |   3 +-
 .../cypress/integration/sqllab/query.test.ts       |   7 +-
 .../integration/sqllab/sourcePanel.index.test.js   |   3 +-
 .../cypress/integration/sqllab/tabs.test.js        |   1 -
 .../cypress-base/cypress/support/index.d.ts        |   8 -
 .../cypress-base/cypress/support/index.ts          |  39 +-
 .../Modal => cypress-base/cypress/utils}/index.ts  |   4 +-
 .../cypress-base/cypress/utils/parsePostForm.ts    |  60 +++
 .../cypress-base/cypress/utils/readResponseBlob.ts |  32 --
 .../cypress-base/cypress/utils/vizPlugins.ts       |  22 +-
 superset-frontend/cypress-base/package-lock.json   | 474 ++++++++++-----------
 superset-frontend/cypress-base/package.json        |   6 +-
 superset-frontend/cypress-base/tsconfig.json       |   6 +-
 55 files changed, 487 insertions(+), 591 deletions(-)
 rename superset-frontend/cypress-base/cypress/integration/dashboard/{controls.test.js => controls.test.ts} (84%)
 copy superset-frontend/{src/common/components/Modal => cypress-base/cypress/utils}/index.ts (89%)
 create mode 100644 superset-frontend/cypress-base/cypress/utils/parsePostForm.ts
 delete mode 100644 superset-frontend/cypress-base/cypress/utils/readResponseBlob.ts