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

rusackas pushed a change to branch fix/docs-antd-v6-deprecated-apis
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 9ab8bf32096 fix(docs): reduce excessive spacing between hero 
screenshot and Overview
    omit e72442378d7 fix(docs): migrate deprecated antd v6 APIs to items prop 
pattern
     add f6f9e083acd fix(docs): replace identicon logos and deduplicate README 
database wall (#37500)
     add bb5be6cf54a fix(matrixify): Rename Tag from 'Matrixify' to 
'Matrixified' (#37402)
     add 06e4f4ff4c9 fix(dashboard): catch DatasourceNotFound in get_datasets 
to prevent 404 (#37503)
     add 042229bf80a fix(docs): add consistent dev-mode logging for Matomo page 
views (#37526)
     add b3526fc4caa docs(community): redesign community page with card grid 
layout (#37536)
     add ef9858384d5 fix(docs): migrate deprecated antd v6 APIs to items prop 
pattern
     add f461abf1e3c fix(docs): reduce excessive spacing between hero 
screenshot and Overview

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   (9ab8bf32096)
            \
             N -- N -- N   refs/heads/fix/docs-antd-v6-deprecated-apis 
(f461abf1e3c)

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:
 .rat-excludes                                      |  16 +--
 README.md                                          | 126 ++++++++++-----------
 docs/scripts/generate-database-docs.mjs            | 101 +++++++++++++++--
 docs/src/data/databases.json                       |   6 +-
 docs/src/theme/Root.js                             |  11 +-
 .../static/img/community/bluesky-symbol.svg        | Bin 1033 -> 1487 bytes
 .../static/img/community/globe-symbol.svg          | Bin 1033 -> 1157 bytes
 .../static/img/community/linkedin-symbol.svg       | Bin 1250 -> 1347 bytes
 .../static/img/community/x-symbol.svg              | Bin 1033 -> 1068 bytes
 docs/static/img/databases/cratedb.png              | Bin 1534 -> 0 bytes
 docs/static/img/databases/cratedb.svg              | Bin 0 -> 3000 bytes
 docs/static/img/databases/risingwave.png           | Bin 1548 -> 0 bytes
 docs/static/img/databases/risingwave.svg           | Bin 0 -> 14392 bytes
 .../src/components/assets/images/loading.svg       | Bin 1652 -> 2444 bytes
 .../ExploreChartHeader/ExploreChartHeader.test.tsx |   4 +-
 .../components/ExploreChartHeader/index.jsx        |   2 +-
 .../src/pages/ChartList/ChartList.test.tsx         |   4 +-
 superset-frontend/src/pages/ChartList/index.tsx    |   2 +-
 superset/connectors/sqla/models.py                 |   9 +-
 superset/db_engine_specs/crate.py                  |   2 +-
 superset/db_engine_specs/risingwave.py             |   2 +-
 tests/unit_tests/connectors/sqla/models_test.py    |  40 +++++++
 22 files changed, 223 insertions(+), 102 deletions(-)
 copy superset-frontend/src/assets/images/icons/checkbox_half.svg => 
docs/static/img/community/bluesky-symbol.svg (53%)
 copy superset-frontend/src/assets/images/icons/checkbox_half.svg => 
docs/static/img/community/globe-symbol.svg (69%)
 copy superset-frontend/src/assets/images/icons/checkbox_off.svg => 
docs/static/img/community/linkedin-symbol.svg (59%)
 copy superset-frontend/src/assets/images/icons/checkbox_half.svg => 
docs/static/img/community/x-symbol.svg (74%)
 delete mode 100644 docs/static/img/databases/cratedb.png
 create mode 100644 docs/static/img/databases/cratedb.svg
 delete mode 100644 docs/static/img/databases/risingwave.png
 create mode 100644 docs/static/img/databases/risingwave.svg

Reply via email to