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/typescript-eslint/parser-5.52.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 0290a70d79 build(deps-dev): bump @typescript-eslint/parser in 
/superset-websocket
     add 3fae7dbc34 chore: Migrate get_or_create_table endpoint to api v1 
(#22931)
     add e5a4c78dc7 chore: Migrate /superset/csv/<client_id> to API v1 (#22913)
     add c39cf36d27 fix: css template permissions for gamma role (#23083)
     add f46aacae71 build(deps): bump ws from 8.12.0 to 8.12.1 in 
/superset-websocket (#23080)
     add a7dac13ded build(deps-dev): bump eslint from 8.33.0 to 8.34.0 in 
/superset-websocket (#23079)
     add f8cbdabf60 build(deps-dev): bump @typescript-eslint/parser 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   (0290a70d79)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/parser-5.52.0
 (f8cbdabf60)

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/static/resources/openapi.json                 |  90 ++++++--
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   8 +-
 .../components/ExploreCtasResultsButton/index.tsx  |   6 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   5 +-
 superset-websocket/package-lock.json               |  28 +--
 superset-websocket/package.json                    |   4 +-
 superset/connectors/sqla/views.py                  |   2 -
 superset/datasets/api.py                           |  70 ++++++
 superset/datasets/dao.py                           |   8 +
 superset/datasets/schemas.py                       |  11 +
 superset/security/manager.py                       |   1 +
 superset/sqllab/api.py                             |  67 +++++-
 superset/sqllab/commands/export.py                 | 136 +++++++++++
 superset/views/base.py                             |   6 -
 superset/views/core.py                             |   5 +-
 tests/integration_tests/datasets/api_tests.py      |  89 ++++++++
 tests/integration_tests/datasets/commands_tests.py |  51 ++++-
 tests/integration_tests/security_tests.py          |  16 +-
 tests/integration_tests/sql_lab/api_tests.py       |  39 +++-
 tests/integration_tests/sql_lab/commands_tests.py  | 251 ++++++++++++++++-----
 20 files changed, 787 insertions(+), 106 deletions(-)
 create mode 100644 superset/sqllab/commands/export.py

Reply via email to