This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch chore/lint-cleanup-tech-debt-2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 2c36133ed12 chore(lint): enforce more strict eslint/oxlint rules
(batch 2)
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 9089f300459 chore(lint): upgrade array creation, effect, and
TypeScript rules (#37885)
add 255a0ada814 fix(gtf): add missing user_id to task commands (#37867)
add 5f0001affc9 feat(timeseries): remove stream style for bar charts
(#37532)
add 26a2e127793 perf: fix N+1 query in Slice.datasource property (#37899)
add 00d02cb2ea1 perf(gtf): improve task base filter (#37900)
add 89e8857b835 chore(lint): enforce more strict eslint/oxlint rules
(batch 2)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2c36133ed12)
\
N -- N -- N refs/heads/chore/lint-cleanup-tech-debt-2
(89e8857b835)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 | 16 +-
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 | 26 +-
superset-frontend/package-lock.json | 3078 +---
superset-frontend/package.json | 1 -
.../src/components/Layout/Layout.test.tsx | 4 +-
.../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/ScatterPlotGlowOverlay.tsx | 2 +-
.../legacy-preset-chart-deckgl/src/utils.ts | 2 +-
.../src/renderers/TextCellRenderer.tsx | 2 +
.../src/Timeseries/Regular/Bar/controlPanel.tsx | 21 +-
.../src/Timeseries/transformers.ts | 9 +-
.../plugins/plugin-chart-echarts/src/constants.ts | 8 +
.../plugins/plugin-chart-echarts/src/controls.tsx | 21 +-
.../test/Timeseries/Bar/controlPanel.test.ts | 344 +-
.../src/react-pivottable/utilities.ts | 4 +-
.../src/DataTable/components/Pagination.tsx | 10 +-
.../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 +
superset-frontend/src/SqlLab/fixtures.ts | 2 +-
.../src/SqlLab/reducers/sqlLab.test.ts | 3 +
.../src/SqlLab/utils/emptyQueryResults.test.ts | 6 +-
.../src/components/FacePile/FacePile.stories.tsx | 2 +-
.../src/components/FacePile/FacePile.test.tsx | 2 +-
.../src/components/FacePile/utils.tsx | 4 +-
.../src/components/ListView/CardCollection.tsx | 6 +-
.../components/FiltersBadge/FiltersBadge.test.tsx | 4 +-
.../gridComponents/Markdown/Markdown.test.tsx | 8 +
.../components/gridComponents/Row/Row.test.tsx | 2 +-
.../nativeFilters/FilterBar/FilterBar.test.tsx | 183 +-
.../FilterBar/FilterControls/FilterControls.tsx | 14 +-
.../components/nativeFilters/FilterBar/index.tsx | 12 +-
.../FiltersConfigModal/FilterConfigPane.test.tsx | 10 +-
.../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 +-
.../ExecutionLogList/ExecutionLogList.test.tsx | 2 +-
superset-frontend/src/pages/Home/index.tsx | 2 +-
.../src/pages/RolesList/RolesList.test.tsx | 6 +-
.../pages/SavedQueryList/SavedQueryList.test.tsx | 2 +-
.../UserRegistrations/UserRegistrations.test.tsx | 2 +-
.../src/pages/UsersList/UsersList.test.tsx | 4 +-
superset/commands/tasks/submit.py | 3 +-
superset/common/query_context_processor.py | 12 +
superset/models/dashboard.py | 32 +-
superset/models/slice.py | 25 +-
superset/tasks/decorators.py | 2 -
superset/tasks/filters.py | 91 +-
superset/thumbnails/digest.py | 2 +-
tests/integration_tests/model_tests.py | 2 +-
.../tasks/commands/test_cancel.py | 60 +-
.../tasks/commands/test_submit.py | 13 +-
.../tasks/test_subscription_visibility.py | 224 +
.../integration_tests/tasks/test_sync_join_wait.py | 7 +-
.../common/test_query_context_processor.py | 68 +
tests/unit_tests/extensions/test_types.py | 10 +-
tests/unit_tests/thumbnails/test_digest.py | 7 +-
88 files changed, 8012 insertions(+), 14676 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
create mode 100644
tests/integration_tests/tasks/test_subscription_visibility.py