You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/03/20 20:01:27 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/prettier-2.8.5 updated (6861e6a3e8 -> 84e6fb303f)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/prettier-2.8.5
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 6861e6a3e8 build(deps-dev): bump prettier in /superset-websocket
     add b0d83e8c50 feat(echarts): Implement stream graph for Echarts Timeseries (#23410)
     add 3277ea83ea feat(sqllab): log error_detail on fetch failed (#23377)
     add ffc0a81e85 chore(native-filters): Fetch only the required dataset fields (#23303)
     add b021f6e05d feat: add new cache_query_by_user key (#23415)
     add b511d2c624 docs(security): note the need to set TALISMAN_ENABLED = True (#23431)
     add 7160dcb054 build(deps-dev): bump eslint from 8.35.0 to 8.36.0 in /superset-websocket (#23342)
     add 84e6fb303f build(deps-dev): bump prettier in /superset-websocket

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   (6861e6a3e8)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/prettier-2.8.5 (84e6fb303f)

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:
 docs/docs/security.mdx                             |  12 +-
 .../src/Timeseries/Area/controlPanel.tsx           |   6 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |  12 +-
 .../src/Timeseries/transformProps.ts               |  32 +-
 .../src/Timeseries/transformers.ts                 |  94 +++++-
 .../src/components/ExtraControls.tsx               |   4 +-
 .../plugins/plugin-chart-echarts/src/constants.ts  |  14 +-
 .../plugins/plugin-chart-echarts/src/controls.tsx  |  10 +-
 .../plugins/plugin-chart-echarts/src/types.ts      |   4 +-
 .../plugin-chart-echarts/src/utils/series.ts       |   4 +-
 .../test/Timeseries/transformProps.test.ts         | 106 +++++++
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  22 ++
 .../src/SqlLab/actions/sqlLab.test.js              |  29 +-
 .../FiltersConfigForm/ColumnSelect.test.tsx        |   6 +-
 .../FiltersConfigForm/ColumnSelect.tsx             |   9 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  24 +-
 superset-frontend/src/logger/LogUtils.ts           |   3 +
 superset-websocket/package-lock.json               | 197 +++---------
 superset-websocket/package.json                    |   2 +-
 superset/common/query_object.py                    |  30 +-
 superset/config.py                                 |   2 +
 ..._13-24_b5ea9d343307_bar_chart_stack_options.py} |  53 ++--
 .../unit_tests/queries}/__init__.py                |   0
 tests/unit_tests/queries/query_object_test.py      | 345 +++++++++++++++++++++
 24 files changed, 772 insertions(+), 248 deletions(-)
 copy superset/migrations/versions/{2021-02-10_12-32_41ce8799acc3_rename_pie_label_type.py => 2023-03-17_13-24_b5ea9d343307_bar_chart_stack_options.py} (64%)
 copy {superset/advanced_data_type => tests/unit_tests/queries}/__init__.py (100%)
 create mode 100644 tests/unit_tests/queries/query_object_test.py