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/06/13 18:07:08 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/types/node-20.3.1 updated (677068847a -> f47b1a1737)

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


 discard 677068847a build(deps-dev): bump @types/node in /superset-websocket
     add 93ba59d868 chore: remove deprecated apis estimate_query_cost, results, sql_json, csv (#24359)
     add c04bd4c6a7 chore: remove deprecated api /superset/available_domains (#24381)
     add 6f145dfe36 chore: remove deprecated apis on superset, testconn, validate_sql_json, schemas_access_for_file_upload, extra_table_metadata (#24354)
     add c09b8c6ec8 chore: remove user registrations menu for non-admins (#24198)
     add ca478bd5c4 chore: remove deprecated apis copy_dash, save_dash and add_slices (#24353)
     add c8e958fb7e chore: remove deprecated apis stop_query, queries, search_queries (#24360)
     add 69984e6702 build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.11 in /superset-websocket (#24365)
     add 1328c56aab fix: FAB CSS on Superset (#24390)
     add eb05225f0d feat(sshtunnel): add configuration for SSH_TIMEOUT (#24369)
     add 7227df13b9 chore: Update GitHub issue templates (#24310)
     add 62b4564c94 build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 in /superset-websocket (#24379)
     add f47b1a1737 build(deps-dev): bump @types/node 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   (677068847a)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/types/node-20.3.1 (f47b1a1737)

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:
 .../{bug_report.md => bug-report.md}               |   5 +-
 .github/ISSUE_TEMPLATE/cosmetic.md                 |   1 -
 .github/ISSUE_TEMPLATE/sip.md                      |   5 +-
 RESOURCES/STANDARD_ROLES.md                        |  13 -
 UPDATING.md                                        |   6 +
 requirements/base.txt                              |   2 +-
 setup.py                                           |   2 +-
 superset-frontend/src/dashboard/actions/hydrate.js |   2 +-
 .../src/profile/components/fixtures.tsx            |   1 -
 superset-websocket/package-lock.json               | 446 ++---------
 superset-websocket/package.json                    |   4 +-
 superset/config.py                                 |   4 +
 superset/extensions/ssh.py                         |   1 +
 superset/models/core.py                            |   6 +-
 superset/security/manager.py                       |   6 +-
 superset/templates/superset/basic.html             |   9 +-
 superset/views/core.py                             | 829 +--------------------
 tests/integration_tests/base_tests.py              |  27 -
 tests/integration_tests/core_tests.py              | 304 --------
 tests/integration_tests/dashboard_tests.py         | 272 -------
 tests/integration_tests/dashboards/base_case.py    |  33 -
 tests/integration_tests/dashboards/consts.py       |   2 -
 tests/integration_tests/databases/api_tests.py     |  41 -
 tests/integration_tests/security_tests.py          |   7 -
 tests/integration_tests/sql_validator_tests.py     | 153 ----
 tests/integration_tests/sqllab_tests.py            | 129 +---
 tests/unit_tests/extensions/ssh_test.py            |   2 +
 27 files changed, 124 insertions(+), 2188 deletions(-)
 rename .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} (84%)