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/04/21 22:40:57 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/ioredis-and-types/ioredis-5.3.2 updated (27f450d37d -> 8d60790da5)

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/ioredis-and-types/ioredis-5.3.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 27f450d37d build(deps): bump ioredis and @types/ioredis in /superset-websocket
     add 5bec1a65ae refactor(sqllab): Remove tableOptions from redux state (#23488)
     add d0fda60c85 feat(native-filters): Add legacy (filter-box) to native filter migration script (#23269)
     add a3c971cbda chore(docs): copy change submitted through BugHerd (#23725)
     add 295975d16b chore(actions): Fix for Chromatic action using actions/checkout@v3 (#23759)
     add b31efbae7c chore: remove RemovedInMarshmallow4 warnings (#23704)
     add 0b43112873 fix: Further drilling by different groupby fields (#23754)
     add 764c3c95cf fix(mssql): apply top after distinct (#23751)
     add 2f7229cae8 fix: Drill by modal resizing (#23757)
     add 4d97ecec65 chore(feature flags): updating the status of a few flags (#23670)
     add b734a0f82e feat: Display both queries result in Table mode for Mixed Chart in drill by modal (#23768)
     add 35f36a20ff chore(e2e): skip the worst offender of flaky tests. (#23772)
     add b92ace46b0 fix(sqllab): Persisting tab state for saved query  (#23087)
     add 3193111d98 build(deps-dev): bump @types/node from 18.15.12 to 18.15.13 in /superset-websocket (#23765)
     add 8d60790da5 build(deps): bump ioredis and @types/ioredis 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   (27f450d37d)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/ioredis-and-types/ioredis-5.3.2 (8d60790da5)

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:
 .github/workflows/chromatic-master.yml             |   2 +
 RESOURCES/FEATURE_FLAGS.md                         |  13 +-
 docs/docs/frequently-asked-questions.mdx           |   4 +-
 .../docs/miscellaneous/native-filter-migration.mdx | 103 +++
 requirements/base.txt                              |  35 +-
 requirements/development.txt                       |   2 -
 requirements/integration.txt                       |   8 +-
 setup.py                                           |   2 +
 .../cypress/integration/dashboard/editmode.test.ts |   3 +-
 .../integration/dataset/dataset_list.test.ts       |   2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   5 -
 .../SqlLab/components/AceEditorWrapper/index.tsx   |  16 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |   1 -
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  11 -
 superset-frontend/src/SqlLab/fixtures.ts           |   1 -
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  12 -
 superset-frontend/src/SqlLab/types.ts              |   1 -
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |   4 +-
 .../src/components/Chart/DrillBy/DrillByChart.tsx  |   1 +
 .../Chart/DrillBy/DrillByMenuItems.test.tsx        |   9 +-
 .../components/Chart/DrillBy/DrillByMenuItems.tsx  |  30 +-
 .../components/Chart/DrillBy/DrillByModal.test.tsx |  11 +-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  | 182 ++--
 .../Chart/DrillBy/useResultsTableView.test.ts      | 108 +++
 .../Chart/DrillBy/useResultsTableView.tsx          |  73 ++
 .../TableSelector/TableSelector.test.tsx           |  47 --
 .../src/components/TableSelector/index.tsx         |  10 -
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/advanced_data_type/schemas.py             |   6 +-
 superset/annotation_layers/annotations/schemas.py  |  28 +-
 superset/annotation_layers/schemas.py              |  16 +-
 superset/cachekeys/schemas.py                      |  12 +-
 superset/charts/schemas.py                         | 929 +++++++++++++--------
 superset/cli/main.py                               |   5 +-
 superset/cli/native_filters.py                     | 398 +++++++++
 superset/dashboards/permalink/schemas.py           |  18 +-
 superset/dashboards/schemas.py                     | 101 ++-
 superset/databases/schemas.py                      | 227 +++--
 superset/datasets/schemas.py                       |  36 +-
 superset/db_engine_specs/base.py                   |  26 +-
 superset/db_engine_specs/bigquery.py               |   2 +-
 superset/db_engine_specs/clickhouse.py             |  21 +-
 superset/db_engine_specs/databricks.py             |   5 +-
 superset/db_engine_specs/gsheets.py                |   6 +-
 superset/explore/form_data/schemas.py              |  20 +-
 superset/explore/permalink/schemas.py              |  14 +-
 superset/explore/schemas.py                        | 174 ++--
 superset/reports/schemas.py                        | 107 +--
 superset/sqllab/schemas.py                         |  14 +-
 superset/temporary_cache/schemas.py                |   4 +-
 .../utils/dashboard_filter_scopes_converter.py     | 256 +++++-
 superset/views/base_api.py                         |  18 +-
 superset/views/datasource/schemas.py               |   2 +-
 superset/views/log/schemas.py                      |  23 +-
 superset/views/sql_lab/views.py                    |   2 +
 tests/unit_tests/db_engine_specs/test_mssql.py     |   1 +
 57 files changed, 2270 insertions(+), 913 deletions(-)
 create mode 100644 docs/docs/miscellaneous/native-filter-migration.mdx
 create mode 100644 superset-frontend/src/components/Chart/DrillBy/useResultsTableView.test.ts
 create mode 100644 superset-frontend/src/components/Chart/DrillBy/useResultsTableView.tsx
 create mode 100644 superset/cli/native_filters.py