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

rusackas pushed a change to branch chore/docs-cut-6.1.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit cbcfd9599fc docs: cut 6.1.0 versions for docs, admin_docs, 
developer_docs, components
    omit 8386c3a0421 chore(docs): don't auto-bump lastVersion when cutting a 
new version
    omit b4a04397562 chore(docs): refresh auto-gen before cut, delete empty 
versions.json on remove
    omit a7b05523b08 chore(docs): freeze @site/-aliased data imports at version 
cut too
    omit 4081d85de0e chore(docs): freeze data imports when cutting a docs 
version
    omit 152370b52bb chore(docs): clean up version-cutting tooling and finish 
developer_portal rename
     add 48530cb8884 chore(deps-dev): bump @babel/register from 7.28.6 to 
7.29.3 in /superset-frontend (#39818)
     add d1e9a5df06c chore(docs): clean up version-cutting tooling and finish 
developer_portal rename (#39837)
     add 01224007daf fix(mixed-timeseries): preserve all-NaN metric columns 
after pivot when Jinja evaluates to NULL (#40005)
     add a62bf2b0bb7 fix: chart rendering race condition and homepage 
connection reset (#40065)
     add e56883baef6 fix(ci): handle schedule event in change_detector and 
actually trigger all-changed (#40105)
     add 64dae07675e chore(deps): bump markdown-to-jsx from 9.7.16 to 9.8.0 in 
/superset-frontend (#40111)
     add 8b0e63b58c5 fix(rls): prevent double-apply when converting physical 
dataset to virtual (#39725)
     add 966e97989bb chore(mcp): Standardize error response shapes across chart 
tools (#39905)
     add 823eb905d3f fix(mcp): JSON-serialize order_by_cols and support sort 
direction (#39952)
     add 62dc2370141 chore(ci): add explicit permissions to additional 
workflows (#40067)
     add 144dae7c43a fix(dashboard): use datasetUuid instead of datasetId in 
display controls export/import (SC-104655) (#40008)
     add 8fa5a75c704 fix(mcp): apply cached adhoc filters to chart retrieval 
(#40099)
     add 672e9a14771 fix(docs): tighten onBrokenLinks to throw and fix surfaced 
broken links (#40102)
     add 4e09889607f test(datasets): regression coverage for #16141 (export 
with same table name, different schemas) (#40123)
     new 4266d36cf4f docs: cut 6.1.0 versions for docs, admin_docs, 
developer_docs, components

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   (cbcfd9599fc)
            \
             N -- N -- N   refs/heads/chore/docs-cut-6.1.0 (4266d36cf4f)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/check-python-deps.yml            |   4 +
 .github/workflows/docker.yml                       |   4 +
 .github/workflows/embedded-sdk-release.yml         |   3 +
 .github/workflows/embedded-sdk-test.yml            |   3 +
 .github/workflows/generate-FOSSA-report.yml        |   3 +
 .github/workflows/github-action-validator.yml      |   3 +
 .github/workflows/license-check.yml                |   3 +
 .github/workflows/superset-app-cli.yml             |   4 +
 .github/workflows/superset-docs-verify.yml         |   7 +
 .github/workflows/superset-extensions-cli.yml      |   4 +
 .github/workflows/superset-helm-lint.yml           |   3 +
 .github/workflows/superset-translations.yml        |   4 +
 .github/workflows/superset-websocket.yml           |   3 +
 .../_versioned_data/static/feature-flags.json      |   2 +-
 .../components/design-system/index.mdx             |  14 +-
 docs/developer_docs/components/index.mdx           |   2 +-
 docs/developer_docs/components/ui/index.mdx        |  92 ++---
 docs/developer_docs/contributing/code-review.md    |   8 +-
 .../contributing/development-setup.md              |   2 +-
 docs/developer_docs/contributing/guidelines.md     |   2 +-
 docs/developer_docs/contributing/howtos.md         |   2 +-
 .../developer_docs/contributing/issue-reporting.md |   4 +-
 docs/developer_docs/contributing/overview.md       |  10 +-
 .../developer_docs/contributing/release-process.md |   2 +-
 docs/developer_docs/contributing/submitting-pr.md  |   6 +-
 docs/developer_docs/extensions/architecture.md     |   8 +-
 .../developer_docs/extensions/components/index.mdx |   4 +-
 .../extensions/contribution-types.md               |   8 +-
 docs/developer_docs/extensions/dependencies.md     |   6 +-
 docs/developer_docs/extensions/development.md      |   2 +-
 .../extensions/extension-points/editors.md         |   6 +-
 .../extensions/extension-points/sqllab.md          |  10 +-
 docs/developer_docs/extensions/mcp.md              |   4 +-
 docs/developer_docs/extensions/overview.md         |  20 +-
 docs/developer_docs/extensions/quick-start.md      |  16 +-
 docs/developer_docs/extensions/security.md         |   2 +-
 .../guidelines/backend-style-guidelines.md         |   2 +-
 .../guidelines/frontend-style-guidelines.md        |   8 +-
 .../frontend/component-style-guidelines.md         |   4 +-
 docs/developer_docs/testing/overview.md            |   8 +-
 .../_versioned_data/static/data/components.json    |   2 +-
 .../components/design-system/index.mdx             |  14 +-
 .../version-6.1.0/components/extension/index.mdx   |   2 +-
 .../version-6.1.0/components/index.mdx             |   2 +-
 .../version-6.1.0/components/ui/index.mdx          |  92 ++---
 .../version-6.1.0/contributing/code-review.md      |   8 +-
 .../contributing/development-setup.md              |   2 +-
 .../version-6.1.0/contributing/guidelines.md       |   2 +-
 .../version-6.1.0/contributing/howtos.md           |   2 +-
 .../version-6.1.0/contributing/issue-reporting.md  |   4 +-
 .../version-6.1.0/contributing/overview.md         |  10 +-
 .../version-6.1.0/contributing/release-process.md  |   2 +-
 .../version-6.1.0/contributing/submitting-pr.md    |   6 +-
 .../version-6.1.0/extensions/architecture.md       |   8 +-
 .../version-6.1.0/extensions/components/index.mdx  |   4 +-
 .../version-6.1.0/extensions/contribution-types.md |   8 +-
 .../version-6.1.0/extensions/dependencies.md       |   6 +-
 .../version-6.1.0/extensions/development.md        |   2 +-
 .../extensions/extension-points/editors.md         |   6 +-
 .../extensions/extension-points/sqllab.md          |  10 +-
 .../version-6.1.0/extensions/mcp.md                |   4 +-
 .../version-6.1.0/extensions/overview.md           |  20 +-
 .../version-6.1.0/extensions/quick-start.md        |  16 +-
 .../version-6.1.0/extensions/security.md           |   2 +-
 .../guidelines/backend-style-guidelines.md         |   2 +-
 .../guidelines/frontend-style-guidelines.md        |   8 +-
 .../frontend/component-style-guidelines.md         |   4 +-
 .../version-6.1.0/testing/overview.md              |   8 +-
 docs/docusaurus.config.ts                          |   2 +-
 docs/package.json                                  |   1 +
 docs/scripts/generate-superset-components.mjs      |  12 +-
 docs/scripts/lint-docs-links.mjs                   | 230 +++++++++++
 docs/scripts/manage-versions.mjs                   |  25 +-
 docs/src/theme/DocVersionBadge/index.js            |  28 +-
 docs/src/theme/DocVersionBanner/index.js           | 120 ------
 docs/src/theme/DocVersionBanner/styles.module.css  |  49 ---
 .../version-6.0.0/configuration/alerts-reports.mdx |   8 +-
 .../version-6.0.0/configuration/cache.mdx          |   4 +-
 .../configuration/configuring-superset.mdx         |   6 +-
 .../version-6.0.0/configuration/databases.mdx      | 108 ++---
 .../configuration/networking-settings.mdx          |   2 +-
 .../version-6.0.0/configuration/sql-templating.mdx |   2 +-
 .../version-6.0.0/configuration/timezones.mdx      |   2 +-
 .../version-6.0.0/contributing/contributing.mdx    |   2 +-
 .../version-6.0.0/contributing/development.mdx     |   4 +-
 .../version-6.0.0/contributing/guidelines.mdx      |   2 +-
 docs/versioned_docs/version-6.0.0/faq.mdx          |  14 +-
 .../version-6.0.0/installation/architecture.mdx    |  12 +-
 .../version-6.0.0/installation/docker-compose.mdx  |   2 +-
 .../installation/installation-methods.mdx          |  10 +-
 .../version-6.0.0/installation/kubernetes.mdx      |   4 +-
 docs/versioned_docs/version-6.0.0/intro.md         |   2 +-
 docs/versioned_docs/version-6.0.0/quickstart.mdx   |  12 +-
 .../creating-your-first-dashboard.mdx              |   4 +-
 .../databases/supported/apache-spark-sql.mdx       |   2 +-
 .../versioned_docs/version-6.1.0/intro.md          |   4 +
 scripts/change_detector.py                         |  16 +-
 superset-frontend/package-lock.json                |  18 +-
 superset-frontend/package.json                     |   4 +-
 .../src/chart/components/createLoadableRenderer.ts | 130 ++++--
 .../src/components/Chart/chartAction.ts            |  18 +
 .../src/components/Chart/chartActions.test.ts      |  72 ++++
 superset-frontend/src/embedded/index.tsx           |   8 +-
 superset-frontend/src/views/index.tsx              |   7 +-
 superset-frontend/src/views/menu.tsx               |  39 +-
 superset/commands/dashboard/export.py              |  32 ++
 superset/commands/dashboard/importers/v1/utils.py  |  27 ++
 superset/connectors/sqla/models.py                 |   1 +
 superset/mcp_service/chart/chart_helpers.py        | 451 ++++++++++++++++++++-
 superset/mcp_service/chart/chart_utils.py          |  10 +-
 superset/mcp_service/chart/schemas.py              |  46 ++-
 superset/mcp_service/chart/tool/get_chart_data.py  | 236 ++---------
 .../mcp_service/chart/tool/get_chart_preview.py    | 105 +----
 superset/mcp_service/chart/tool/get_chart_sql.py   | 241 +----------
 superset/mcp_service/common/error_schemas.py       |  58 ++-
 superset/models/helpers.py                         |   5 +
 superset/utils/pandas_postprocessing/pivot.py      |  78 +++-
 superset/utils/rls.py                              |  40 +-
 tests/unit_tests/commands/dashboard/export_test.py | 226 +++++++++++
 .../dashboards/commands/importers/v1/utils_test.py | 137 +++++++
 tests/unit_tests/datasets/commands/export_test.py  |  52 +++
 .../mcp_service/chart/test_chart_helpers.py        | 179 ++++++++
 .../mcp_service/chart/test_chart_utils.py          |  24 +-
 .../mcp_service/chart/tool/test_get_chart_data.py  | 179 ++++++++
 .../chart/tool/test_get_chart_preview.py           | 386 ++++++++++++++++++
 .../mcp_service/chart/tool/test_get_chart_sql.py   |  55 +++
 .../unit_tests/pandas_postprocessing/test_pivot.py | 243 +++++++++++
 tests/unit_tests/sql_lab_test.py                   |  38 +-
 128 files changed, 3197 insertions(+), 1195 deletions(-)
 create mode 100644 docs/scripts/lint-docs-links.mjs
 delete mode 100644 docs/src/theme/DocVersionBanner/index.js
 delete mode 100644 docs/src/theme/DocVersionBanner/styles.module.css
 copy README.md => docs/versioned_docs/version-6.1.0/intro.md (99%)
 create mode 100644 tests/unit_tests/commands/dashboard/export_test.py

Reply via email to