This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/docs/algolia/client-search-4.23.2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard c195b6c568 build(deps): bump @algolia/client-search from 4.22.1 to
4.23.2 in /docs
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 e2b708e8f7 build(deps-dev): bump @docusaurus/module-type-aliases from
3.1.1 to 3.2.0 in /docs (#27818)
add 29a5b72d5f build(deps-dev): bump typescript from 5.3.3 to 5.4.3 in
/docs (#27814)
add 5603453c18 chore(node): bumping Superset to Node 18 (#27198)
add 1c742f5866 feat: setup a pyproject.toml (#27859)
add 5ab95aaf7d chore(sql_parse): Strip leading/trailing whitespace in
Jinja macro extraction (#27842)
add fa74d32a6a build(deps): bump @ant-design/icons from 5.3.1 to 5.3.6 in
/docs (#27819)
add fdc2dbe7db build(deps-dev): bump react-test-renderer from 16.9.0 to
16.14.0 in /superset-frontend (#27808)
add b311577fec build(deps): bump @algolia/client-search from 4.22.1 to
4.23.2 in /docs
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 (c195b6c568)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/docs/algolia/client-search-4.23.2
(b311577fec)
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/embedded-sdk-release.yml | 4 +-
.github/workflows/embedded-sdk-test.yml | 2 +-
.github/workflows/no-op.yml | 8 +-
.github/workflows/release.yml | 2 +-
.github/workflows/superset-applitool-cypress.yml | 2 +-
.../workflows/superset-applitools-storybook.yml | 2 +-
.github/workflows/superset-docs-deploy.yml | 4 +-
.github/workflows/superset-docs-verify.yml | 4 +-
.github/workflows/superset-frontend.yml | 2 +-
.github/workflows/superset-translations.yml | 2 +-
.github/workflows/tech-debt.yml | 2 +-
.github/workflows/update-monorepo-lockfiles.yml | 2 +-
.gitignore | 1 +
CONTRIBUTING.md | 4 +-
Dockerfile | 3 +-
docker-compose.yml | 2 +-
docs/package.json | 8 +-
docs/yarn.lock | 42 ++---
pyproject.toml | 198 +++++++++++++++++++++
requirements/base.txt | 4 +-
requirements/development.in | 24 +--
requirements/development.txt | 66 ++++---
setup.py | 147 +--------------
superset-frontend/package-lock.json | 85 +++------
superset-frontend/package.json | 6 +-
.../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/sql_parse.py | 2 +-
superset/views/core.py | 2 +
superset/viz.py | 2 +
tests/unit_tests/sql_parse_tests.py | 1 +
49 files changed, 360 insertions(+), 372 deletions(-)
create mode 100644 pyproject.toml
delete mode 100644
superset-frontend/src/explore/components/DataTableControl/RowCount.test.tsx