This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/typescript-eslint/parser-8.55.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard ef218a34dec chore(deps-dev): bump @typescript-eslint/parser in
/superset-frontend
add 3af795af364 chore(deps-dev): bump @typescript-eslint/eslint-plugin
from 8.54.0 to 8.55.0 in /superset-websocket (#37822)
add 948b1d613b2 chore(deps-dev): bump typescript-eslint from 8.54.0 to
8.55.0 in /docs (#37825)
add 0f1278fa614 fix(gtf): set dedup_key on atomic sql (#37820)
add c59d0a73d47 fix: Prevent table rows from overlapping pagination in
table view (#37174)
add ae8d671fea3 fix(sql): fix sql suggestions (#37699)
add c41942a38ad chore(deps): Upgrade sqlglot from 27.15.2 to 28.10.0
(#37841)
add 76aa91f5ea2 fix(deps): pin `react-error-boundary` to 6.0.0 for React
17 peer dep constraint (#37706)
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 062bf5bcf10 chore(deps-dev): bump @typescript-eslint/parser in
/superset-frontend
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 (ef218a34dec)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/typescript-eslint/parser-8.55.0
(062bf5bcf10)
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/dependabot.yml | 2 +
.../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 +-
docs/developer_portal/extensions/tasks.md | 8 +-
docs/package.json | 2 +-
docs/yarn.lock | 125 +---
pyproject.toml | 2 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
superset-core/pyproject.toml | 4 +-
superset-core/src/superset_core/api/tasks.py | 2 +-
.../src/superset_core/extensions/types.py | 28 +-
superset-frontend/package-lock.json | 2 +-
.../packages/superset-core/package.json | 2 +-
.../superset-core/src/api/contributions.ts | 51 +-
.../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/SqlEditorTopBar/index.tsx | 4 +-
.../src/SqlLab/components/StatusBar/index.tsx | 6 +-
.../SqlLab/components/TableExploreTree/index.tsx | 4 +-
superset-frontend/src/SqlLab/contributions.ts | 41 +-
.../Chart/DrillBy/useResultsTableView.test.ts | 48 ++
.../Chart/DrillBy/useResultsTableView.tsx | 5 +-
.../ViewListExtension/ViewListExtension.test.tsx | 27 +-
.../components/SingleQueryResultPane.tsx | 5 +-
.../src/explore/components/DataTablesPane/types.ts | 1 +
.../ColumnSelectPopover.test.tsx | 71 ++
.../DndColumnSelectControl/ColumnSelectPopover.tsx | 4 +-
.../AdhocFilterEditPopoverSqlTabContent/index.tsx | 4 +-
.../src/extensions/ExtensionsManager.test.ts | 36 +-
.../src/extensions/ExtensionsManager.ts | 31 +-
.../components/Select/SelectFilterPlugin.test.tsx | 118 ++++
.../components/Select/SelectFilterPlugin.tsx | 5 -
superset-websocket/package-lock.json | 729 +++++++++++++++++++--
superset-websocket/package.json | 2 +-
superset/daos/tasks.py | 10 +-
superset/models/tasks.py | 15 +-
superset/sql/dialects/pinot.py | 2 +
superset/sql/parse.py | 10 +-
superset/tasks/manager.py | 11 +-
superset/tasks/schemas.py | 4 +
.../integration_tests/tasks/test_sync_join_wait.py | 15 -
tests/unit_tests/daos/test_tasks.py | 83 +++
tests/unit_tests/sql/parse_tests.py | 17 +
tests/unit_tests/tasks/test_manager.py | 5 -
50 files changed, 1363 insertions(+), 343 deletions(-)