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

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


 discard a38a7741bdb chore: fix spacing in AGENTS.md
     add 7ec5f1d7ecf fix(native-filters): Filters with select first value not 
restored correctly from url (#37855)
     add b98b34a60f5 refactor: Make extensions contribution schema consistent 
(#37856)
     add 6a6b9b53864 chore: Bump core packages (0.0.1rc11, 0.0.1rc4) (#37860)
     add 1388a628230 fix(filters): fix filter / customization name not updating 
in sidebar in real time (#37358)
     add 39ac96817a8 fix(helm): Add default initContainer resources (#37637)
     add 4eb8fc814a9 chore(deps-dev): bump @types/node from 25.2.2 to 25.2.3 in 
/superset-websocket (#37846)
     add 7d4a7f113c4 chore(deps-dev): bump webpack from 5.105.0 to 5.105.1 in 
/docs (#37849)
     add 7e5ca83220e chore(deps-dev): bump @types/node from 25.2.2 to 25.2.3 in 
/superset-frontend (#37851)
     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 710edc01932 chore: fix spacing in AGENTS.md

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   (a38a7741bdb)
            \
             N -- N -- N   refs/heads/showtime-master (710edc01932)

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 -
 .../extensions/contribution-types.md               |    54 +-
 docs/developer_portal/extensions/development.md    |    14 +-
 .../extensions/extension-points/sqllab.md          |    54 +-
 docs/developer_portal/extensions/quick-start.md    |    14 +-
 .../guidelines/frontend-style-guidelines.md        |     2 +-
 docs/docusaurus.config.ts                          |     1 -
 docs/i18n/en/docusaurus-theme-classic/footer.json  |     2 +-
 docs/package.json                                  |     2 +-
 docs/src/components/databases/DatabaseIndex.tsx    |     2 +-
 docs/static/img/applitools.png                     |   Bin 37046 -> 0 bytes
 docs/yarn.lock                                     |    57 +-
 helm/superset/Chart.yaml                           |     2 +-
 helm/superset/README.md                            |     2 +-
 helm/superset/values.yaml                          |    30 +
 superset-core/pyproject.toml                       |     2 +-
 .../src/superset_core/extensions/types.py          |    28 +-
 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                |  3090 +---
 superset-frontend/package.json                     |     3 +-
 .../packages/superset-core/package.json            |     2 +-
 .../superset-core/src/api/contributions.ts         |    51 +-
 .../packages/superset-ui-core/package.json         |     2 +-
 .../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/AppLayout/AppLayout.test.tsx |     5 +-
 .../src/SqlLab/components/AppLayout/index.tsx      |     6 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |     4 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |     4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |     6 +-
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |     2 +
 .../SqlLab/components/SqlEditorTopBar/index.tsx    |     4 +-
 .../src/SqlLab/components/StatusBar/index.tsx      |     6 +-
 .../SqlLab/components/TableExploreTree/index.tsx   |     4 +-
 superset-frontend/src/SqlLab/contributions.ts      |    41 +-
 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 +-
 .../ViewListExtension/ViewListExtension.test.tsx   |    27 +-
 .../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 +-
 .../ConfigModalSidebar/ConfigModalSidebar.tsx      |    13 +-
 .../FiltersConfigModal/FilterConfigPane.test.tsx   |    10 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |    39 +
 .../FiltersConfigModal/FiltersConfigModal.tsx      |    18 +-
 .../components/nativeFilters/selectors.test.ts     |   425 +-
 .../components/nativeFilters/selectors.ts          |    60 +-
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |   143 +
 .../components/ExploreChartHeader/index.tsx        |    12 +-
 .../src/extensions/ExtensionsManager.test.ts       |    36 +-
 .../src/extensions/ExtensionsManager.ts            |    31 +-
 .../UploadDataModel/UploadDataModal.test.tsx       |     6 +-
 .../components/Select/SelectFilterPlugin.test.tsx  |   118 +
 .../components/Select/SelectFilterPlugin.tsx       |     5 -
 .../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-websocket/package-lock.json               |    14 +-
 superset-websocket/package.json                    |     2 +-
 superset/commands/tasks/submit.py                  |     3 +-
 superset/common/query_context_processor.py         |    12 +
 superset/tasks/decorators.py                       |     2 -
 superset/thumbnails/digest.py                      |     2 +-
 .../tasks/commands/test_submit.py                  |    13 +-
 .../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 +-
 112 files changed, 8202 insertions(+), 14749 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