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

richardfogaca pushed a change to branch feat/auto-refresh-dashboard
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 059a3f450ba chore: trigger CI
     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 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)
     new b4d7f2791de Merge remote-tracking branch 'origin/master' into 
feat/auto-refresh-dashboard
     new 1634bfd9371 fix: update test_extension_config_full to match updated 
views type signature

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   (059a3f450ba)
            \
             N -- N -- N   refs/heads/feat/auto-refresh-dashboard (1634bfd9371)

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.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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                                  |    8 +-
 docs/yarn.lock                                     |  372 +++----
 helm/superset/Chart.yaml                           |    2 +-
 helm/superset/README.md                            |    2 +-
 helm/superset/values.yaml                          |   30 +
 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 +-
 .../cypress/e2e/chart_list/_skip.filter.test.ts    |   57 --
 .../cypress/e2e/chart_list/list.test.ts            |   57 --
 superset-frontend/package-lock.json                |   44 +-
 superset-frontend/package.json                     |    6 +-
 .../packages/superset-core/package.json            |    2 +-
 .../superset-core/src/api/contributions.ts         |   51 +-
 .../packages/superset-ui-core/package.json         |    2 +-
 .../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 +-
 .../tests/DatasourceEditor.test.tsx                |    3 +
 .../ViewListExtension/ViewListExtension.test.tsx   |   27 +-
 .../ConfigModalSidebar/ConfigModalSidebar.tsx      |   13 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |   41 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |   18 +-
 .../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 -
 .../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/extensions/test_types.py          |    8 +-
 tests/unit_tests/sql/parse_tests.py                |   17 +
 tests/unit_tests/tasks/test_manager.py             |    5 -
 69 files changed, 2124 insertions(+), 1039 deletions(-)
 delete mode 100644 
superset-frontend/cypress-base/cypress/e2e/chart_list/_skip.filter.test.ts

Reply via email to