You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/09/09 12:47:37 UTC

[superset] branch chore/cypress-runtime-enhancements updated (7f86449908 -> c61a53388c)

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

diegopucci pushed a change to branch chore/cypress-runtime-enhancements
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 7f86449908 Clean up
     add 1cb117a198 Minor enhancements
     add 8ebf4ed3ff feat: Adds MetadataBar to Drill to Detail modal (#21343)
     add 01c000add6 test: Fix act errors in DatasetLayout test (#21367)
     add b80f659101 fix(big number): time grain control is useless in BigNumber Viz (#21372)
     add 6de6fe0e43 test: Fixes act errors in TimezoneSelector test (#21377)
     add 834ec7e4d3 test: Fixes act errors in TableView test (#21375)
     add b08049aff0 test: Fixes act errors in HeaderReportDropdown test (#21376)
     add 457b422df9 test: Fixes act errors in IndeterminateCheckbox test (#21374)
     add 5f9f657805 test: Fix act errors in AddDataset test (#21381)
     add 25188c42e0 test: Fix act errors in SubMenu test (#21387)
     add 75d5da8898 test: Fixes act errors in Alert test (#21386)
     add 7938e81f82 test: Fixes act errors in CertifiedBadge test (#21384)
     add a95e1c8a3e test: Fixes act errors in AlteredSliceTag test (#21392)
     add 9259f6e218 test: Fixes act errors in PageHeaderWithActions test (#21389)
     add 08a4cbd27f test: Fix act errors in LeftPanel test (#21383)
     add 700079ff5c test: Fixes act errors in ErrorAlert test (#21394)
     add feb581046f test: Fixes act errors in RefreshLabel test (#21390)
     add ec3b3601d8 test: Fix act errors in Menu test (#21391)
     add 71459a6125 test: Fixes act errors in Toast test (#21393)
     add 9fdd75b923 feat: add snowflake keypair authentication (#21322)
     add ac7dcc3a8d chore(database): raised version of sqlalchemy-kusto (#21370)
     add a2ea5efe25 test: Fix act errors in LanguagePicker test (#21395)
     add 584f2e63d1 test: Fix act errors in SelectFilterPlugin test (#21396)
     add ac114cae48 test: Fix act errors in ExploreChartPanel test (#21397)
     add 714196e745 test: Fix act errors in ControlPanelsContainer test (#21398)
     add 9318e269b1 test: Fix act error in PropertyModal test (#21400)
     add 6fad3f9a35 test: Fix act error in ExportToCVSDropdown test (#21401)
     add d635566c16 test: Fix act errors in ExploreChartHeader test (#21402)
     add fdae29b0f0 test: Fix act error in DataTablesPane test (#21403)
     add 295de2d098 test: Fix act errors in ResultsPaneOnDashboard test (#21404)
     add bd1abd3b6e test: Fix act errors in SamplesPane test (#21406)
     add 3197cc6eaa test: Fix act errors in DatasourcePanel test (#21409)
     add c61a53388c Merge branch 'master' of https://github.com/apache/superset into chore/cypress-runtime-enhancements

No new revisions were added by this update.

Summary of changes:
 docs/docs/databases/kusto.mdx                      |  26 +++
 docs/docs/databases/snowflake.mdx                  |  28 ++++
 setup.py                                           |   2 +-
 .../integration/dashboard/nativeFilters.test.ts    |  60 +++----
 .../src/BigNumber/BigNumberTotal/controlPanel.ts   |   2 +-
 .../src/components/Alert/Alert.test.tsx            |  11 +-
 .../AlteredSliceTag/AlteredSliceTag.test.jsx       |   2 +
 .../CertifiedBadge/CertifiedBadge.test.tsx         |  19 ++-
 .../components/ErrorMessage/ErrorAlert.test.tsx    |   7 +
 .../IndeterminateCheckbox.test.tsx                 |  37 +++--
 .../src/components/MessageToasts/Toast.test.jsx    |   2 +
 .../src/components/MetadataBar/ContentConfig.tsx   |   2 +-
 .../components/MetadataBar/MetadataBar.stories.tsx |  12 +-
 .../components/MetadataBar/MetadataBar.test.tsx    |  16 +-
 .../MetadataBar/{index.tsx => MetadataBar.tsx}     |   4 +-
 .../src/components/MetadataBar/index.tsx           | 177 +--------------------
 .../PageHeaderWithActions.test.tsx                 |   2 +
 .../components/RefreshLabel/RefreshLabel.test.tsx  |   8 +-
 .../HeaderReportDropdown/index.test.tsx            |   2 +
 .../src/components/TableView/TableView.test.tsx    |   2 +
 .../TimezoneSelector/TimezoneSelector.test.tsx     |   8 +-
 .../DrillDetailPane/DrillDetailPane.test.tsx       |  94 +++++++++--
 .../components/DrillDetailPane/DrillDetailPane.tsx |  85 +++++++++-
 .../components/DrillDetailPane/types.ts}           |  39 +++--
 .../components/ControlPanelsContainer.test.tsx     |   8 +-
 .../DataTablesPane/test/DataTablesPane.test.tsx    |   4 +-
 .../test/ResultsPaneOnDashboard.test.tsx           |   7 +-
 .../DataTablesPane/test/SamplesPane.test.tsx       |  10 +-
 .../DatasourcePanel/DatasourcePanel.test.tsx       | 134 ++++++++--------
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |  31 ++--
 .../explore/components/ExploreChartPanel.test.jsx  |  27 ++--
 .../ExportToCSVDropdown.test.tsx                   |  42 ++---
 .../PropertiesModal/PropertiesModal.test.tsx       |   3 +
 .../components/Select/SelectFilterPlugin.test.tsx  |  32 +++-
 .../data/dataset/AddDataset/AddDataset.test.tsx    |   3 +-
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |  29 ++--
 .../dataset/DatasetLayout/DatasetLayout.test.tsx   |   5 +-
 .../src/views/components/LanguagePicker.test.tsx   |   7 +-
 .../src/views/components/Menu.test.tsx             |  55 ++++---
 .../src/views/components/SubMenu.test.tsx          |  28 ++--
 superset/datasets/api.py                           |   6 +
 superset/db_engine_specs/snowflake.py              |  55 +++++++
 42 files changed, 656 insertions(+), 477 deletions(-)
 create mode 100644 docs/docs/databases/kusto.mdx
 copy superset-frontend/src/components/MetadataBar/{index.tsx => MetadataBar.tsx} (99%)
 copy superset-frontend/src/{types/Dataset.ts => dashboard/components/DrillDetailPane/types.ts} (63%)