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

rusackas pushed a change to branch feat/docs-component-index-and-build-perf
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 706b23c13e8 fix(docs): disable all Docusaurus Faster features on CI
 discard 11fa9bb2ebb fix(docs): disable Rspack on all CI environments, not just 
Netlify
 discard 9fe749140f4 fix(docs): exclude shims from TypeScript compilation
 discard 8a8fe0a71b8 fix(docs): use brace-aware parser for type extraction in 
generator
 discard 30af782a549 feat(docs): add filterable UI Components table and improve 
build performance
     add 00c62cf8203 chore(deps-dev): bump yeoman-test from 11.2.0 to 11.3.1 in 
/superset-frontend (#38326)
     add d738431e73e chore(deps): bump swagger-ui-react from 5.31.2 to 5.32.0 
in /docs (#38324)
     add 23200e8ce97 chore(deps): bump caniuse-lite from 1.0.30001774 to 
1.0.30001775 in /docs (#38322)
     add adc5a2cbdb6 chore(deps-dev): bump globals from 17.3.0 to 17.4.0 in 
/superset-websocket (#38321)
     add 00a14877059 chore(deps): bump hot-shots from 14.0.0 to 14.1.1 in 
/superset-websocket (#38320)
     add 01d5245cd2d fix: silence deprecation warnings causing noisy production 
logs (#38128)
     add 125dfa4c44b feat(docs): add filterable UI Components table and improve 
build performance
     add 4f3d5bcfac2 fix(docs): use brace-aware parser for type extraction in 
generator
     add 0db74c2782b fix(docs): exclude shims from TypeScript compilation
     add 9065ea99e24 fix(docs): disable Rspack on all CI environments, not just 
Netlify
     add 6dc2e67c64b fix(docs): disable all Docusaurus Faster features on CI

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   (706b23c13e8)
            \
             N -- N -- N   refs/heads/feat/docs-component-index-and-build-perf 
(6dc2e67c64b)

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/package.json                                  |   4 +-
 docs/yarn.lock                                     | 563 +++++++++++----------
 superset-frontend/package-lock.json                | 307 ++++++++---
 .../packages/generator-superset/package.json       |   2 +-
 superset-websocket/package-lock.json               |  28 +-
 superset-websocket/package.json                    |   4 +-
 superset/charts/schemas.py                         |  12 +-
 superset/db_engine_specs/databend.py               |  21 +-
 superset/models/core.py                            |   5 +-
 superset/models/helpers.py                         |   2 +-
 superset/utils/logging_configurator.py             |   7 +
 superset/utils/pandas_postprocessing/resample.py   |   2 +-
 superset/viz.py                                    |  12 +-
 13 files changed, 605 insertions(+), 364 deletions(-)

Reply via email to