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/12/18 17:51:31 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/ws-8.15.1 updated (c31d34115e -> 760c819c19)

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/ws-8.15.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard c31d34115e build(deps): bump ws from 8.15.0 to 8.15.1 in /superset-websocket
     add 578a899152 chore: improve CSP add base uri restriction (#26251)
     add 334e15997f chore(async queries): sending statsd event for async events API call (#26259)
     add 429e2a33c3 fix: Stacked charts with numerical columns (#26264)
     add 67468c46c0 fix(plugin-chart-echarts): use scale for truncating x-axis (#26269)
     add 8437a235c9 feat(telemetry): Adding Scarf based telemetry to Superset (#26011)
     add aa3c3c5aaa fix: Cannot expand initially hidden SQL Lab tab (#26279)
     add 38f5e4d490 chore(docs): add troubleshooting guide to alerts & reports (#26253)
     add 51172ca1aa chore(in the wild): Making it even easer to add a name (and cleanup) (#26280)
     add 9c96519b67 chore(docs): fix typo "loader balancer" -> "load balancer" (#26285)
     add 8450cca998 fix: Revert "fix(sqllab): flaky json explore modal due to over-rendering (#26156)" (#26284)
     add aafb54d042 chore: Ensure Mixins are ordered according to the MRO (#26288)
     add eb4b41233b chore(cleanup): removing redundant rendering logic in telemetry pixel (#26293)
     add 6a3db35bb2 build(deps-dev): bump eslint from 8.55.0 to 8.56.0 in /superset-websocket (#26294)
     add 760c819c19 build(deps): bump ws from 8.15.0 to 8.15.1 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   (c31d34115e)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/ws-8.15.1 (760c819c19)

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:
 CONTRIBUTING.md                                    |   2 +-
 RESOURCES/INTHEWILD.md                             |   6 +-
 docker-compose.yml                                 |   2 +
 docs/docs/frequently-asked-questions.mdx           |   6 +-
 docs/docs/installation/alerts-reports.mdx          |  69 ++++-
 .../installing-superset-using-docker-compose.mdx   |   4 +-
 docs/docs/security/security.mdx                    |   2 +-
 superset-frontend/package-lock.json                |  42 ++-
 superset-frontend/package.json                     |   2 +-
 .../src/MixedTimeseries/controlPanel.tsx           |   4 +
 .../src/MixedTimeseries/transformProps.ts          |  54 ++--
 .../src/MixedTimeseries/types.ts                   |   1 +
 .../src/Timeseries/transformProps.ts               |  10 +-
 .../plugin-chart-echarts/src/utils/controls.ts     |   1 -
 .../plugin-chart-echarts/src/utils/series.ts       |  47 ++-
 .../plugin-chart-echarts/test/utils/series.test.ts | 112 ++++++-
 superset-frontend/spec/helpers/shim.tsx            |  16 +-
 .../SqlLab/components/QueryAutoRefresh/index.tsx   |   2 +-
 .../components/QueryHistory/QueryHistory.test.tsx  |   5 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |  29 +-
 .../src/SqlLab/components/QueryTable/index.tsx     |   3 +-
 .../SqlLab/components/ResultSet/ResultSet.test.tsx | 333 +++++----------------
 .../src/SqlLab/components/ResultSet/index.tsx      |  52 +---
 .../SqlLab/components/SouthPane/Results.test.tsx   | 135 ---------
 .../src/SqlLab/components/SouthPane/Results.tsx    | 106 -------
 .../SqlLab/components/SouthPane/SouthPane.test.tsx |  81 ++---
 .../src/SqlLab/components/SouthPane/index.tsx      | 174 +++++++----
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx |   7 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   6 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  17 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |   5 +-
 .../TelemetryPixel.test.tsx}                       |  41 ++-
 .../src/components/TelemetryPixel/index.tsx        |  58 ++++
 superset-frontend/src/features/home/RightMenu.tsx  |   6 +
 superset-frontend/webpack.config.js                |   1 +
 superset-websocket/package-lock.json               |  30 +-
 superset-websocket/package.json                    |   2 +-
 superset/async_events/api.py                       |   3 +-
 superset/config.py                                 |  18 +-
 superset/connectors/sqla/models.py                 |   4 +-
 superset/databases/schemas.py                      |   6 +-
 superset/databases/ssh_tunnel/models.py            |   2 +-
 superset/datasets/models.py                        |   2 +-
 superset/db_engine_specs/clickhouse.py             |   2 +-
 superset/db_engine_specs/databend.py               |   2 +-
 superset/db_engine_specs/databricks.py             |   2 +-
 superset/db_engine_specs/mysql.py                  |   2 +-
 superset/db_engine_specs/postgres.py               |   2 +-
 superset/db_engine_specs/redshift.py               |   2 +-
 superset/key_value/models.py                       |   2 +-
 ...06-27_08-43_27ae655e4247_make_creator_owners.py |   4 +-
 ...8-07-26_11-10_c82ee8a39623_add_implicit_tags.py |   2 +-
 ...b56500de1855_add_uuid_column_to_import_mixin.py |   2 +-
 ...6e99fb176a0_add_import_mixing_to_saved_query.py |   2 +-
 ...14-38_a9422eeaae74_new_dataset_models_take_2.py |   2 +-
 superset/models/dashboard.py                       |   2 +-
 superset/models/sql_lab.py                         |   8 +-
 superset/reports/models.py                         |   2 +-
 superset/tables/models.py                          |   2 +-
 tests/integration_tests/charts/api_tests.py        |   2 +-
 tests/integration_tests/dashboards/api_tests.py    |   2 +-
 tests/integration_tests/profile_tests.py           |   2 +-
 tests/unit_tests/databases/schema_tests.py         |   2 +-
 63 files changed, 731 insertions(+), 825 deletions(-)
 delete mode 100644 superset-frontend/src/SqlLab/components/SouthPane/Results.test.tsx
 delete mode 100644 superset-frontend/src/SqlLab/components/SouthPane/Results.tsx
 copy superset-frontend/src/components/{Badge/Badge.test.tsx => TelemetryPixel/TelemetryPixel.test.tsx} (56%)
 create mode 100644 superset-frontend/src/components/TelemetryPixel/index.tsx