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


    omit 587816767e chore(deps): bump lodash from 4.17.21 to 4.17.23 in 
/superset-frontend
     add 5747fb1e85 feat(ListView): add pagination to card view and center row 
count display (#36288)
     add e8363cf606 fix(redshift): normalize table names to lowercase for CSV 
uploads (#37019)
     add d6328fcb42 chore(deps): bump mapbox-gl from 3.18.0 to 3.18.1 in 
/superset-frontend (#37382)
     add 34418d7e0b fix(datasets): respect application root in database 
management link (#36986)
     add 07fca7fd3c chore(deps): bump lodash from 4.17.21 to 4.17.23 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   (587816767e)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/lodash-4.17.23 (07fca7fd3c)

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:
 superset-frontend/package-lock.json                |  8 ++--
 superset-frontend/package.json                     |  2 +-
 .../{AntdThemeProvider => Pagination}/index.tsx    | 11 ++----
 .../superset-ui-core/src/components/index.ts       |  2 +
 .../src/components/ListView/ListView.tsx           | 43 ++++++++++++++++++----
 .../datasets/AddDataset/LeftPanel/index.tsx        |  3 +-
 superset/commands/database/uploaders/base.py       |  6 +++
 superset/db_engine_specs/base.py                   | 20 ++++++++++
 superset/db_engine_specs/redshift.py               | 18 +++++++++
 tests/unit_tests/db_engine_specs/test_redshift.py  | 30 +++++++++++++++
 10 files changed, 122 insertions(+), 21 deletions(-)
 copy 
superset-frontend/packages/superset-ui-core/src/components/{AntdThemeProvider 
=> Pagination}/index.tsx (79%)

Reply via email to