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


 discard 794edf69d0 build(deps-dev): bump node-fetch in /superset-frontend
     add c96e38c07c fix: removes old deprecated sqllab endpoints (#27117)
     add 8235d59e56 fix: gevent upgrade to 23.9.1 (#27112)
     add 3d645fd8e9 refactor: Updates some database columns to MediumText 
(#27119)
     add 506ea756ad fix: RLS modal overflow (#27128)
     add 60fe58196a fix(pivot-table-v2): Added forgotten translation pivot 
table v2 (#22840)
     add 04be96b0dc docs(miscellaneous): Export Datasoruces: export datasources 
exports to ZIP (#27120)
     add d2910b0b87 chore: lower cryptography min version to 41.0.2 (#27129)
     add eabee9dedd chore(hail mary): Update package-lock.json via 
npm-audit-fix (#26693)
     add ce7f5a7454 build(deps-dev): bump node-fetch in /superset-frontend

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   (794edf69d0)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/node-fetch-3.3.2 
(ce7f5a7454)

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:
 UPDATING.md                                        |     3 +
 .../importing-exporting-datasources.mdx            |     2 +-
 requirements/docker.txt                            |     2 +-
 setup.py                                           |     4 +-
 .../cypress-base/cypress/e2e/sqllab/query.test.ts  |     3 -
 superset-frontend/package-lock.json                | 17443 ++++++++++++-------
 superset-frontend/package.json                     |     5 +-
 .../src/chart/components/createLoadableRenderer.ts |     4 +-
 .../src/chart/models/ChartPlugin.ts                |     2 +-
 .../superset-ui-core/src/query/api/v1/makeApi.ts   |     9 +-
 .../superset-ui-switchboard/src/switchboard.ts     |     2 +-
 .../src/react-pivottable/TableRenderers.jsx        |     6 +-
 .../src/DataTable/hooks/useSticky.tsx              |     3 +-
 .../src/chart/WordCloud.tsx                        |    11 +-
 superset-frontend/src/components/Modal/Modal.tsx   |     5 +-
 .../src/features/rls/RowLevelSecurityModal.tsx     |    88 +-
 superset-frontend/src/features/rls/constants.ts    |     2 +-
 superset/connectors/sqla/models.py                 |     2 +-
 superset/initialization/__init__.py                |     2 -
 ...14-43_17fcea065655_change_text_to_mediumtext.py |    87 +
 superset/models/annotations.py                     |     5 +-
 superset/models/core.py                            |     4 +-
 superset/models/dashboard.py                       |     2 +-
 superset/models/helpers.py                         |     3 +-
 superset/models/slice.py                           |     4 +-
 superset/models/sql_lab.py                         |    12 +-
 superset/reports/models.py                         |    13 +-
 superset/security/manager.py                       |     1 -
 superset/views/core.py                             |    20 +-
 superset/views/sql_lab/views.py                    |    15 +-
 tests/integration_tests/core_tests.py              |    19 -
 tests/integration_tests/security_tests.py          |    36 +-
 32 files changed, 11571 insertions(+), 6248 deletions(-)
 create mode 100644 
superset/migrations/versions/2024-02-14_14-43_17fcea065655_change_text_to_mediumtext.py

Reply via email to