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

rusackas pushed a change to branch bifurcating_user_admin_docs
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 4f624c79a6 fix(docs): add trailing slash to /user-docs/databases 
redirect target
 discard 7d5579a56e fix: pre-commit eslint-docs sed strips docs/ from 
developer_docs path
 discard 06b1b3d57c docs: fix default imports to named imports in component docs
 discard edfd01a999 docs: add ASF license header to admin_docs/index.md
 discard 4659dc8828 docs: fix broken links, missing sidebar entries, and 
restore lost content
 discard 03116f1dfc docs: rename /docs to /user-docs for consistency
 discard 45d853bf5d docs: bifurcate documentation into user, admin, and 
developer sections
 discard 62e91ab6d2 docs: fix internal links and add user-facing SQL templating 
guide
 discard 762e9d6f05 docs: add missing URL redirects for docs restructuring
     add 35c135852e feat(extensions): add mandatory publisher field to 
extension metadata (#38200)
     add 0d66accc37 chore(build): prevent opening Dependabot PRs for `@rjsf/*` 
deps due to React 18 constraint (#37976)
     add 97b8585fe5 chore(deps-dev): bump typescript-eslint from 8.56.0 to 
8.56.1 in /docs (#38209)
     add aa475734ef chore(deps-dev): bump eslint from 9.39.2 to 10.0.2 in 
/superset-websocket (#38204)
     add bd5bf62930 docs: add missing URL redirects for docs restructuring
     add a10d71a192 docs: fix internal links and add user-facing SQL templating 
guide
     add 0fb7fc2721 docs: bifurcate documentation into user, admin, and 
developer sections
     add 8c28c6b474 docs: rename /docs to /user-docs for consistency
     add 8ddb06bb2f docs: fix broken links, missing sidebar entries, and 
restore lost content
     add 770a23242c docs: add ASF license header to admin_docs/index.md
     add ff9acbf617 docs: fix default imports to named imports in component docs
     add d449393df8 fix: pre-commit eslint-docs sed strips docs/ from 
developer_docs path
     add d2740d226c fix(docs): add trailing slash to /user-docs/databases 
redirect target

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   (4f624c79a6)
            \
             N -- N -- N   refs/heads/bifurcating_user_admin_docs (d2740d226c)

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:
 .github/dependabot.yml                             |   1 +
 docs/developer_docs/extensions/quick-start.md      |  73 +-
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     | 132 +---
 .../src/superset_core/extensions}/constants.py     |  27 +-
 .../src/superset_core/extensions/types.py          |  26 +-
 .../src/superset_extensions_cli/cli.py             | 197 +++--
 .../templates/extension.json.j2                    |   8 +-
 .../templates/frontend/package.json.j2             |   2 +-
 .../templates/frontend/webpack.config.js.j2        |   2 +-
 .../src/superset_extensions_cli/types.py           |  25 +-
 .../src/superset_extensions_cli/utils.py           | 226 ++++--
 superset-extensions-cli/tests/conftest.py          |  39 +-
 superset-extensions-cli/tests/test_cli_build.py    |  85 ++-
 superset-extensions-cli/tests/test_cli_bundle.py   |  19 +-
 superset-extensions-cli/tests/test_cli_dev.py      |  29 +-
 superset-extensions-cli/tests/test_cli_init.py     | 158 ++--
 .../tests/test_name_transformations.py             | 834 ++++++++++++---------
 superset-extensions-cli/tests/test_templates.py    | 138 ++--
 superset-websocket/package-lock.json               | 573 +++++++-------
 superset-websocket/package.json                    |   2 +-
 superset/extensions/api.py                         |  35 +-
 superset/extensions/utils.py                       |  11 +-
 tests/unit_tests/extensions/test_types.py          | 108 ++-
 24 files changed, 1524 insertions(+), 1228 deletions(-)
 copy {superset/mcp_service/dashboard => 
superset-core/src/superset_core/extensions}/constants.py (53%)

Reply via email to