You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/01/08 01:17:33 UTC

[superset] branch master updated (8b1e44c -> cb97e37)

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

yongjiezhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 8b1e44c  chore(deps): bump underscore from 1.12.0 to 1.12.1 in /superset-frontend (#17959)
     add cb97e37  refactor: import value name from root of superset-ui/core (#17947)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                     |   5 +-
 superset-frontend/jest.config.js                   |  16 +-
 superset-frontend/package-lock.json                | 433 +++++++++++++--------
 superset-frontend/package.json                     |   2 +
 .../superset-ui-chart-controls/package.json        |   3 +-
 .../packages/superset-ui-core/package.json         |   5 +-
 .../test/chart-composition/ChartFrame.test.tsx     |   2 +-
 .../chart-composition/legend/WithLegend.test.tsx   |   3 +-
 .../tooltip/TooltipFrame.test.tsx                  |   2 +-
 .../tooltip/TooltipTable.test.tsx                  |   2 +-
 .../test/chart/clients/ChartClient.test.ts         |   8 +-
 .../chart/components/ChartDataProvider.test.tsx    |   6 +-
 .../chart/components/FallbackComponent.test.tsx    |   2 +-
 .../chart/components/NoResultsComponent.test.tsx   |   4 +-
 .../test/chart/components/SuperChart.test.tsx      |   9 +-
 .../test/chart/components/SuperChartCore.test.tsx  |   5 +-
 .../components/createLoadableRenderer.test.tsx     |   2 +-
 .../test/chart/components/reactify.test.tsx        |   5 +-
 .../superset-ui-core/test/chart/index.test.ts      |   2 +-
 .../test/chart/models/ChartMetadata.test.ts        |   2 +-
 .../test/chart/models/ChartPlugin.test.tsx         |   5 +-
 .../test/chart/models/ChartProps.test.ts           |   2 +-
 .../test/color/CategoricalColorNameSpace.test.ts   |  11 +-
 .../test/color/CategoricalColorScale.test.ts       |   2 +-
 .../CategoricalSchemeRegistrySingleton.test.ts     |   2 +-
 .../test/color/ColorScheme.test.ts                 |   2 +-
 .../test/color/ColorSchemeRegistry.test.ts         |   2 +-
 .../test/color/SequentialScheme.test.ts            |   2 +-
 .../SequentialSchemeRegistrySingleton.test.ts      |   2 +-
 .../test/color/colorSchemes.test.ts                |  41 +-
 .../superset-ui-core/test/color/index.test.ts      |   2 +-
 .../superset-ui-core/test/color/utils.test.ts      |   2 +-
 .../test/connection/SupersetClient.test.ts         |   5 +-
 .../test/connection/callApi/callApi.test.ts        |  11 +-
 .../callApi/callApiAndParseWithTimeout.test.ts     |   8 +-
 .../test/connection/callApi/parseResponse.test.ts  |   4 +-
 .../connection/callApi/rejectAfterTimeout.test.ts  |   2 +-
 .../test/dimension/computeMaxFontSize.test.ts      |   2 +-
 .../dimension/getMultipleTextDimensions.test.ts    |   5 +-
 .../test/dimension/getTextDimension.test.ts        |   2 +-
 .../test/dimension/mergeMargin.test.ts             |   2 +-
 .../test/dimension/parseLength.test.ts             |   2 +-
 .../test/dimension/svg/LazyFactory.test.ts         |   2 +-
 .../test/dimension/svg/getBBoxCeil.test.ts         |   4 +-
 .../test/dimension/svg/updateTextNode.test.ts      |   4 +-
 .../packages/superset-ui-core/test/fixtures.ts     |   2 +-
 .../packages/superset-ui-core/test/index.test.ts   |   2 +-
 .../test/math-expression/index.test.ts             |   5 +-
 .../test/models/ExtensibleFunction.test.ts         |   2 +-
 .../superset-ui-core/test/models/Plugin.test.ts    |   2 +-
 .../superset-ui-core/test/models/Preset.test.ts    |   2 +-
 .../superset-ui-core/test/models/Registry.test.ts  |   2 +-
 .../test/models/RegistryWithDefaultKey.test.ts     |   2 +-
 .../test/number-format/NumberFormatter.test.ts     |   2 +-
 .../number-format/NumberFormatterRegistry.test.ts  |   2 +-
 .../NumberFormatterRegistrySingleton.test.ts       |   2 +-
 .../factories/createD3NumberFormatter.test.ts      |   2 +-
 .../factories/createDurationFormatter.test.ts      |   5 +-
 .../createSiAtMostNDigitFormatter.test.ts          |   2 +-
 .../factories/createSmartNumberFormatter.test.ts   |   5 +-
 .../test/number-format/index.test.ts               |   2 +-
 .../test/query/DatasourceKey.test.ts               |   2 +-
 .../test/query/api/legacy/fetchExploreJson.test.ts |   2 +-
 .../query/api/legacy/getDatasourceMetadata.test.ts |   2 +-
 .../test/query/api/legacy/getFormData.test.ts      |   2 +-
 .../test/query/api/setupClientForTest.ts           |   2 +-
 .../test/query/api/v1/getChartData.test.ts         |   2 +-
 .../test/query/api/v1/handleError.test.ts          |  10 +-
 .../test/query/api/v1/makeApi.test.ts              |   7 +-
 .../test/query/buildQueryContext.test.ts           |   2 +-
 .../test/query/buildQueryObject.test.ts            |   4 +-
 .../test/query/convertFilter.test.ts               |   2 +-
 .../test/query/extractExtras.test.ts               |   2 +-
 .../test/query/extractQueryFields.test.ts          |   5 +-
 .../test/query/extractTimegrain.test.ts            |   3 +-
 .../test/query/getColumnLabel.test.ts              |   2 +-
 .../test/query/getMetricLabel.test.ts              |   2 +-
 .../test/query/normalizeOrderBy.test.ts            |   2 +-
 .../test/query/processExtraFormData.test.ts        |   2 +-
 .../test/query/processFilters.test.ts              |   2 +-
 .../test/query/types/AnnotationLayer.test.ts       |   2 +-
 .../test/query/types/Filter.test.ts                |   2 +-
 .../test/query/types/PostProcessing.test.ts        |   2 +-
 .../test/time-format/TimeFormatter.test.ts         |   4 +-
 .../test/time-format/TimeFormatterRegistry.test.ts |   8 +-
 .../TimeFormatterRegistrySingleton.test.ts         |  15 +-
 .../factories/createD3TimeFormatter.test.ts        |   8 +-
 .../factories/createMultiFormatter.test.ts         |   2 +-
 .../test/time-format/formatters/smartDate.test.ts  |   3 +-
 .../formatters/smartDateDetailed.test.ts           |   3 +-
 .../formatters/smartDateVerbose.test.ts            |   3 +-
 .../test/time-format/index.test.ts                 |   2 +-
 .../test/time-format/utils/createTime.test.ts      |   2 +-
 .../utils/createTimeRangeFromGranularity.test.ts   |   4 +-
 .../test/time-format/utils/d3Time.test.ts          |   2 +-
 .../test/utils/convertKeysToCamelCase.test.ts      |   2 +-
 .../test/utils/ensureIsArray.test.ts               |   2 +-
 .../test/utils/ensureIsInt.test.ts                 |   2 +-
 .../test/utils/featureFlag.test.ts                 |   2 +-
 .../superset-ui-core/test/utils/isDefined.test.ts  |   2 +-
 .../superset-ui-core/test/utils/isRequired.test.ts |   2 +-
 .../test/utils/makeSingleton.test.ts               |   2 +-
 .../test/utils/promiseTimeout.test.ts              |   2 +-
 .../superset-ui-core/test/utils/random.test.ts     |   2 +-
 .../test/utils/removeDuplicates.test.ts            |   2 +-
 .../test/validator/legacyValidateInteger.test.ts   |   2 +-
 .../test/validator/legacyValidateNumber.test.ts    |   2 +-
 .../superset-ui-core/test/validator/setup.ts       |   2 +-
 .../test/validator/validateInteger.test.ts         |   2 +-
 .../test/validator/validateNonEmpty.test.ts        |   2 +-
 .../test/validator/validateNumber.test.ts          |   2 +-
 .../legacy-plugin-chart-map-box/package.json       |   3 +-
 .../legacy-plugin-chart-partition/package.json     |   3 +-
 .../legacy-preset-chart-deckgl/package.json        |   3 +-
 .../plugins/plugin-chart-echarts/package.json      |   3 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   3 +-
 .../plugins/plugin-chart-table/package.json        |   1 +
 117 files changed, 472 insertions(+), 382 deletions(-)