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


 discard 8787a91248 build(deps-dev): bump eslint from 8.57.0 to 9.1.1 in 
/superset-websocket
     add 7c8423a522 fix(explore): cannot reorder dnd of Metrics (#28269)
     add 38e2843b24 chore: clean up DB create command (#28246)
     add 55391bb587 build(deps-dev): bump eslint-plugin-testing-library from 
6.2.0 to 6.2.2 in /superset-frontend (#28306)
     add f4b6c3049b build(deps): bump clsx from 2.1.0 to 2.1.1 in /docs (#28301)
     add b17db6d669 build(deps): bump markdown-to-jsx from 7.4.1 to 7.4.7 in 
/superset-frontend (#28298)
     add e94360486e chore(commands): Remove unnecessary commit (#28154)
     add 513852b7c3 fix: all_database_access should enable access to all 
datasets/charts/dashboards (#28205)
     add d36bccdc8c fix(sql_parse): Add Apache Spark to SQLGlot dialect mapping 
(#28322)
     add 593c653ab5 fix(docs): prevent browser to download the entire video in 
first page load + fix empty `controls` attribute (#28319)
     add 0ce5864fc7 chore: Move #26288 from "Database Migration" to "Other" 
(#28311)
     add 27952e7057 fix: Ignore USE SQL keyword when determining SELECT 
statement (#28279)
     add 5331dc740a chore(dev): remove obsolete image reference to 
`superset-websocket` + fix minor typo (#28321)
     add b4c4ab7790 fix: Rename legacy line and area charts (#28113)
     add 3e74ff174c refactor(helm): Allow chart operators to exclude the 
creation of the secret manifest (#28308)
     add 49992dd9d2 docs: add npm publish steps to release/readme (#23730)
     add f95d9cde40 build(deps): bump ws from 8.16.0 to 8.17.0 in 
/superset-websocket (#28288)
     add 1215303b35 build(deps-dev): bump eslint from 8.57.0 to 9.1.1 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   (8787a91248)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-9.1.1 (1215303b35)

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:
 CHANGELOG/4.0.0.md                                 |   2 +-
 RELEASING/README.md                                |  15 ++
 UPDATING.md                                        |   4 +
 docker-compose.yml                                 |   3 +-
 docs/docs/intro.mdx                                |   4 +-
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |   8 +-
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   4 +-
 helm/superset/templates/secret-env.yaml            |   3 +-
 helm/superset/values.yaml                          |   6 +
 .../cypress/e2e/chart_list/filter.test.ts          |   2 +-
 superset-frontend/package-lock.json                |  32 +--
 superset-frontend/package.json                     |   4 +-
 .../legacy-preset-chart-nvd3/src/Area/index.js     |   2 +-
 .../legacy-preset-chart-nvd3/src/Line/index.js     |   2 +-
 .../ExploreContainer/ExploreContainer.test.tsx     |  21 +-
 .../components/controls/OptionControls/index.tsx   |   8 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/commands/dashboard/importers/v0.py        |   1 -
 .../commands/database/ssh_tunnel/exceptions.py     |  28 ++-
 superset/commands/database/update.py               | 223 +++++++++------------
 superset/daos/database.py                          |  26 +++
 superset/security/manager.py                       |   6 +-
 superset/sql_parse.py                              |  10 +-
 superset/translations/ar/LC_MESSAGES/messages.json |   4 +-
 superset/translations/ar/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/de/LC_MESSAGES/messages.json |   4 +-
 superset/translations/de/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/en/LC_MESSAGES/messages.json |   4 +-
 superset/translations/en/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/es/LC_MESSAGES/messages.json |   2 +-
 superset/translations/es/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/fr/LC_MESSAGES/messages.json |   2 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/it/LC_MESSAGES/messages.json |   2 +-
 superset/translations/it/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/ja/LC_MESSAGES/messages.json |   2 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/ko/LC_MESSAGES/messages.json |   2 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/nl/LC_MESSAGES/messages.json |   4 +-
 superset/translations/nl/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/pt/LC_MESSAGES/messages.json |   2 +-
 superset/translations/pt/LC_MESSAGES/messages.po   |   4 +-
 .../translations/pt_BR/LC_MESSAGES/messages.json   |   4 +-
 .../translations/pt_BR/LC_MESSAGES/messages.po     |   4 +-
 superset/translations/ru/LC_MESSAGES/messages.json |   4 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/sk/LC_MESSAGES/messages.json |   4 +-
 superset/translations/sk/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/sl/LC_MESSAGES/messages.json |   4 +-
 superset/translations/sl/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/tr/LC_MESSAGES/messages.json |   4 +-
 superset/translations/tr/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/uk/LC_MESSAGES/messages.json |   4 +-
 superset/translations/uk/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/zh/LC_MESSAGES/messages.json |   4 +-
 superset/translations/zh/LC_MESSAGES/messages.po   |   4 +-
 .../translations/zh_TW/LC_MESSAGES/messages.json   |   4 +-
 .../translations/zh_TW/LC_MESSAGES/messages.po     |   4 +-
 tests/integration_tests/base_tests.py              |  84 +++++++-
 tests/integration_tests/charts/api_tests.py        |  27 +++
 tests/integration_tests/datasets/api_tests.py      |  34 ++++
 tests/integration_tests/security_tests.py          |  16 +-
 tests/integration_tests/test_app.py                |   1 +
 tests/unit_tests/sql_parse_tests.py                |   3 +
 68 files changed, 470 insertions(+), 261 deletions(-)

Reply via email to