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

maximebeauchemin pushed a change to branch pyproject.toml
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 9599ea3b85 feat: move supersetbot out of repo and make it dependabot
     add 9fea3154fa fix: pkg-config dependency in Dockerfile (#27855)
     add 12fe2929a4 fix: row limits & row count labels are confusing (#27700)
     add 48bff6b352 build(deps-dev): bump @tsconfig/docusaurus from 2.0.2 to 
2.0.3 in /docs (#27823)
     add 867b741656 feat: move supersetbot out of repo and make it dependabot
     add ef52a03168 bump to 3.10

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   (9599ea3b85)
            \
             N -- N -- N   refs/heads/pyproject.toml (ef52a03168)

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/bump-python-package.yml          |  2 +-
 Dockerfile                                         |  1 +
 docs/package.json                                  |  2 +-
 docs/yarn.lock                                     |  8 ++---
 .../src/query/types/QueryResponse.ts               |  1 +
 .../plugins/plugin-chart-table/test/testData.ts    |  1 +
 .../Chart/DrillBy/useResultsTableView.tsx          |  2 ++
 .../src/explore/components/ChartPills.tsx          |  2 +-
 .../components/DataTableControl/RowCount.test.tsx  | 36 ----------------------
 .../explore/components/DataTableControl/index.tsx  |  9 ------
 .../components/DataTableControls.tsx               |  5 +--
 .../DataTablesPane/components/SamplesPane.tsx      |  4 +++
 .../components/SingleQueryResultPane.tsx           |  2 ++
 .../DataTablesPane/components/useResultsPane.tsx   |  3 +-
 .../DataTablesPane/test/DataTablesPane.test.tsx    |  5 +++
 .../test/ResultsPaneOnDashboard.test.tsx           |  4 +++
 .../DataTablesPane/test/SamplesPane.test.tsx       |  2 ++
 .../src/explore/components/DataTablesPane/types.ts |  2 ++
 .../RowCountLabel/RowCountLabel.test.tsx           |  2 +-
 .../src/explore/components/RowCountLabel/index.tsx | 10 ++++--
 superset/common/query_actions.py                   |  2 ++
 superset/common/query_context_processor.py         |  1 +
 superset/common/utils/query_cache_manager.py       |  5 +++
 superset/models/helpers.py                         |  1 +
 superset/views/core.py                             |  2 ++
 superset/viz.py                                    |  2 ++
 26 files changed, 57 insertions(+), 59 deletions(-)
 delete mode 100644 
superset-frontend/src/explore/components/DataTableControl/RowCount.test.tsx

Reply via email to