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

jli pushed a change to branch showtime-master
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 98e54f0724 chore: fix spacing in AGENTS.md
     add 10a9b4bb94 fix: update Apache Superset website footer copyright year 
(#37435)
     add 73d4332b51 feat(database): SIP-195 Add MongoDB database engine support 
(#37368)
     add 7fc9974a7c fix(deps): remove encodable dependency and pin query-string 
to fix Dependabot CI failures (#37450)
     add 56ad429200 chore(deps): update @luma.gl/shadertools requirement from 
~9.2.2 to ~9.2.6 in /superset-frontend/plugins/legacy-preset-chart-deckgl 
(#37237)
     add bd419d19af chore(deps): update core-js requirement from ^3.38.1 to 
^3.48.0 in /superset-frontend/packages/superset-ui-core (#37319)
     add cc2babdce2 chore: fix spacing in AGENTS.md

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   (98e54f0724)
            \
             N -- N -- N   refs/heads/showtime-master (cc2babdce2)

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:
 docs/i18n/en/docusaurus-theme-classic/footer.json  |   2 +-
 docs/static/img/databases/mongodb.png              | Bin 0 -> 22190 bytes
 superset-frontend/package-lock.json                | 349 +++------------------
 superset-frontend/package.json                     |   1 +
 .../packages/superset-ui-core/package.json         |   2 +-
 .../packages/superset-ui-demo/package.json         |   1 -
 .../legacy-preset-chart-deckgl/package.json        |   2 +-
 .../plugins/plugin-chart-echarts/package.json      |   1 +
 .../plugins/plugin-chart-word-cloud/package.json   |   3 +-
 .../src/chart/WordCloud.tsx                        | 201 ++++++++----
 .../src/configureEncodable.ts                      |  83 -----
 .../plugins/plugin-chart-word-cloud/src/index.ts   |   1 -
 .../plugin-chart-word-cloud/src/plugin/index.ts    |   3 -
 .../db_engine_specs/{dynamodb.py => mongodb.py}    |  77 +++--
 tests/unit_tests/db_engine_specs/test_mongodb.py   | 125 ++++++++
 15 files changed, 360 insertions(+), 491 deletions(-)
 create mode 100644 docs/static/img/databases/mongodb.png
 delete mode 100644 
superset-frontend/plugins/plugin-chart-word-cloud/src/configureEncodable.ts
 copy superset/db_engine_specs/{dynamodb.py => mongodb.py} (52%)
 create mode 100644 tests/unit_tests/db_engine_specs/test_mongodb.py

Reply via email to