You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/12/08 18:05:58 UTC

(superset) branch shut-up-eslint updated (131a80f6f9 -> c597e8d693)

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

rusackas pushed a change to branch shut-up-eslint
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 131a80f6f9 Letting these two slide...
 discard 91ed2140ba Fixing some things that broke. Still at 81
 discard 104b43f983 Down to 81
 discard 186bddd7a8 disabling 'react-hooks/exhaustive-deps' - 275 down to 98.
     add 05d7060d83 fix(chart-filter): Avoid column denormalization if not enabled (#26199)
     add 07e5fe8a66 fix(plugin-chart-echarts): support truncated numeric x-axis (#26215)
     add dbed64a2c6 fix: Use page.locator in Playwright reports (#26224)
     add 005cf5947b chore: Moves xAxisLabelRotation to shared controls (#26212)
     add 6eca773caf disabling 'react-hooks/exhaustive-deps' - 275 down to 98.
     add 7312ab655f Down to 81
     add 7fcb5545b2 Fixing some things that broke. Still at 81
     add c597e8d693 Letting these two slide...

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   (131a80f6f9)
            \
             N -- N -- N   refs/heads/shut-up-eslint (c597e8d693)

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:
 .../plugin-chart-echarts/src/Bubble/constants.ts   |  4 +-
 .../src/Bubble/controlPanel.tsx                    | 37 +++++--------
 .../src/Bubble/transformProps.ts                   | 17 +++---
 .../src/MixedTimeseries/controlPanel.tsx           | 29 +++-------
 .../src/MixedTimeseries/transformProps.ts          |  6 +--
 .../src/Timeseries/Area/controlPanel.tsx           | 28 +++-------
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    | 23 +++-----
 .../src/Timeseries/Regular/Line/controlPanel.tsx   | 28 +++-------
 .../Timeseries/Regular/Scatter/controlPanel.tsx    | 28 +++-------
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx | 28 +++-------
 .../src/Timeseries/Step/controlPanel.tsx           | 28 +++-------
 .../src/Timeseries/constants.ts                    |  4 +-
 .../src/Timeseries/transformProps.ts               | 28 ++++++----
 .../plugin-chart-echarts/src/Timeseries/types.ts   |  2 +
 .../plugins/plugin-chart-echarts/src/controls.tsx  | 50 ++++++++++++++++++
 .../plugins/plugin-chart-echarts/src/defaults.ts   |  5 ++
 .../plugin-chart-echarts/src/utils/controls.ts     |  2 +-
 .../plugin-chart-echarts/src/utils/series.ts       | 14 +++++
 .../test/Bubble/transformProps.test.ts             |  1 +
 .../test/utils/controls.test.ts                    | 22 ++++----
 .../plugin-chart-echarts/test/utils/series.test.ts | 28 ++++++++++
 superset/datasource/api.py                         |  5 +-
 superset/models/helpers.py                         | 17 +++---
 superset/utils/webdriver.py                        | 61 ++++++++++------------
 superset/views/datasource/utils.py                 |  2 +-
 25 files changed, 249 insertions(+), 248 deletions(-)