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/16 16:58:49 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.7.5 updated (6e48e9fea4 -> def3400242)

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


 discard 6e48e9fea4 build(deps-dev): bump @typescript-eslint/eslint-plugin
     add b370c66308 fix(sqllab): template validation error within comments (#25626)
     add 9074f72959 fix(tags): Polish + Better messaging for skipped tags with bad permissions (#25578)
     add 5054b9fade build(ci): Provide diff for pre-commit failures (#25638)
     add e8783033f8 chore: adding resource links to readme (#25629)
     add 56f74e5215 docs: invert logo color for dark theme in README (#25537)
     add 99f79f5143 fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE (#25553)
     add 8c6bd4ef04 chore: bump pip-tools (#25645)
     add a0a0d8043f fix(import): Make sure query context is overwritten for overwriting imports (#25493)
     add 18a1c8d7d8 build(deps-dev): bump @types/node from 20.8.5 to 20.8.6 in /superset-websocket (#25653)
     add def3400242 build(deps-dev): bump @typescript-eslint/eslint-plugin

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   (6e48e9fea4)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/typescript-eslint/eslint-plugin-6.7.5 (def3400242)

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/superset-python-misc.yml         |   7 +++-
 README.md                                          |  26 +++++++++---
 requirements/development.txt                       |   5 ---
 requirements/integration.txt                       |   3 +-
 requirements/testing.txt                           |   2 -
 .../branding/superset-logo-horiz-apache-dark.png   | Bin 0 -> 97457 bytes
 .../branding/superset-logo-horiz-apache-dark.svg   |  32 +++++++-------
 .../src/features/tags/BulkTagModal.tsx             |  13 +++++-
 superset-frontend/src/pages/AllEntities/index.tsx  |  31 ++++++++------
 .../src/pages/ChartList/ChartList.test.jsx         |  42 +++++++++++++++----
 superset-frontend/src/pages/ChartList/index.tsx    |   9 +++-
 .../src/pages/DashboardList/DashboardList.test.jsx |  41 ++++++++++++++----
 .../src/pages/DashboardList/index.tsx              |  10 ++++-
 .../pages/SavedQueryList/SavedQueryList.test.jsx   |  39 +++++++++++++----
 .../src/pages/SavedQueryList/index.tsx             |  29 +++++++++----
 superset-websocket/package-lock.json               |  14 +++----
 superset-websocket/package.json                    |   2 +-
 superset/charts/commands/importers/v1/__init__.py  |   2 +-
 superset/commands/importers/v1/assets.py           |   2 +-
 .../dashboards/commands/importers/v1/__init__.py   |   2 +-
 superset/sqllab/query_render.py                    |   4 +-
 superset/tags/api.py                               |  21 +++++++++-
 superset/tags/commands/create.py                   |  34 +++++++++------
 superset/tags/commands/update.py                   |   6 +--
 superset/views/sql_lab/views.py                    |   4 ++
 tests/integration_tests/core_tests.py              |  35 ++++++++++++++++
 tests/integration_tests/sqllab_tests.py            |   7 ++++
 tests/integration_tests/tags/api_tests.py          |  46 ++++++++++++++++++++-
 28 files changed, 360 insertions(+), 108 deletions(-)
 create mode 100644 superset-frontend/src/assets/branding/superset-logo-horiz-apache-dark.png
 copy docs/static/img/superset-logo-horiz-apache.svg => superset-frontend/src/assets/branding/superset-logo-horiz-apache-dark.svg (92%)