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

rusackas pushed a change to branch chore/ts-migration-dashboard
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard af155107ba4 fix(mapbox): validate clusterLabel as number before radius 
calculation
 discard 8f35b2d3fbd fix(mapbox): add runtime guard for empty dataset bounds
 discard 220ac1ae579 fix(horizon-chart): use explicit array join for React key
 discard 41ed0cd421a chore: enforce TypeScript-only in src/ via ESLint
 discard 9c6a9690cd1 fix(tests): prettier formatting and Column.test depth 
attribute
 discard 8ce525c97de fix(tests): properly name fetch-mock routes for 
DatasetList tests
 discard 4eda2b7f247 fix(types): use @ts-ignore for yeoman-test in Docker builds
 discard 58fc089f9fe fix(tests): use fetch-mock v12 removeRoutes pattern for 
DatasetList tests
 discard 7aec801cb06 fix: address CI test failures and pre-commit issues
 discard 7d1aa9e83f4 fix: address bot review comments from CodeAnt and Bito
 discard 52454833298 fix: properly filter null timestamps in BigNumber 
trendline data
 discard 0d668ea527c fix(tests): add missing setActiveTab mock to Tabs.test.tsx
 discard 4f7506a1bcf fix(tests): migrate DatasetList tests to fetch-mock v12 API
 discard bc353f02c04 fix: address code review feedback - type safety and bug 
fixes
 discard f52446e53a0 chore(frontend): comprehensive TypeScript migration for 
dashboard and plugins
     add 569606635b0 docs(databases): add Supabase, AlloyDB, and Neon as 
PostgreSQL-compatible databases (#37589)
     add 76889c1a696 feat(db_engine_specs): add Apache Phoenix and Apache IoTDB 
engine specs (#37590)
     add 5ac5480f359 chore(deps): bump caniuse-lite from 1.0.30001766 to 
1.0.30001767 in /docs (#37601)
     add 6b7b23ed788 fix(timeseries): restore ECharts tooltip after closing 
drill menu (#37284)
     add 2dfc770b0f7 fix(native-filters): update TEMPORAL_RANGE filter subject 
when Time Column filter is applied (#36985)
     add 89a98ab9a42 fix(dataset-editor): include calculated columns in 
currency code dropdown (#37621)
     add 8fd34010776 fix(security): update jspdf to 4.0.0 to address 
CVE-2025-68428 (#37553)
     add 45f883c9cd2 chore(deps-dev): bump webpack from 5.104.1 to 5.105.0 in 
/docs (#37656)
     add b464979db14 chore(deps-dev): bump webpack from 5.104.1 to 5.105.0 in 
/superset-frontend (#37658)
     add f96e90b9794 fix(docker): remove accidental command substitutions when 
building FE in dev mode (#37670)
     add 92438322c0e feat(extensions): Enhances SQL Lab API (#37642)
     add e10237fcc14 fix: Security vulnerability in Storybook (#37676)
     add 4b6bc251263 chore(frontend): comprehensive TypeScript migration for 
dashboard and plugins
     add 8027118ba58 fix: address code review feedback - type safety and bug 
fixes
     add 5e661ff6b62 fix(tests): migrate DatasetList tests to fetch-mock v12 API
     add 63d46f00f9d fix(tests): add missing setActiveTab mock to Tabs.test.tsx
     add 461a2e11408 fix: properly filter null timestamps in BigNumber 
trendline data
     add 054309a3e3a fix: address bot review comments from CodeAnt and Bito
     add af63cd9fb8c fix: address CI test failures and pre-commit issues
     add 476ae97f764 fix(tests): use fetch-mock v12 removeRoutes pattern for 
DatasetList tests
     add 2486b48a9df fix(types): use @ts-ignore for yeoman-test in Docker builds
     add a5785537ddd fix(tests): properly name fetch-mock routes for 
DatasetList tests
     add 7dce846e6eb fix(tests): prettier formatting and Column.test depth 
attribute
     add 2dc27a5b8ca chore: enforce TypeScript-only in src/ via ESLint
     add be6d77c47d6 fix(horizon-chart): use explicit array join for React key
     add 02b9af7a77f fix(mapbox): add runtime guard for empty dataset bounds
     add 328d4ca58fd fix(mapbox): validate clusterLabel as number before radius 
calculation

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   (af155107ba4)
            \
             N -- N -- N   refs/heads/chore/ts-migration-dashboard (328d4ca58fd)

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:
 docker/docker-frontend.sh                          |   4 +-
 docs/package.json                                  |  22 +-
 docs/static/img/databases/alloydb.png              | Bin 0 -> 88097 bytes
 docs/static/img/databases/apache-iotdb.svg         | Bin 0 -> 4646 bytes
 docs/static/img/databases/apache-phoenix.png       | Bin 0 -> 29188 bytes
 docs/static/img/databases/neon.png                 | Bin 0 -> 20140 bytes
 docs/static/img/databases/supabase.svg             | Bin 0 -> 5817 bytes
 docs/yarn.lock                                     |  99 ++--
 superset-frontend/package-lock.json                | 333 +++++++-------
 superset-frontend/package.json                     |  24 +-
 .../packages/superset-core/src/api/editors.ts      | 345 ++++++++++----
 .../packages/superset-core/src/api/sqlLab.ts       | 342 ++++++++++++--
 .../packages/superset-ui-demo/package.json         |  14 +-
 .../src/SqlLab/components/EditorWrapper/index.tsx  |  13 +-
 .../ChartContextMenu/ChartContextMenu.test.tsx     | 152 ++++++
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |   3 +
 .../DatasourceEditor/DatasourceEditor.tsx          |   8 +-
 .../tests/DatasourceEditorCurrency.test.tsx        |  38 +-
 superset-frontend/src/core/sqlLab/index.ts         | 386 ++++++++++++++--
 superset-frontend/src/core/sqlLab/models.ts        |  49 +-
 superset-frontend/src/core/utils.ts                |  12 +-
 superset/db_engine_specs/iotdb.py                  |  59 +++
 superset/db_engine_specs/phoenix.py                |  86 ++++
 superset/db_engine_specs/postgres.py               | 101 ++++
 superset/utils/core.py                             |  66 ++-
 tests/integration_tests/explore/api_tests.py       |  92 ++++
 tests/unit_tests/utils/test_core.py                | 508 +++++++++++++++++++++
 27 files changed, 2286 insertions(+), 470 deletions(-)
 create mode 100644 docs/static/img/databases/alloydb.png
 create mode 100644 docs/static/img/databases/apache-iotdb.svg
 create mode 100644 docs/static/img/databases/apache-phoenix.png
 create mode 100644 docs/static/img/databases/neon.png
 create mode 100644 docs/static/img/databases/supabase.svg
 create mode 100644 
superset-frontend/src/components/Chart/ChartContextMenu/ChartContextMenu.test.tsx
 create mode 100644 superset/db_engine_specs/iotdb.py
 create mode 100644 superset/db_engine_specs/phoenix.py

Reply via email to