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


    omit 792e89ec312 chore: fix spacing in AGENTS.md
     add f6f96ecc49c test(chart-list): migrate Chart List tests from Cypress to 
RTL (#37813)
     add 76351ff12c4 fix(i18n): ensure language pack loads before React renders 
(#36893)
     add 6ca028dee90 chore(deps): bump axios from 1.12.2 to 1.13.5 in /docs 
(#37814)
     add d078f18ff88 chore(deps-dev): bump @types/node from 25.2.1 to 25.2.2 in 
/superset-websocket (#37796)
     add 2df60f9caf0 chore(deps): bump immer from 11.1.3 to 11.1.4 in 
/superset-frontend (#37830)
     add f370da5a87a chore(deps-dev): bump @typescript-eslint/parser from 
8.54.0 to 8.55.0 in /docs (#37827)
     add 4d8ff845875 chore(deps-dev): bump @playwright/test from 1.58.1 to 
1.58.2 in /superset-frontend (#37826)
     add 8c6bc3eaea3 chore(deps): bump antd from 6.2.3 to 6.3.0 in /docs 
(#37824)
     add 1cba53a043d chore(deps-dev): bump @typescript-eslint/parser from 
8.54.0 to 8.55.0 in /superset-websocket (#37823)
     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 a38a7741bdb 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   (792e89ec312)
            \
             N -- N -- N   refs/heads/showtime-master (a38a7741bdb)

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 +
 docs/developer_portal/extensions/tasks.md          |    8 +-
 docs/package.json                                  |    6 +-
 docs/yarn.lock                                     |  315 +++---
 pyproject.toml                                     |    2 +-
 requirements/base.txt                              |    2 +-
 requirements/development.txt                       |    2 +-
 superset-core/pyproject.toml                       |    2 +-
 superset-core/src/superset_core/api/tasks.py       |    2 +-
 .../cypress/e2e/chart_list/_skip.filter.test.ts    |   57 --
 .../cypress/e2e/chart_list/list.test.ts            |   57 --
 superset-frontend/package-lock.json                |   32 +-
 superset-frontend/package.json                     |    4 +-
 .../Chart/DrillBy/useResultsTableView.test.ts      |   48 +
 .../Chart/DrillBy/useResultsTableView.tsx          |    5 +-
 .../tests/DatasourceEditor.test.tsx                |    3 +
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |    2 +-
 .../components/SingleQueryResultPane.tsx           |    5 +-
 .../src/explore/components/DataTablesPane/types.ts |    1 +
 .../ColumnSelectPopover.test.tsx                   |   71 ++
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |    4 +-
 .../AdhocFilterEditPopoverSqlTabContent/index.tsx  |    4 +-
 .../pages/ChartList/ChartList.cardview.test.tsx    |   45 +-
 .../pages/ChartList/ChartList.listview.test.tsx    |  189 +---
 .../src/pages/ChartList/ChartList.test.tsx         |  181 +---
 .../DatasetList/DatasetList.permissions.test.tsx   |    1 +
 superset-frontend/src/preamble.ts                  |  135 ++-
 superset-frontend/src/views/index.tsx              |   18 +-
 superset-websocket/package-lock.json               | 1072 ++++++++++++++++++--
 superset-websocket/package.json                    |    6 +-
 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 +
 superset/views/base.py                             |    7 +-
 .../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 -
 41 files changed, 1635 insertions(+), 825 deletions(-)
 delete mode 100644 
superset-frontend/cypress-base/cypress/e2e/chart_list/_skip.filter.test.ts

Reply via email to