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 6d27882968b fix(types): remove unused @ts-expect-error directives in
echarts plugin
discard 6ead55bc0ab fix(types): address Bito code review suggestions
discard b31c0314276 fix(types): remove declare field from Dashboard.tsx for
babel compatibility
discard 0b5b8d7dd12 fix(types): resolve CI type errors and remove unused code
discard 79e7d816cc5 fix(plugins): address PR review feedback with type safety
improvements
discard 9d392c4b4df fix(types): resolve rebase conflicts and fix duplicate
imports
discard cec9af5a65c chore(frontend): remove deprecated dependencies and update
documentation
discard 78235de57b6 refactor(frontend): migrate sinon to jest and remove sinon
dependency
discard b973b60f93c refactor(frontend): remove dead type definition files and
orphaned tests
discard b38e614f617 chore(frontend): TypeScript quality improvements across
phases 1-5
discard 7a26ceb20bb fix(deps): sync deck.gl/luma.gl overrides with plugin
dependency versions
discard 975fe9be720 chore(frontend): migrate remaining JS/JSX files to
TypeScript and fix all type errors
discard 2b81d824361 refactor(dashboard): consolidate duplicate type
definitions across utility files
discard 035620df67d chore(dashboard): migrate all dashboard JS/JSX files to
TypeScript
discard 6841a2cbebf fix(types): remove invalid sqlLabMode prop from
TableSelector
discard 9e5fe296901 fix(types): remove unnecessary `as any` cast on
server_pagination
discard a412d42f8e9 fix(types): add explanatory comment for type cast in
AnnotationLayerControl
discard ce7afcedc60 fix(types): fix column type mismatch in ResultSet
prepareCopyToClipboardTabularData
discard 55c7b22c909 fix(types): remove unnecessary else branch in
ChartRenderer setDataMask
discard e90babf658c fix(types): remove unsafe Response cast in chartAction
catch block
discard 0d457168d68 fix(types): use TabularDataRow[] instead of Record<string,
any>[]
discard bebb19e62a4 fix(reports): use report.id as key for alerts_reports in
reducer
discard b50702e40ea fix(types): remove invalid getErrorMessage import from
FallbackComponent
discard 47c6a203697 style: format ExploreViewContainer with prettier
discard c7ed415ac42 fix(types): correct ExploreViewContainer export type and
MatrixifyFormData cast
discard 5bbe9c6c12c fix(types): use callable type for actions to fix build
discard a827be2585d fix(types): simplify action types to fix build errors
discard 5aa4924f78c fix(types): improve type safety in ExploreViewContainer
discard a7132e538db style: format with prettier
discard 21de4f04157 fix(tests): resolve test failures in chartActions,
EmbedCodeContent, ExploreChartHeader, and logger
discard 1f40b4d96fd fix(tests): exclude compiled esm/lib directories from jest
discard d63f4096b19 style: format with prettier
discard 99b901181cb style: format with prettier
discard 8d9ea8036f9 fix(tests): fix test failures in ChartRenderer,
ExploreChartHeader, and Chart
discard 8e2d1245fe7 fix(types): add missing properties to DatasourceEditor
types after rebase
discard 6b3d068da91 fix(types): resolve TypeScript errors in explore and
report components
discard fe656f9d2b6 fix(types): address CI type errors in explore components
discard 4a7e1d0a1d9 fix(types): improve type safety in explore components
discard d5f8526daca fix(types): fix TypeScript errors across multiple files
discard 1483d5578f9 fix(types): fix hooks and queriesData type issues in
ChartRenderer
discard 6ba5faa6b0b fix(types): fix remaining type mismatches in Chart
components
discard 07361d161fb fix(types): fix setControlValue type and thunk dispatch
cast
discard 1739eb55d43 fix(types): resolve remaining TypeScript errors in
chartActions tests
discard b44cebb65f8 fix(types): align initialValues type and declare webpack
globals
discard cc7064fb257 fix(types): use ContextMenuFilters from core and fix
FeatureFlagMap type
discard ecb04ba02ec fix(types): add chartRenderingSucceeded to Actions type
discard adc6c55455e fix(types): resolve TypeScript errors in Chart and
chartActions tests
discard c49f7d57d7c fix(tests): add type casting for mock return types in
chartActions tests
discard 95a06a21ad0 fix(types): widen onCellChange id parameter to string |
number
discard d723cbf93e9 fix: address code review feedback
discard 837ea01048e fix(types): address code review feedback
discard 716dd6c0bcd fix(types): add type safety to DatasourceEditor and
related components
discard 854a8cedcd3 fix(types): address code review feedback for TypeScript
migrations
discard 57d820532ad fix: resolve remaining TypeScript errors and code review
feedback
discard 42d791c9152 fix: resolve TypeScript errors in migrated files
discard 636ca562158 fix(chart): use setDataMask prop as fallback when
actions.updateDataMask is absent
discard 42f873d1eca fix(chart): remove unused POST_CHART_FORM_DATA constant
discard 64b6e76a53e fix(chart): use derived vizType for drill-to-detail
behavior check
discard 7bf31dbfd97 fix(reports): only show success toast when delete succeeds
discard 9774e0677d9 fix: remove unused ChartDataResponse interface
discard 53664c10760 chore(frontend): migrate non-dashboard JS/JSX files to
TypeScript
add e13c39bee60 chore(frontend): comprehensive TypeScript migration for
dashboard and plugins
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 (6d27882968b)
\
N -- N -- N refs/heads/chore/ts-migration-dashboard (e13c39bee60)
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: