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

diegopucci pushed a change to branch chore/color-scheme-updates
in repository https://gitbox.apache.org/repos/asf/superset.git


    from b8a0837222 Update dashboard colors
     add edb1383bf8 chore(dashboard): Resolve form_data vs. formData in 
dashboard redux state
     add f2af81b1c7 feat: add extension point to the right side of the menu bar 
(#20514)
     add b30f6a5db1 chore(explore): Get Explore data from endpoint instead of 
bootstrap_data (#20519)
     add f5f8ddec3e Revert "feat(plugin-chart-echarts): Support stacking 
negative and positive values (#20408)" (#20571)
     add ac8e502228 fix: Respecting max/min opacities, and adding tests. 
(#20555)
     add b99482dfb1 Try making skipped Cypress test less flaky and un-skip. 
(#20568)
     add 290b89c7b4 feat: apply standardized form data to deckgl (#20579)
     add b870a21eaa refactor: remove unused flatten function (#20582)
     add d941abbb5e Merge

No new revisions were added by this update.

Summary of changes:
 .github/workflows/caches.js                        |   2 +
 .../cypress/integration/explore/control.test.ts    |  14 ++-
 superset-frontend/package-lock.json                |  32 ++---
 .../src/operators/pivotOperator.ts                 |   2 -
 .../src/operators/timeComparePivotOperator.ts      |   2 -
 .../src/utils/getColorFormatters.ts                |  25 ++--
 .../test/operators/pivotOperator.test.ts           |   8 --
 .../test/operators/timeCompareOperator.test.ts     |   2 -
 .../operators/timeComparePivotOperator.test.ts     |   6 -
 .../test/utils/getColorFormatters.test.ts          |   3 +
 .../src/query/types/PostProcessing.ts              |   2 -
 .../src/ui-overrides/UiOverrideRegistry.ts         |   1 +
 .../test/query/types/PostProcessing.test.ts        |   2 -
 .../src/layers/Grid/controlPanel.ts                |  10 +-
 .../src/layers/Hex/controlPanel.ts                 |  10 +-
 .../src/layers/Polygon/controlPanel.ts             |  10 +-
 .../src/layers/Screengrid/controlPanel.ts          |  10 +-
 .../plugins/plugin-chart-echarts/package.json      |   2 +-
 .../src/Timeseries/transformers.ts                 |   1 -
 .../test/MixedTimeseries/buildQuery.test.ts        |   8 --
 .../spec/fixtures/mockChartQueries.js              |  17 ---
 .../src/dashboard/actions/dashboardState.js        |   3 +-
 superset-frontend/src/dashboard/actions/hydrate.js |   5 +-
 .../components/gridComponents/Chart.test.jsx       |   2 +-
 .../components/nativeFilters/FilterBar/state.ts    |   2 +-
 .../FiltersConfigForm/FilterScope/utils.ts         |   2 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   2 +-
 .../FiltersConfigModal/FiltersConfigForm/utils.ts  |   2 +-
 superset-frontend/src/dashboard/types.ts           |   3 +-
 .../util/charts/getFormDataWithExtraFilters.ts     |   2 +-
 .../util/getFormDataWithExtraFilters.test.ts       |   3 +-
 .../dashboard/util/logging/childChartsDidLoad.js   |   2 +-
 .../src/explore/actions/hydrateExplore.ts          |   3 +-
 superset-frontend/src/preamble.ts                  |   3 +
 .../{setupPluginsExtra.ts => setupExtensions.ts}   |   2 +-
 .../src/views/components/Menu.test.tsx             |  18 +++
 superset-frontend/src/views/components/Menu.tsx    |   2 +-
 .../components/{MenuRight.tsx => RightMenu.tsx}    |   5 +
 superset/utils/pandas_postprocessing/__init__.py   |   2 -
 superset/utils/pandas_postprocessing/pivot.py      |  13 ---
 superset/utils/pandas_postprocessing/utils.py      |  28 +----
 .../pandas_postprocessing/test_compare.py          |   2 -
 tests/unit_tests/pandas_postprocessing/test_cum.py |   4 -
 .../unit_tests/pandas_postprocessing/test_pivot.py | 129 ++++-----------------
 .../pandas_postprocessing/test_resample.py         |   2 -
 .../pandas_postprocessing/test_rolling.py          |   6 -
 46 files changed, 152 insertions(+), 264 deletions(-)
 copy superset-frontend/src/setup/{setupPluginsExtra.ts => setupExtensions.ts} 
(94%)
 rename superset-frontend/src/views/components/{MenuRight.tsx => RightMenu.tsx} 
(98%)

Reply via email to