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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/superset-websocket/typescript-7.0.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 32c0366f1b1 chore(deps-dev): bump typescript in /superset-websocket
     add 748e1e80f06 chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 
(#42452)
     add 74924ae73a4 fix(db_engine_specs): use CAST(DATE({col}) AS DATETIME) in 
MySQL HOUR time grain (#38617)
     add a44afd81058 chore: drop legacy /superset prefix from remaining 
hardcoded URLs (#42156)
     add 1d752a0ced6 fix(embedded): load guest charts with missing or stale 
query_context (#42150)
     add 12d7179c21b fix(hive): select schema via USE prequery instead of 
rewriting the URI database (#36603)
     add 3e7ae85cc24 fix(importers): catch YAMLError instead of narrower 
ParserError in load_yaml (#42426)
     add 276b7e2d678 fix(importers): catch YAMLError instead of narrower 
ParserError in dataset v0 importer (#42442)
     add eb914b8ae35 fix(datasets): log datetime format-detection DB query 
failures at WARNING (#42388)
     add c792752a58b fix(db_engine_specs): preserve DATE semantics when 
applying Postgres time grains (#42254) (#42329)
     add 79f3fed1f98 fix(country-map): carve the Great Lakes out of USA map 
states (#29503)
     add a73e2485de8 feat(versioning): version-history retention cleanup job 
(#41075)
     add c0117f78a9c feat(dashboard): respect GranularExportControls for 
download permission (#41799)
     add a8e2a340f19 fix(select): exclude null-valued options from "Select all" 
count (#42220)
     add 3095d7b07ff fix(metadata-bar): add max-width to text for proper 
ellipsis truncation (#42237)
     add a10c3f0b1dd test(result_set): add regression test for empty result set 
column metadata (#35962)
     add 26b6f7bb5df fix(dashboard): preserve refresh_frequency when absent 
from save data (#42354)
     add ecc7f726a4e fix: guard potential null derefs and remove dead branches 
(#42358)
     add 435e7825a6e chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in 
/superset-frontend (#42527)
     add e754b73af29 chore(deps-dev): bump baseline-browser-mapping from 
2.10.43 to 2.10.44 in /superset-frontend (#42526)
     add be012c8faad chore(deps): bump markdown-to-jsx from 9.8.2 to 9.9.0 in 
/superset-frontend (#42524)
     add 2c061f1e05b chore(deps-dev): bump the storybook group in 
/superset-frontend with 5 updates (#42523)
     add a970838b5c3 chore(deps): bump github/codeql-action/init from 4.37.1 to 
4.37.2 (#42522)
     add 2e81eb580f2 chore(deps): bump baseline-browser-mapping from 2.10.43 to 
2.10.44 in /docs (#42521)
     add dd7bbe0adfe chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in 
/docs (#42519)
     add a301e7c5119 chore(deps-dev): bump the typescript-eslint group in /docs 
with 3 updates (#42518)
     add ad15c4ddd1d chore(deps): bump the storybook group in /docs with 2 
updates (#42517)
     add 25a985893d9 chore(deps-dev): bump typescript-eslint from 8.64.0 to 
8.65.0 in /superset-websocket (#42516)
     add 39f9b7029be chore(deps): bump github/codeql-action/analyze from 4.37.1 
to 4.37.2 (#42520)
     add 526cebac73a chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in 
/superset-websocket (#42514)
     add 7b767f6c1d5 chore(ci): swap linkinator-action for lychee-action in 
docs link checker (#42501)
     add b983161eeff feat(async): cancel running chart queries under 
GLOBAL_ASYNC_QUERIES (#42305)
     add 236c9a52fda chore(deps-dev): bump @typescript-eslint/eslint-plugin 
from 8.63.0 to 8.65.0 in /superset-websocket (#42515)
     add a2e7ad4d775 chore(deps-dev): bump typescript in /superset-websocket

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   (32c0366f1b1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-7.0.2 
(a2e7ad4d775)

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 +-
 .github/workflows/codeql-analysis.yml              |   4 +-
 .github/workflows/superset-docs-verify.yml         |  77 +--
 UPDATING.md                                        |  10 +
 docs/package.json                                  |  14 +-
 docs/yarn.lock                                     | 194 +++----
 superset-frontend/package-lock.json                | 162 +++---
 superset-frontend/package.json                     |  16 +-
 .../src/components/MetadataBar/MetadataBar.tsx     |   1 +
 .../src/components/Select/Select.test.tsx          |  29 ++
 .../src/components/Select/Select.tsx               |   5 +
 .../scripts/Country Map GeoJSON Generator.ipynb    | Bin 11683742 -> 10895145 
bytes
 .../src/countries/usa.geojson                      | Bin 514889 -> 540974 bytes
 .../src/vendor/superset/exploreUtils.ts            |  69 ---
 .../preset-chart-deckgl/src/utils/explore.ts       |   2 +-
 .../src/components/Chart/chartAction.ts            |  29 +-
 superset-frontend/src/dashboard/actions/hydrate.ts |   4 +-
 .../src/middleware/asyncEvent.test.ts              |  38 ++
 superset-frontend/src/middleware/asyncEvent.ts     |  18 +-
 superset-frontend/src/utils/findPermission.test.ts |  52 +-
 superset-frontend/src/utils/findPermission.ts      |  13 +
 superset-websocket/package-lock.json               | 413 ++++-----------
 superset-websocket/package.json                    |   8 +-
 superset/async_events/api.py                       |  80 ++-
 superset/async_events/async_query_manager.py       | 115 +++++
 superset/async_events/cache_backend.py             |  18 +
 superset/commands/dataset/importers/v0.py          |   2 +-
 superset/commands/importers/v1/utils.py            |   2 +-
 superset/common/query_context_factory.py           |   2 +-
 superset/common/utils/query_cache_manager.py       |   6 +-
 superset/config.py                                 |  51 ++
 superset/daos/dashboard.py                         |   3 +-
 superset/datasets/datetime_format_detector.py      |  19 +-
 superset/db_engine_specs/databricks.py             |   1 +
 superset/db_engine_specs/hive.py                   |  33 +-
 superset/db_engine_specs/mysql.py                  |   9 +-
 superset/db_engine_specs/postgres.py               |  27 +
 superset/db_engine_specs/presto.py                 |   3 +-
 superset/initialization/__init__.py                |  73 ++-
 superset/mcp_service/sql_lab/tool/execute_sql.py   |  37 +-
 superset/migrations/shared/native_filters.py       |   2 +-
 ...a1f6c204_version_transaction_issued_at_index.py |  48 ++
 superset/security/manager.py                       | 136 ++++-
 superset/tasks/async_queries.py                    |  28 +-
 superset/tasks/celery_app.py                       |   2 +-
 superset/tasks/version_history_retention.py        | 548 ++++++++++++++++++++
 superset/versioning/queries.py                     |  19 +-
 tests/integration_tests/async_events/api_tests.py  |  72 +++
 .../versioning/retention_prune_tests.py            | 510 ++++++++++++++++++
 .../async_events/async_query_manager_tests.py      | 170 ++++++
 .../unit_tests/commands/importers/v1/utils_test.py |  21 +
 .../common/test_query_context_factory.py           |  36 ++
 tests/unit_tests/config_test.py                    |  26 +
 tests/unit_tests/dao/dashboard_test.py             |  51 ++
 .../datasets/commands/importers/v0/import_test.py  |  30 ++
 .../datasets/test_datetime_format_detector.py      |  39 +-
 tests/unit_tests/db_engine_specs/test_hive.py      |  68 +++
 tests/unit_tests/db_engine_specs/test_mysql.py     |  88 +++-
 tests/unit_tests/db_engine_specs/test_postgres.py  |  47 ++
 tests/unit_tests/db_engine_specs/test_starrocks.py |  25 +-
 tests/unit_tests/initialization_test.py            | 161 ++++++
 .../test_version_transaction_issued_at_index.py    |  90 ++++
 tests/unit_tests/result_set_test.py                |  50 ++
 tests/unit_tests/security/manager_test.py          | 567 +++++++++++++++++++++
 tests/unit_tests/semantic_layers/mapper_test.py    |   4 +-
 tests/unit_tests/tasks/test_async_queries.py       | 125 +++++
 .../tasks/test_version_history_retention.py        | 200 ++++++++
 67 files changed, 4097 insertions(+), 707 deletions(-)
 delete mode 100644 
superset-frontend/plugins/legacy-preset-chart-nvd3/src/vendor/superset/exploreUtils.ts
 create mode 100644 
superset/migrations/versions/2026-07-27_10-00_d3b9a1f6c204_version_transaction_issued_at_index.py
 create mode 100644 superset/tasks/version_history_retention.py
 create mode 100644 tests/integration_tests/versioning/retention_prune_tests.py
 create mode 100644 
tests/unit_tests/migrations/test_version_transaction_issued_at_index.py
 create mode 100644 tests/unit_tests/tasks/test_version_history_retention.py

Reply via email to