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

jli pushed a change to branch fix-examples-not-loading
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 8d00fc8090a fix(test): update extension config test for nested views 
schema
 discard 7b181279d31 test(examples): strengthen load_contents and config wiring 
tests
 discard 20422f622bf test(examples): add orchestration and config loading tests
 discard c447e9a79c6 test(examples): add tests for UUID threading and security 
bypass
     add 9a79dbf4457 fix(docs): make page size selector work in database table 
(#37863)
     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 b5c60c6399b test(examples): add tests for UUID threading and security 
bypass
     add 4ccd2ef337f test(examples): add orchestration and config loading tests
     add 0d3dec05f59 test(examples): strengthen load_contents and config wiring 
tests
     add 80d94386a1e fix(test): use mocker.patch.dict to restore config after 
test

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   (8d00fc8090a)
            \
             N -- N -- N   refs/heads/fix-examples-not-loading (80d94386a1e)

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/src/components/databases/DatabaseIndex.tsx    |     2 +-
 docs/static/img/applitools.png                     |   Bin 37046 -> 0 bytes
 superset-frontend/.eslintrc.js                     |    14 +-
 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                      |    24 +-
 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 +-
 .../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/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 +
 .../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/thumbnails/digest.py                      |     2 +-
 tests/integration_tests/model_tests.py             |     2 +-
 .../tasks/commands/test_submit.py                  |    13 +-
 .../integration_tests/tasks/test_sync_join_wait.py |     7 +-
 .../common/test_query_context_processor.py         |    68 +
 .../databases/commands/importers/v1/import_test.py |     2 +-
 tests/unit_tests/extensions/test_types.py          |    11 +-
 tests/unit_tests/thumbnails/test_digest.py         |     7 +-
 83 files changed, 7722 insertions(+), 14580 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