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

rusackas pushed a change to branch chore/lint-cleanup-tech-debt-3
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 6c75540e1c8 chore(lint): upgrade array creation, effect, and 
TypeScript rules
     add 69c679be20a fix(explore): Don't show unsaved changes modal on new 
charts (#37714)
     add 74e1607010e fix(extensions): broken test (#37871)
     add 88a14f2ba0d fix(FiltersBadge): world map wont show filter icon after 
refresh page (#37260)
     add c28729f944f chore(lint): add jest/expect-expect rule for test 
assertions (#37887)
     add 534fa48f1ff chore(lint): enforce stricter eslint/oxlint rules (#37883)
     add d640fe42c9b chore: remove Applitools visual testing integration 
(#37873)
     add 98ca599eef9 perf: fix N+1 query in chart list API when thumbnail_url 
is requested (#37895)
     add d814e37caff Merge branch 'master' into chore/lint-cleanup-tech-debt-3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/bashlib.sh                       |    23 -
 .github/workflows/dependency-review.yml            |     6 +-
 .github/workflows/superset-applitool-cypress.yml   |    91 -
 .../workflows/superset-applitools-storybook.yml    |    52 -
 .../guidelines/frontend-style-guidelines.md        |     2 +-
 docs/docusaurus.config.ts                          |     1 -
 docs/i18n/en/docusaurus-theme-classic/footer.json  |     2 +-
 docs/static/img/applitools.png                     |   Bin 37046 -> 0 bytes
 superset-frontend/.eslintrc.js                     |     6 +
 superset-frontend/applitools.config.js             |    27 -
 .../cypress-base/applitools.config.js              |    29 -
 superset-frontend/cypress-base/cypress.config.ts   |   120 +-
 .../cypress/applitools/chartlist.test.ts           |    45 -
 .../cypress/applitools/dashboard.test.ts           |    53 -
 .../cypress/applitools/dashboardlist.test.ts       |    45 -
 .../cypress/applitools/explore.test.ts             |    46 -
 .../cypress-base/cypress/applitools/sqllab.test.ts |    32 -
 .../cypress-base/cypress/support/e2e.ts            |     1 -
 superset-frontend/cypress-base/package-lock.json   | 17035 +++++++------------
 superset-frontend/cypress-base/package.json        |     1 -
 superset-frontend/cypress-base/tsconfig.json       |     4 +-
 superset-frontend/oxlint.json                      |    21 +-
 superset-frontend/package-lock.json                |  3078 +---
 superset-frontend/package.json                     |     1 -
 .../components/ModalTrigger/ModalTrigger.test.tsx  |     2 +-
 .../src/models/ExtensibleFunction.ts               |     3 +-
 .../superset-ui-core/src/utils/html.test.tsx       |     1 +
 .../packages/superset-ui-core/src/utils/html.tsx   |     2 +
 .../chart/components/ChartDataProvider.test.tsx    |     2 +-
 .../test/chart/components/SuperChart.test.tsx      |     2 +-
 .../src/renderers/TextCellRenderer.tsx             |     2 +
 .../plugins/plugin-chart-table/src/TableChart.tsx  |     4 +-
 superset-frontend/spec/fixtures/mockStore.js       |    11 +
 .../src/SqlLab/components/App/index.tsx            |     8 +-
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |     2 +
 .../src/SqlLab/reducers/sqlLab.test.ts             |     3 +
 .../components/FiltersBadge/FiltersBadge.test.tsx  |     4 +-
 .../gridComponents/Markdown/Markdown.test.tsx      |     8 +
 .../nativeFilters/FilterBar/FilterBar.test.tsx     |   183 +-
 .../components/nativeFilters/FilterBar/index.tsx   |    12 +-
 .../components/nativeFilters/selectors.test.ts     |   425 +-
 .../components/nativeFilters/selectors.ts          |    60 +-
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |   143 +
 .../components/ExploreChartHeader/index.tsx        |    12 +-
 .../UploadDataModel/UploadDataModal.test.tsx       |     6 +-
 .../AnnotationLayerList.test.tsx                   |     2 +-
 .../src/pages/ChartCreation/ChartCreation.test.tsx |     4 +-
 .../pages/CssTemplateList/CssTemplateList.test.tsx |     2 +-
 superset/common/query_context_processor.py         |    12 +
 superset/thumbnails/digest.py                      |     2 +-
 .../common/test_query_context_processor.py         |    68 +
 tests/unit_tests/extensions/test_types.py          |    10 +-
 tests/unit_tests/thumbnails/test_digest.py         |     7 +-
 53 files changed, 7425 insertions(+), 14298 deletions(-)
 delete mode 100644 .github/workflows/superset-applitool-cypress.yml
 delete mode 100644 .github/workflows/superset-applitools-storybook.yml
 delete mode 100644 docs/static/img/applitools.png
 delete mode 100644 superset-frontend/applitools.config.js
 delete mode 100644 superset-frontend/cypress-base/applitools.config.js
 delete mode 100644 
superset-frontend/cypress-base/cypress/applitools/chartlist.test.ts
 delete mode 100644 
superset-frontend/cypress-base/cypress/applitools/dashboard.test.ts
 delete mode 100644 
superset-frontend/cypress-base/cypress/applitools/dashboardlist.test.ts
 delete mode 100644 
superset-frontend/cypress-base/cypress/applitools/explore.test.ts
 delete mode 100644 
superset-frontend/cypress-base/cypress/applitools/sqllab.test.ts

Reply via email to