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 2024/03/11 18:35:05 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/eslint-8.57.0 updated (f2cdd292b3 -> 250b10169d)

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


 discard f2cdd292b3 build(deps-dev): bump eslint in /superset-websocket
     add d2f7dec208 feat: Add repo activity stats to README.md (#27372)
     add 721977a474 docs(import_datasources): Remove legacy documentation and update current use (#27290)
     add a3d2e0bf44 fix: improve explore REST api validations (#27395)
     add a4c771e013 fix: Allow only dttm columns in comparison filter in Period over Period chart (#27209)
     add 69d870cb7a feat(translations): Turkish translation files added (#27244)
     add 66bf70172f fix(API): Updating assets via the API should preserve ownership configuration (#27364)
     add 5107cc0fd9 fix(sqllab): Close already removed tab (#27391)
     add a54a24e3b5 fix: Re-enable CI checks on release branches (#27390)
     add ce0b70cc86 fix: typescript errors in 4.0 (#27402)
     add 9ced2552db fix: missing shared color in mixed timeseries (#27403)
     add fde93dcf08 fix(dashboard): Only fetch CSS templates for dashboard header menu when in edit mode (#27411)
     add 89e89de341 fix: SSH Tunnel configuration settings  (#27186)
     add 372cac9527 chore: upgrade setuptools/pip in Dockerfile (#27405)
     add 91781ca045 build(deps): bump @storybook/types from 7.6.13 to 7.6.17 in /superset-frontend (#27347)
     add 6f1cbfa12d build(deps-dev): bump @types/node from 20.11.16 to 20.11.24 in /superset-websocket (#27326)
     add 250b10169d 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   (f2cdd292b3)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.57.0 (250b10169d)

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/check_db_migration_confict.yml   |     3 +-
 .github/workflows/codeql-analysis.yml              |    12 +-
 .github/workflows/docker.yml                       |     1 +
 .github/workflows/embedded-sdk-release.yml         |     5 +-
 .github/workflows/generate-FOSSA-report.yml        |     5 +-
 .github/workflows/pre-commit.yml                   |     3 +-
 .github/workflows/prefer-typescript.yml            |     3 +-
 .github/workflows/release.yml                      |     3 +-
 .github/workflows/superset-cli.yml                 |     7 +-
 .github/workflows/superset-docs-deploy.yml         |     3 +-
 .github/workflows/superset-e2e.yml                 |     3 +-
 .github/workflows/superset-frontend.yml            |     1 +
 .github/workflows/superset-helm-release.yml        |     1 +
 .../workflows/superset-python-integrationtest.yml  |    15 +-
 .github/workflows/superset-python-misc.yml         |     3 +-
 .github/workflows/superset-python-presto-hive.yml  |    11 +-
 .github/workflows/superset-python-unittest.yml     |     9 +-
 .github/workflows/superset-translations.yml        |     5 +-
 .github/workflows/superset-websocket.yml           |     3 +-
 .github/workflows/tech-debt.yml                    |     5 +-
 Dockerfile                                         |     1 +
 README.md                                          |    10 +
 .../importing-exporting-datasources.mdx            |    30 +-
 requirements/base.txt                              |    14 +-
 requirements/development.in                        |     1 -
 requirements/development.txt                       |     4 +-
 superset-frontend/package-lock.json                |  1040 +-
 .../superset-ui-core/src/query/api/v1/makeApi.ts   |     4 +-
 .../superset-ui-core/src/ui-overrides/types.ts     |    18 +-
 .../packages/superset-ui-demo/package.json         |     2 +-
 .../BigNumberPeriodOverPeriod/controlPanel.ts      |    39 +-
 .../src/MixedTimeseries/transformProps.ts          |     5 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |    19 +-
 .../AlteredSliceTag/AlteredSliceTagMocks.ts        |     2 +-
 .../src/components/AlteredSliceTag/index.tsx       |     6 +-
 .../src/components/TelemetryPixel/index.tsx        |     1 +
 .../components/CssEditor/CssEditor.test.tsx        |    54 +-
 .../src/dashboard/components/CssEditor/index.jsx   |    25 +-
 .../Header/HeaderActionsDropdown/index.jsx         |    22 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |    13 +-
 .../src/features/alerts/AlertReportModal.test.tsx  |     4 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |    35 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |     2 +-
 .../DatabaseConnectionForm/TableCatalog.tsx        |     3 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |     2 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |   130 +-
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |    12 +-
 .../DatabaseModal/SSHTunnelSwitch.test.tsx         |   162 +
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    |    82 +-
 .../databases/DatabaseModal/index.test.tsx         |    11 +-
 .../src/features/databases/DatabaseModal/index.tsx |   132 +-
 superset-frontend/src/features/databases/types.ts  |    80 +-
 .../src/hooks/apiResources/queryApi.ts             |     5 +-
 superset-frontend/src/views/CRUD/hooks.ts          |     7 +-
 superset-websocket/package-lock.json               |    14 +-
 superset-websocket/package.json                    |     2 +-
 superset/commands/base.py                          |    20 +-
 superset/commands/chart/update.py                  |     5 +-
 superset/commands/dashboard/update.py              |     9 +-
 superset/commands/database/create.py               |    10 +-
 superset/commands/database/ssh_tunnel/create.py    |    11 +
 .../commands/database/ssh_tunnel/exceptions.py     |     4 +
 superset/commands/database/ssh_tunnel/update.py    |    25 +-
 superset/commands/database/test_connection.py      |    45 +-
 superset/commands/database/update.py               |    79 +-
 superset/commands/dataset/update.py                |     5 +-
 superset/commands/explore/get.py                   |    11 +-
 superset/commands/report/update.py                 |     7 +-
 superset/commands/utils.py                         |    21 +-
 superset/databases/api.py                          |     7 +-
 .../{en => tr}/LC_MESSAGES/messages.json           |  7828 +++---
 .../{messages.pot => tr/LC_MESSAGES/messages.po}   | 25135 ++++++++++---------
 superset/views/datasource/views.py                 |     4 +-
 superset/views/sql_lab/views.py                    |    20 +-
 tests/integration_tests/charts/api_tests.py        |    53 +-
 tests/integration_tests/dashboards/api_tests.py    |    37 +
 tests/integration_tests/databases/api_tests.py     |   201 +
 tests/integration_tests/datasets/api_tests.py      |    55 +
 tests/integration_tests/explore/api_tests.py       |    20 +-
 tests/integration_tests/reports/api_tests.py       |    87 +
 tests/integration_tests/sql_lab/api_tests.py       |    59 +
 tests/unit_tests/commands/test_utils.py            |   118 +
 .../databases/ssh_tunnel/commands/create_test.py   |    45 +-
 .../databases/ssh_tunnel/commands/update_test.py   |    35 +-
 84 files changed, 19256 insertions(+), 16794 deletions(-)
 create mode 100644 superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.test.tsx
 copy superset/translations/{en => tr}/LC_MESSAGES/messages.json (81%)
 copy superset/translations/{messages.pot => tr/LC_MESSAGES/messages.po} (94%)
 create mode 100644 tests/unit_tests/commands/test_utils.py