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

jli pushed a change to branch showtime-master
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard d17bc5986e chore: fix spacing in AGENTS.md
     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 e1ce553b2b chore(deps-dev): bump @types/node from 25.0.9 to 25.0.10 in 
/superset-websocket (#37351)
     add ef395662aa chore(deps-dev): bump @babel/runtime-corejs3 from 7.28.4 to 
7.28.6 in /superset-frontend (#37353)
     add 7c69ec7f24 chore(deps): bump markdown-to-jsx from 7.7.4 to 9.6.0 in 
/superset-frontend (#37354)
     add 790b79541b chore(deps-dev): bump globals from 17.0.0 to 17.1.0 in 
/superset-websocket (#37380)
     add 6a46700721 chore(deps): bump caniuse-lite from 1.0.30001765 to 
1.0.30001766 in /docs (#37381)
     add eeb4065d7d chore(deps): bump unist-util-visit from 5.0.0 to 5.1.0 in 
/docs (#37383)
     add 8951362852 chore(deps-dev): bump globals from 17.0.0 to 17.1.0 in 
/docs (#37385)
     add e14931c368 chore(deps-dev): bump swc-loader from 0.2.6 to 0.2.7 in 
/superset-frontend (#37387)
     add f83f952221 chore(deps-dev): bump webpack-bundle-analyzer from 5.1.1 to 
5.2.0 in /superset-frontend (#37388)
     add bbab86a0b1 chore(deps-dev): bump @applitools/eyes-storybook from 
3.63.8 to 3.63.9 in /superset-frontend (#37390)
     add 56cf7a810b chore(deps-dev): bump html-webpack-plugin from 5.6.5 to 
5.6.6 in /superset-frontend (#37392)
     add 429d9b27f6 chore: Update outdated GitHub Actions version (#37305)
     add baaa8c5f54 feat(deckgl): add auto zoom option in deck gl multi layer 
(#37221)
     add d823dfd2b9 feat: add interactive column sorting to pivot table (#36050)
     add 5747fb1e85 feat(ListView): add pagination to card view and center row 
count display (#36288)
     add e8363cf606 fix(redshift): normalize table names to lowercase for CSV 
uploads (#37019)
     add d6328fcb42 chore(deps): bump mapbox-gl from 3.18.0 to 3.18.1 in 
/superset-frontend (#37382)
     add 34418d7e0b fix(datasets): respect application root in database 
management link (#36986)
     add 39ebf7a7ad chore(websocket): sync Node version to LTS v22 (#37102)
     add aa0eda5fe4 chore: fix spacing in AGENTS.md

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   (d17bc5986e)
            \
             N -- N -- N   refs/heads/showtime-master (aa0eda5fe4)

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/actions/change-detector/label-draft-pr.yml |   2 +-
 .github/workflows/superset-docs-deploy.yml         |   4 +-
 .github/workflows/superset-docs-verify.yml         |   2 +-
 .../workflows/superset-python-integrationtest.yml  |   2 +-
 docs/package.json                                  |   6 +-
 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/yarn.lock                                     |  24 +-
 superset-frontend/cypress-base/package-lock.json   |  12 +-
 superset-frontend/package-lock.json                | 185 ++--
 superset-frontend/package.json                     |  18 +-
 .../{AntdThemeProvider => Pagination}/index.tsx    |  11 +-
 .../superset-ui-core/src/components/index.ts       |   2 +
 .../packages/superset-ui-demo/package.json         |   2 +-
 .../src/Multi/Multi.test.tsx                       | 524 +++++++++++
 .../legacy-preset-chart-deckgl/src/Multi/Multi.tsx |  45 +-
 .../src/Multi/controlPanel.test.ts                 | 351 ++++++++
 .../src/Multi/controlPanel.ts                      |   3 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   1 +
 .../src/react-pivottable/TableRenderers.jsx        | 238 ++++-
 .../test/react-pivottable/tableRenders.test.tsx    | 591 +++++++++++++
 .../DatasourceEditor/DatasourceEditor.jsx          |   1 +
 .../tests/DatasourceEditor.test.tsx                |  21 +
 .../src/components/ListView/ListView.tsx           |  43 +-
 .../FilterControls/FilterControls.test.tsx         | 233 ++++-
 .../FilterBar/FilterControls/FilterControls.tsx    |  19 +-
 .../tests/DateFilterLabel.test.tsx                 |  43 +
 .../datasets/AddDataset/LeftPanel/index.tsx        |   3 +-
 superset-websocket/.nvmrc                          |   2 +-
 superset-websocket/Dockerfile                      |   4 +-
 superset-websocket/package-lock.json               |  44 +-
 superset-websocket/package.json                    |   8 +-
 superset/commands/database/test_connection.py      |  18 +-
 superset/commands/database/uploaders/base.py       |   6 +
 superset/config.py                                 |   2 +-
 superset/db_engine_specs/base.py                   |  20 +
 superset/db_engine_specs/redshift.py               |  18 +
 tests/unit_tests/db_engine_specs/test_redshift.py  |  30 +
 42 files changed, 3813 insertions(+), 208 deletions(-)
 create mode 100644 docs/scripts/extract_custom_errors.py
 copy 
superset-frontend/packages/superset-ui-core/src/components/{AntdThemeProvider 
=> Pagination}/index.tsx (79%)
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/Multi.test.tsx
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/Multi/controlPanel.test.ts
 create mode 100644 
superset-frontend/plugins/plugin-chart-pivot-table/test/react-pivottable/tableRenders.test.tsx

Reply via email to