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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/npm-11.8.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 539b8a816d chore(deps-dev): bump npm from 11.5.2 to 11.8.0 in 
/superset-frontend
     add fadab21493 fix(api): nan is not properly handled for athena 
connections (#37071)
     add 9fabd7f997 docs: show Developer Portal in global navigation (#37313)
     add b630830841 fix(sqllab): add colorEditorSelection token for visible 
text selection (#36932)
     add 87bbd54d0a feat(examples): Transpile virtual dataset SQL on import 
(#37311)
     add 3ca8c998ab docs(INTHEWILD): add club 25 de agosto (#37110)
     add 760227d630 fix(theme): migrate APP_NAME to brandAppName theme token 
with backward compatibility (#37370)
     add b7a5b24a54 feat(docs): add auto-generated troubleshooting section to 
database pages (#37345)
     add c6821cac6f chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in 
/superset-websocket (#37325)
     add b1ad54220b fix: add sans-serif font fallback to fontFamily (Fixes 
#37096) (#37172)
     add 04c5517206 fix(dataset-editor): add missing Data type label in 
calculated columns tab (#37165)
     add 54919c942a fix(time-range-modal): time range modal for out of scope 
filter is not displayed correctly (#36996)
     add f2b54e882d fix: variable shadowing in test_connection command (#37397)
     add 5e3acc2041 chore(deps): bump actions/upload-artifact from 4 to 6 
(#37320)
     add 01a9541a0e chore(deps): bump dawidd6/action-download-artifact from 6 
to 12 (#37324)
     add 8e0c584a92 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 in 
/superset-frontend (#37339)
     add 5f67fa45ce chore(deps): bump jquery from 3.7.1 to 4.0.0 in 
/superset-frontend (#37342)
     add b81543c18c chore(deps): bump lodash from 4.17.21 to 4.17.23 in 
/superset-frontend/cypress-base (#37349)
     add f6d7eb664f chore(deps-dev): bump npm from 11.5.2 to 11.8.0 in 
/superset-frontend

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   (539b8a816d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/npm-11.8.0 (f6d7eb664f)

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/workflows/superset-docs-deploy.yml         |   4 +-
 .github/workflows/superset-docs-verify.yml         |   2 +-
 .../workflows/superset-python-integrationtest.yml  |   2 +-
 RESOURCES/INTHEWILD.yaml                           |  22 +-
 UPDATING.md                                        |  24 +-
 docs/docusaurus.config.ts                          |   2 +-
 docs/scripts/extract_custom_errors.py              | 296 +++++++
 docs/scripts/generate-database-docs.mjs            |  76 ++
 docs/src/components/databases/DatabaseIndex.tsx    |  16 +-
 docs/src/components/databases/DatabasePage.tsx     | 130 +++
 docs/src/components/databases/types.ts             |  12 +
 docs/src/data/databases.json                       | 953 ++++++++++++++++++++-
 docs/static/img/logos/club25deagosto.svg           | Bin 0 -> 15461 bytes
 docs/versions-config.json                          |   2 +-
 superset-frontend/cypress-base/package-lock.json   |  12 +-
 superset-frontend/package-lock.json                |  18 +-
 superset-frontend/package.json                     |   4 +-
 .../packages/superset-core/src/ui/theme/types.ts   |   8 +
 .../src/components/AsyncAceEditor/index.tsx        |   3 +-
 .../packages/superset-ui-demo/package.json         |   2 +-
 .../DatasourceEditor/DatasourceEditor.jsx          |   1 +
 .../tests/DatasourceEditor.test.tsx                |  21 +
 .../FilterControls/FilterControls.test.tsx         | 233 ++++-
 .../FilterBar/FilterControls/FilterControls.tsx    |  19 +-
 .../src/dashboard/containers/DashboardPage.tsx     |  19 +-
 .../components/ExploreViewContainer/index.jsx      |  19 +-
 .../tests/DateFilterLabel.test.tsx                 |  43 +
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/commands/dashboard/export_example.py      |   4 +
 superset/commands/database/test_connection.py      |  18 +-
 superset/commands/importers/v1/examples.py         |  58 ++
 superset/config.py                                 |  11 +-
 superset/dataframe.py                              |   7 +-
 superset/datasets/schemas.py                       |   2 +
 superset/sql/parse.py                              |  21 +-
 superset/templates/superset/spa.html               |   2 +
 superset/views/base.py                             |  40 +-
 .../commands/importers/v1/examples_test.py         | 244 ++++++
 tests/unit_tests/dataframe_test.py                 | 196 ++++-
 tests/unit_tests/sql/transpile_to_dialect_test.py  |  51 ++
 tests/unit_tests/views/test_base_theme_helpers.py  | 302 +++++++
 42 files changed, 2812 insertions(+), 103 deletions(-)
 create mode 100644 docs/scripts/extract_custom_errors.py
 create mode 100644 docs/static/img/logos/club25deagosto.svg
 create mode 100644 tests/unit_tests/commands/importers/v1/examples_test.py

Reply via email to