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 7817cba658 build(deps): bump ioredis and @types/ioredis in 
/superset-websocket
     add 2af76fc41f fix: MySQL et al. super calls (#23971)
     add d96b72d46f chore(sqllab): Refactor react-query by redux-toolkit query 
(#23760)
     add 7a4117097a fix(migration): handle permalink edge cases correctly 
(#23980)
     add 48f3db946e docs(feature flags): remove the conflicting entry for 
DRILL_BY (#23994)
     add 543040b304 chore: Bump python libs (#23986)
     add a35764839b chore: Comment 3.8 PY required CI checks (#24002)
     add 20d439ac01 chore(actions): adding JavaScript to CodeQL config (#23974)
     add 33da642d26 chore(deps): Add dependency-review action (#23951)
     add ce0a857906 build(deps-dev): bump @types/node from 20.1.0 to 20.1.1 in 
/superset-websocket (#23983)
     add 95fbbeb326 build(deps-dev): bump @typescript-eslint/eslint-plugin from 
5.59.2 to 5.59.5 in /superset-websocket (#23984)
     add 448e9498b7 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   (7817cba658)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/ioredis-and-types/ioredis-5.3.2
 (448e9498b7)

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:
 .asf.yaml                                          |  12 +-
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/dependency-review.yml            |  25 ++
 RESOURCES/FEATURE_FLAGS.md                         |   1 -
 docs/docs/installation/running-on-kubernetes.mdx   |   2 +-
 requirements/base.txt                              |  22 +-
 requirements/development.txt                       |  48 +--
 requirements/integration.txt                       |  58 ++--
 requirements/testing.txt                           |  77 +++--
 setup.py                                           |  10 +-
 superset-frontend/package-lock.json                |  96 ------
 superset-frontend/package.json                     |   1 -
 superset-frontend/spec/helpers/testing-library.tsx |  30 +-
 superset-frontend/src/SqlLab/App.jsx               |  17 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx | 161 ++++-----
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |  82 +++--
 .../TabbedSqlEditors/TabbedSqlEditors.test.jsx     |   9 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |  28 +-
 .../src/components/DatabaseSelector/index.tsx      |   9 +-
 .../components/Datasource/DatasourceModal.test.jsx |  18 +-
 .../TableSelector/TableSelector.test.tsx           |  28 +-
 .../src/components/TableSelector/index.tsx         |   5 +-
 .../src/hooks/apiResources/queryApi.test.ts        | 100 ++++++
 .../src/hooks/apiResources/queryApi.ts             |  71 ++++
 .../src/hooks/apiResources/schemas.test.ts         | 113 +++---
 .../src/hooks/apiResources/schemas.ts              | 129 ++++---
 .../src/hooks/apiResources/tables.test.ts          | 144 ++++----
 superset-frontend/src/hooks/apiResources/tables.ts | 144 +++++---
 superset-frontend/src/views/App.tsx                |  49 ++-
 superset-frontend/src/views/QueryProvider.tsx      |  43 ---
 superset-frontend/src/views/store.ts               |   4 +-
 superset-websocket/package-lock.json               | 378 ++++++++++++++++++---
 superset-websocket/package.json                    |   4 +-
 superset/db_engine_specs/mysql.py                  |  10 +-
 superset/db_engine_specs/ocient.py                 |   4 +-
 superset/explore/permalink/commands/create.py      |   2 +-
 ...2a5681ddfd_convert_key_value_entries_to_json.py |  21 +-
 37 files changed, 1230 insertions(+), 727 deletions(-)
 create mode 100644 .github/workflows/dependency-review.yml
 create mode 100644 superset-frontend/src/hooks/apiResources/queryApi.test.ts
 create mode 100644 superset-frontend/src/hooks/apiResources/queryApi.ts
 delete mode 100644 superset-frontend/src/views/QueryProvider.tsx

Reply via email to