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/10/03 16:54:24 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/eslint-8.50.0 updated (1655687433 -> 9bd6d96e16)

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


 discard 1655687433 build(deps-dev): bump eslint in /superset-websocket
     add 36ed617090 fix: Address Mypy issue which is causing CI to fail (#25494)
     add db7f5fed31 chore(async): Initial Refactoring of Global Async Queries (#25466)
     add c52c206d05 docs: add https & ldap instructions (#25477)
     add 789e6b76ae docs: add a FAQ about asset recovery from UI (#25482)
     add 23996b59a1 docs: update docker compose instructions (#25479)
     add 7a88ad3c02 docs: define localhost for docker (#25480)
     add e3244e9056 build(deps-dev): bump @types/node from 20.6.0 to 20.8.2 in /superset-websocket (#25498)
     add 9bd6d96e16 build(deps-dev): bump eslint 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   (1655687433)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.50.0 (9bd6d96e16)

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/databases/mysql.mdx                      |  3 +-
 docs/docs/frequently-asked-questions.mdx           |  8 +++
 docs/docs/installation/configuring-superset.mdx    | 17 +++++-
 .../installing-superset-using-docker-compose.mdx   | 13 ++++-
 superset-websocket/package-lock.json               | 14 ++---
 superset-websocket/package.json                    |  2 +-
 superset-websocket/src/config.ts                   |  2 +
 superset-websocket/src/index.ts                    | 20 ++++---
 superset/async_events/api.py                       |  6 +-
 superset/async_events/async_query_manager.py       | 45 ++++++++++++++-
 .../data/commands/create_async_job_command.py      | 12 ++--
 superset/cli/lib.py                                |  2 +-
 superset/config.py                                 |  1 +
 superset/views/core.py                             | 12 ++--
 .../integration_tests/tasks/async_queries_tests.py | 37 ++++++------
 .../unit_tests/async_events}/__init__.py           |  0
 .../async_events/async_query_manager_tests.py      | 67 ++++++++++++++++++++++
 .../unit_tests/db_engine_specs/test_clickhouse.py  |  6 +-
 18 files changed, 207 insertions(+), 60 deletions(-)
 copy {superset/advanced_data_type => tests/unit_tests/async_events}/__init__.py (100%)
 create mode 100644 tests/unit_tests/async_events/async_query_manager_tests.py