This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/cypress-base/path-to-regexp-1.9.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard aaf7c92295 build(deps): bump path-to-regexp in 
/superset-frontend/cypress-base
     add be0a0ced25 fix: filters panel broken due to tabs scroll (#30180)
     add f8a77537a7 fix(uploads): respect db engine spec's 
supports_multivalues_insert value for file uploads & enable multi-insert for 
MSSQL (#30222)
     add c4c0845b3b build(deps): bump serve-static and express in 
/superset-frontend (#30229)
     add 2e107398ae build(deps): bump send and express in /superset-frontend 
(#30228)
     add 8c0b873ae2 build(deps, deps-dev): upgrade major versions for 
dependencies of `@superset/embedded-sdk` (#30242)
     add 23467bd7e4 fix(Fave): Charts and Dashboards fave/unfave do not commit 
transactions (#30215)
     add ff3b86b5ff feat(sqllab): Add timeout on fetching query results (#29959)
     add c5594f2979 feat(explore): Add time shift color control to ECharts 
(#29897)
     add dbab2fb955 fix(CrossFilters): Do not reload unrelated filters in 
global scope (#30252)
     add 3877355555 build(ci): make linkinator advisory (#30257)
     add 8cd18cac8c chore(build): remove extraneous prettier step in 
superset-frontend CI (#30253)
     add bdf29cb7c2 chore: organize SQL parsing files (#30258)
     add e9094659d3 refactor(frontend): migrate 6 tests from Enzyme to RTL 
(#30151)
     add bcbd679a75 chore(docker): move mysql os-level deps (GPL) to dev image 
only (#29771)
     add d1bdbd8189 docs: Update kubernetes.mdx (#30268)
     add 3ad0fd48ef chore(deps): bump dremio deps (#25910)
     add 0679454b48 fix(Screenshot): Dashboard screenshot cache key to include 
state (#30265)
     add f553344aa1 chore(sqllab): Add shortcuts for switching tabs (#30173)
     add 63f4f4f60c chore: remove redundant code (#30261)
     add 2166cbdd80 fix(install/docker): use zstd-baked image for building 
superset-frontend in containerized env (#30279)
     add 46b1d869b1 fix: Move copying translation files before npm run build in 
Docker (#30099)
     add f315a4f02c chore: move SLACK_ENABLE_AVATARS from config to feature 
flag (#30274)
     add c33d49ecab fix(dashboard): invalid button style in undo/redo button 
(#30273)
     add 2f0c9947ce fix(dashboard): Invalid owner's name displayed after 
updates (#30272)
     add cd8b56706b fix: unable to disallow csv upload on header menu (#30271)
     add 930078b6f5 chore(explore): Medium font weight for section headers 
(#30321)
     add a3952051e1 feat(jinja): add option to format time filters using 
strftime (#30323)
     add 08145d88b9 style(explore): clarify ambiguously named "sort by" field 
(#30254)
     add e54353c4da docs: HTML embedding of charts/dashboards without 
authentication (#30032)
     add 0dcfe74bc6 build(deps): bump express from 4.19.2 to 4.20.0 in /docs 
(#30227)
     add 1441ad8546 chore(UPDATING.md): Add item to UPDATING describing 
translations build flag (#30313)
     add 78099b0d1f fix(migration): 87d38ad83218 failing on upgrade (#30275)
     add a90aa055f5 chore: bump cypress to v 11 (#30262)
     add 4e4f6d62e5 build(deps): bump path-to-regexp in 
/superset-frontend/cypress-base

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   (aaf7c92295)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/cypress-base/path-to-regexp-1.9.0
 (4e4f6d62e5)

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-docs-verify.yml         |    1 +
 .github/workflows/superset-frontend.yml            |    5 -
 Dockerfile                                         |   52 +-
 RESOURCES/FEATURE_FLAGS.md                         |    8 +
 UPDATING.md                                        |    2 +
 docker-compose.yml                                 |    9 +-
 docs/docs/configuration/databases.mdx              |    4 +-
 docs/docs/configuration/networking-settings.mdx    |   59 +-
 docs/docs/configuration/sql-templating.mdx         |    3 +
 docs/docs/installation/docker-builds.mdx           |    4 +
 docs/docs/installation/kubernetes.mdx              |    4 +-
 docs/yarn.lock                                     |   83 +-
 pyproject.toml                                     |    2 +-
 superset-embedded-sdk/package-lock.json            | 4437 +++++++++++---------
 superset-embedded-sdk/package.json                 |   25 +-
 superset-embedded-sdk/src/guestTokenRefresh.ts     |    4 +-
 superset-frontend/cypress-base/cypress.config.ts   |   10 +-
 .../cypress-base/cypress/plugins/index.js          |   31 -
 superset-frontend/cypress-base/package-lock.json   |   28 +-
 superset-frontend/cypress-base/package.json        |    4 +-
 superset-frontend/package-lock.json                |  478 ++-
 .../src/shared-controls/dndControls.tsx            |    7 +-
 .../src/shared-controls/sharedControls.tsx         |   15 +
 .../superset-ui-core/src/utils/featureFlags.ts     |    1 +
 .../tooltip/TooltipFrame.test.tsx                  |   15 +-
 .../tooltip/TooltipTable.test.tsx                  |   74 +-
 .../legacy-plugin-chart-partition/package.json     |    6 +-
 .../test/OptionDescription.test.jsx                |   41 +-
 .../src/MixedTimeseries/controlPanel.tsx           |    1 +
 .../src/MixedTimeseries/transformProps.ts          |    3 +
 .../src/Timeseries/Area/controlPanel.tsx           |    1 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |    1 +
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |    1 +
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |    1 +
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |    1 +
 .../src/Timeseries/Step/controlPanel.tsx           |    1 +
 .../src/Timeseries/transformProps.ts               |    6 +-
 .../src/Timeseries/transformers.ts                 |   22 +-
 .../plugin-chart-echarts/src/Timeseries/types.ts   |    1 +
 .../plugins/plugin-chart-echarts/src/constants.ts  |    1 +
 .../plugin-chart-echarts/src/utils/tooltip.ts      |    2 +
 .../test/Timeseries/transformers.test.ts           |   84 +
 .../plugins/plugin-chart-table/package.json        |    1 -
 .../plugin-chart-table/test/TableChart.test.tsx    |   62 +-
 .../plugins/plugin-chart-table/test/enzyme.tsx     |   67 -
 .../test/testHelpers.tsx}                          |   25 +-
 superset-frontend/src/GlobalStyles.tsx             |    5 +
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   31 +-
 .../src/SqlLab/actions/sqlLab.test.js              |   82 +-
 .../components/KeyboardShortcutButton/index.tsx    |    4 +
 .../SqlLab/components/ResultSet/ResultSet.test.tsx |   23 +
 .../src/SqlLab/components/ResultSet/index.tsx      |   18 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |   17 +
 superset-frontend/src/SqlLab/fixtures.ts           |   15 +
 .../src/components/FacePile/FacePile.test.tsx      |   39 +-
 .../src/components/FacePile/index.tsx              |   18 +-
 .../src/dashboard/components/Header/index.jsx      |    4 +-
 .../dashboard/components/PropertiesModal/index.tsx |   17 +-
 .../src/dashboard/util/crossFilters.test.ts        |    4 +-
 .../src/dashboard/util/crossFilters.ts             |   19 +-
 .../explore/components/ControlPanelsContainer.tsx  |    1 +
 .../explore/components/controls/SelectControl.jsx  |   64 +-
 .../components/controls/SelectControl.test.jsx     |  240 +-
 .../src/features/home/RightMenu.test.tsx           |   14 +-
 superset-frontend/src/features/home/RightMenu.tsx  |    2 +-
 superset-frontend/src/types/Owner.ts               |    5 +-
 superset-frontend/src/utils/getOwnerName.test.ts   |    2 +
 superset-frontend/src/utils/getOwnerName.ts        |    2 +-
 superset-frontend/webpack.config.js                |   13 +-
 superset/charts/api.py                             |   20 +-
 superset/commands/chart/exceptions.py              |    8 +
 .../commands/{dataset/refresh.py => chart/fave.py} |   46 +-
 .../{dataset/refresh.py => chart/unfave.py}        |   46 +-
 superset/commands/dashboard/exceptions.py          |    8 +
 .../{security/delete.py => dashboard/fave.py}      |   31 +-
 .../{query/delete.py => dashboard/unfave.py}       |   30 +-
 superset/config.py                                 |   13 +-
 superset/dashboards/api.py                         |   22 +-
 superset/db_engine_specs/base.py                   |   10 +-
 superset/db_engine_specs/dremio.py                 |    5 +
 superset/db_engine_specs/mssql.py                  |    1 +
 superset/db_engine_specs/postgres.py               |    2 +-
 superset/exceptions.py                             |   27 +-
 superset/jinja_context.py                          |    6 +
 ...d83218_migrate_can_view_and_drill_permission.py |    2 +-
 superset/models/helpers.py                         |    3 +-
 superset/{advanced_data_type => sql}/__init__.py   |    0
 superset/sql/parse.py                              |  648 +++
 superset/sql_lab.py                                |    3 +-
 superset/sql_parse.py                              |  649 +--
 superset/sqllab/api.py                             |    2 +-
 superset/tasks/thumbnails.py                       |    5 +-
 superset/utils/screenshots.py                      |   22 +-
 superset/views/base.py                             |    2 +-
 superset/views/base_schemas.py                     |  127 -
 superset/views/users/api.py                        |   13 +-
 tests/integration_tests/charts/commands_tests.py   |   60 +
 .../integration_tests/dashboards/commands_tests.py |   68 +
 tests/integration_tests/users/api_tests.py         |    5 +-
 tests/unit_tests/jinja_context_test.py             |   24 +
 .../unit_tests/sql}/__init__.py                    |    0
 tests/unit_tests/sql/parse_tests.py                |  920 ++++
 tests/unit_tests/sql_parse_tests.py                |  244 +-
 103 files changed, 5616 insertions(+), 3788 deletions(-)
 delete mode 100644 superset-frontend/cypress-base/cypress/plugins/index.js
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/transformers.test.ts
 delete mode 100644 superset-frontend/plugins/plugin-chart-table/test/enzyme.tsx
 copy 
superset-frontend/plugins/{plugin-chart-handlebars/src/plugin/buildQuery.ts => 
plugin-chart-table/test/testHelpers.tsx} (68%)
 copy superset/commands/{dataset/refresh.py => chart/fave.py} (54%)
 copy superset/commands/{dataset/refresh.py => chart/unfave.py} (54%)
 copy superset/commands/{security/delete.py => dashboard/fave.py} (59%)
 copy superset/commands/{query/delete.py => dashboard/unfave.py} (59%)
 copy superset/{advanced_data_type => sql}/__init__.py (100%)
 create mode 100644 superset/sql/parse.py
 delete mode 100644 superset/views/base_schemas.py
 copy {superset/advanced_data_type => tests/unit_tests/sql}/__init__.py (100%)
 create mode 100644 tests/unit_tests/sql/parse_tests.py

Reply via email to