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 b5640b317a fix(mapbox): remove redundant type casts narrowed by
control flow
discard 9402df5437 fix(mapbox): use runtime typeof check instead of type
assertions for point radius
discard bb60ff76a5 refactor(explore): extract repeated FilterOption cast to
local variable
discard a6989c52b7 fix(mapbox): reuse validated numeric label instead of
repeated casts
discard 05f5afca41 refactor(eslint-rules): convert theme-colors plugin to ES
module imports
discard 36d517bbcc refactor(dashboard): consolidate duplicate type definitions
across utility files
discard a484f78253 fix(test): explicitly assert id is excluded from POST
payload
discard 291df5008f fix(sqlLab): cast thunk action to any for store.dispatch
discard 328d4ca58f fix(mapbox): validate clusterLabel as number before radius
calculation
discard 02b9af7a77 fix(mapbox): add runtime guard for empty dataset bounds
discard be6d77c47d fix(horizon-chart): use explicit array join for React key
discard 2dc27a5b8c chore: enforce TypeScript-only in src/ via ESLint
discard 7dce846e6e fix(tests): prettier formatting and Column.test depth
attribute
discard a5785537dd fix(tests): properly name fetch-mock routes for DatasetList
tests
discard 2486b48a9d fix(types): use @ts-ignore for yeoman-test in Docker builds
discard 476ae97f76 fix(tests): use fetch-mock v12 removeRoutes pattern for
DatasetList tests
discard af63cd9fb8 fix: address CI test failures and pre-commit issues
discard 054309a3e3 fix: address bot review comments from CodeAnt and Bito
discard 461a2e1140 fix: properly filter null timestamps in BigNumber trendline
data
discard 63d46f00f9 fix(tests): add missing setActiveTab mock to Tabs.test.tsx
discard 5e661ff6b6 fix(tests): migrate DatasetList tests to fetch-mock v12 API
discard 8027118ba5 fix: address code review feedback - type safety and bug
fixes
discard 4b6bc25126 chore(frontend): comprehensive TypeScript migration for
dashboard and plugins
add b968d1095c chore(deps): bump dawidd6/action-download-artifact from 12
to 14 (#37602)
add b7b9bfd3fe chore(deps): bump query-string from 6.14.1 to 9.3.1 in
/superset-frontend (#37545)
add 07ff82f189 docs: add XNET to INTHEWILD list (#37615)
add 8180c2cfca chore(frontend): comprehensive TypeScript migration for
dashboard and plugins
add ed3d93c098 fix: address code review feedback - type safety and bug
fixes
add 8746f16c0b fix(tests): migrate DatasetList tests to fetch-mock v12 API
add 05976cdfc1 fix(tests): add missing setActiveTab mock to Tabs.test.tsx
add 68159bef34 fix: properly filter null timestamps in BigNumber trendline
data
add 869be76161 fix: address bot review comments from CodeAnt and Bito
add 19c60a13e7 fix: address CI test failures and pre-commit issues
add 70b8f425db fix(tests): use fetch-mock v12 removeRoutes pattern for
DatasetList tests
add 09f75284d4 fix(types): use @ts-ignore for yeoman-test in Docker builds
add 53aa36db91 fix(tests): properly name fetch-mock routes for DatasetList
tests
add 41d67569f5 fix(tests): prettier formatting and Column.test depth
attribute
add 5eb129c636 chore: enforce TypeScript-only in src/ via ESLint
add 0440a79eee fix(horizon-chart): use explicit array join for React key
add 275e4c44fe fix(mapbox): add runtime guard for empty dataset bounds
add 5a26fdb772 fix(mapbox): validate clusterLabel as number before radius
calculation
add 651a7289c2 fix(sqlLab): cast thunk action to any for store.dispatch
add 572c4a7ba2 fix(test): explicitly assert id is excluded from POST
payload
add 3ac3e87add refactor(dashboard): consolidate duplicate type definitions
across utility files
add ba8d391614 refactor(eslint-rules): convert theme-colors plugin to ES
module imports
add cc6c4b6e0e fix(mapbox): reuse validated numeric label instead of
repeated casts
add 922c6817d7 refactor(explore): extract repeated FilterOption cast to
local variable
add f2c96b30ca fix(mapbox): use runtime typeof check instead of type
assertions for point radius
add f040025742 fix(mapbox): remove redundant type casts narrowed by
control flow
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 (b5640b317a)
\
N -- N -- N refs/heads/chore/ts-migration-dashboard (f040025742)
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/superset-docs-deploy.yml | 4 ++--
.github/workflows/superset-docs-verify.yml | 2 +-
RESOURCES/INTHEWILD.yaml | 5 +++++
docs/static/img/logos/xnet.png | Bin 0 -> 57611 bytes
superset-frontend/package.json | 2 +-
superset-frontend/spec/helpers/ProviderWrapper.tsx | 6 +++---
.../src/embedded/EmbeddedContextProviders.tsx | 6 +++---
superset-frontend/src/views/RootContextProviders.tsx | 6 +++---
superset-frontend/src/views/menu.tsx | 6 +++---
9 files changed, 21 insertions(+), 16 deletions(-)
create mode 100644 docs/static/img/logos/xnet.png