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

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


 discard 0b42ca188f Update superset-docs-verify.yml
     add 4511e1c28d docs: add Sarathi to users list (#30753)
     add dc9dd5fabf docs: Update INTHEWILD.md (#30747)
     add 9bb69ab311 docs: Adding link to StarRocks official docs (#30757)
     add bc5da631c8 refactor(Switch): Upgrade Switch to Ant Design 5 (#30731)
     add 849d426e06 feat(oauth): adding necessary changes to support bigquery 
oauth (#30674)
     add a729f04695 fix(chart): apply number format in Box Plot tooltip only 
where necessary (#27142)
     add 58edc79820 fix(mssql db_engine_spec): adds uniqueidentifier to 
column_type_mappings (#30618)
     add 31aad28a31 refactor: Migrate SliceAdder to typescript (#30697)
     add 2518190b2d style(databases-upload-form): update Upload Form cosmetics  
 (#30758)
     add 3e29777526 fix(Dashboard): Sync/Async Dashboard Screenshot Generation 
and Default Cache (#30755)
     add 402c29c2bc fix: catalog migration w/o connection (#30773)
     add f19c4280c0 chore: bump werkzeug to address vulnerability (#30729)
     add fa9d2cefcc build(deps): bump JustinBeckwith/linkinator-action from 
1.10.4 to 1.11.0 (#30802)
     add 5d42dfb1e6 build(deps-dev): bump eslint-import-resolver-typescript 
from 3.6.1 to 3.6.3 in /superset-frontend (#30805)
     add ccc2f66e92 build(deps-dev): bump eslint-plugin-testing-library from 
6.2.2 to 6.4.0 in /superset-frontend (#30810)
     add b3edbe45cf build(deps): bump ace-builds from 1.35.4 to 1.36.3 in 
/superset-frontend (#30804)
     add ab95bff7b6 build(deps): bump @rjsf/validator-ajv8 from 5.19.4 to 
5.22.3 in /superset-frontend (#30811)
     add 3ec3f0a610 fix(explore): Update tooltip copy for rendering html in 
tables and pivot tables  (#30682)
     add d466383df2 fix: warning emits an error (#28524)
     add b02d18a39e fix(plugin-chart-echarts): sort tooltip correctly (#30819)
     add 29e3f4bcc4 feat: allow exporting all tabs to a single PDF in report 
(#30694)
     add 5820d31b5c fix(TimezoneSelector): Failing unit tests due to timezone 
change (#30828)
     add 64f8140731 build(deps): bump antd from 5.20.5 to 5.21.6 in /docs 
(#30794)
     add 305b6df6e3 feat(oauth2): add support for trino (#30081)
     add f85175e16d build(deps): bump webpack from 5.80.0 to 5.96.1 in 
/superset-frontend/cypress-base (#30817)
     add b73ee7f2e0 build(deps-dev): bump prettier-plugin-packagejson from 
2.5.2 to 2.5.3 in /superset-frontend (#30809)
     add 2a96a9c734 build(deps-dev): bump typescript-eslint from 8.8.0 to 
8.12.2 in /superset-websocket (#30781)
     add 8b815a3aac build(deps-dev): bump eslint-plugin-react from 7.33.2 to 
7.37.2 in /superset-frontend (#30803)
     add 4b33353165 build(deps): bump deck.gl from 9.0.28 to 9.0.34 in 
/superset-frontend/plugins/legacy-preset-chart-deckgl (#30786)
     add e01c8792ec build(deps): bump winston from 3.13.0 to 3.15.0 in 
/superset-websocket (#30784)
     add 41464931a4 build(deps): bump uuid from 10.0.0 to 11.0.2 in 
/superset-websocket (#30782)
     add 54cc69a382 build(deps-dev): bump eslint from 9.11.0 to 9.14.0 in 
/superset-websocket (#30835)
     add a91daab1f7 docs: Update INTHEWILD.md (#30822)
     add f0b86f877f build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in 
/docs (#30832)
     add 0b263697ca chore: Revert "build(deps): bump 
JustinBeckwith/linkinator-action from 1.10.4 to 1.11.0" (#30838)
     add d1bc986d93 docs: Update INTHEWILD.md with 2070Health Org (#30824)
     add 2eadc1f086 build(deps): bump @saucelabs/theme-github-codeblock from 
0.2.3 to 0.3.0 in /docs (#30799)
     add fb6ad3240f build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in 
/docs (#30795)

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   (0b42ca188f)
            \
             N -- N -- N   refs/heads/bump-linkinator (fb6ad3240f)

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/dependency-review.yml            |    2 +-
 .github/workflows/superset-docs-verify.yml         |    5 +-
 RESOURCES/INTHEWILD.md                             |    6 +-
 docs/docs/configuration/databases.mdx              |    4 +
 docs/package.json                                  |    8 +-
 docs/yarn.lock                                     |  392 ++---
 requirements/base.txt                              |    2 +-
 superset-frontend/cypress-base/package-lock.json   |  738 +++++----
 superset-frontend/package-lock.json                | 1595 ++++++++++++++------
 superset-frontend/package.json                     |   13 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |    2 +
 .../legacy-preset-chart-deckgl/package.json        |    2 +-
 .../src/BoxPlot/transformProps.ts                  |    4 +-
 .../src/MixedTimeseries/transformProps.ts          |   87 +-
 .../src/Timeseries/transformProps.ts               |   52 +-
 .../plugin-chart-echarts/src/utils/series.ts       |   19 +
 .../plugin-chart-echarts/test/utils/series.test.ts |   27 +
 .../src/plugin/controlPanel.tsx                    |   18 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   34 +-
 .../spec/fixtures/mockSliceEntities.js             |  133 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |    7 +-
 .../src/components/Switch/Switch.stories.tsx       |    5 +-
 .../Badge.test.tsx => Switch/Switch.test.tsx}      |   23 +-
 superset-frontend/src/components/Switch/index.tsx  |   12 +-
 .../TimezoneSelector.DaylightSavingTime.test.tsx   |    5 +-
 .../TimezoneSelector/TimezoneSelector.test.tsx     |   12 +-
 superset-frontend/src/components/index.ts          |    1 -
 .../{SliceAdder.test.jsx => SliceAdder.test.tsx}   |  100 +-
 .../components/{SliceAdder.jsx => SliceAdder.tsx}  |  115 +-
 ...liceDragPreview.jsx => AddSliceDragPreview.tsx} |   53 +-
 .../DownloadMenuItems/DownloadAsImage.test.tsx     |   17 +-
 .../menu/DownloadMenuItems/DownloadAsImage.tsx     |    4 +-
 ...loadAsImage.test.tsx => DownloadAsPdf.test.tsx} |   35 +-
 .../{DownloadAsImage.tsx => DownloadAsPdf.tsx}     |   20 +-
 .../DownloadMenuItems/DownloadScreenshot.test.tsx  |    5 +-
 .../menu/DownloadMenuItems/DownloadScreenshot.tsx  |  111 +-
 .../components/menu/DownloadMenuItems/index.tsx    |   54 +-
 .../src/features/alerts/AlertReportModal.tsx       |   25 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |   26 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |    7 +-
 .../DatabaseConnectionForm/OAuth2ClientField.tsx   |   22 +-
 .../DatabaseConnectionForm/constants.ts            |    3 +
 .../DatabaseModal/SSHTunnelSwitch.test.tsx         |    4 +-
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    |    4 +-
 .../features/databases/UploadDataModel/index.tsx   |   48 +-
 superset-frontend/src/features/databases/types.ts  |    2 +
 superset-frontend/src/pages/Home/index.tsx         |    4 +-
 superset-frontend/src/theme/index.ts               |    4 +
 .../types/dom-to-pdf.d.ts}                         |   25 +-
 .../utils/{downloadAsImage.ts => downloadAsPdf.ts} |   40 +-
 superset-websocket/package-lock.json               |  486 +++---
 superset-websocket/package.json                    |    8 +-
 superset/commands/database/test_connection.py      |    6 +-
 superset/commands/report/create.py                 |   13 +-
 superset/commands/report/execute.py                |  108 +-
 superset/config.py                                 |    8 +
 superset/dashboards/api.py                         |   10 +-
 superset/databases/api.py                          |    3 +-
 superset/databases/schemas.py                      |   19 +-
 .../types.py}                                      |   19 +-
 superset/db_engine_specs/base.py                   |   56 +-
 superset/db_engine_specs/bigquery.py               |   12 +-
 superset/db_engine_specs/hive.py                   |    4 +-
 superset/db_engine_specs/mssql.py                  |    8 +
 superset/db_engine_specs/postgres.py               |   11 +-
 superset/db_engine_specs/presto.py                 |   10 +-
 superset/db_engine_specs/trino.py                  |   31 +-
 superset/migrations/shared/catalogs.py             |   24 +-
 superset/models/core.py                            |   31 +-
 superset/models/sql_types/mssql_sql_types.py       |   61 +
 superset/superset_typing.py                        |    4 +
 superset/utils/oauth2.py                           |    7 +-
 superset/utils/pandas_postprocessing/compare.py    |    7 +-
 tests/integration_tests/dashboards/api_tests.py    |   55 +-
 .../db_engine_specs/postgres_tests.py              |    6 +-
 .../db_engine_specs/presto_tests.py                |    8 +-
 .../fixtures/dashboard_with_tabs.py                |  651 ++++++++
 tests/integration_tests/reports/api_tests.py       |   79 +
 tests/unit_tests/commands/report/execute_test.py   |  145 ++
 tests/unit_tests/db_engine_specs/test_gsheets.py   |    1 +
 tests/unit_tests/db_engine_specs/test_mssql.py     |    2 +
 tests/unit_tests/db_engine_specs/test_trino.py     |  117 +-
 tests/unit_tests/models/core_test.py               |   26 +
 .../pandas_postprocessing/test_compare.py          |   67 +
 84 files changed, 4267 insertions(+), 1772 deletions(-)
 copy superset-frontend/src/components/{Badge/Badge.test.tsx => 
Switch/Switch.test.tsx} (71%)
 rename superset-frontend/src/dashboard/components/{SliceAdder.test.jsx => 
SliceAdder.test.tsx} (67%)
 rename superset-frontend/src/dashboard/components/{SliceAdder.jsx => 
SliceAdder.tsx} (82%)
 rename superset-frontend/src/dashboard/components/dnd/{AddSliceDragPreview.jsx 
=> AddSliceDragPreview.tsx} (72%)
 copy 
superset-frontend/src/dashboard/components/menu/DownloadMenuItems/{DownloadAsImage.test.tsx
 => DownloadAsPdf.test.tsx} (64%)
 copy 
superset-frontend/src/dashboard/components/menu/DownloadMenuItems/{DownloadAsImage.tsx
 => DownloadAsPdf.tsx} (69%)
 copy superset-frontend/{spec/helpers/IntersectionObserver.ts => 
src/types/dom-to-pdf.d.ts} (70%)
 copy superset-frontend/src/utils/{downloadAsImage.ts => downloadAsPdf.ts} (67%)
 copy superset/{migrations/versions/2016-10-02_10-35_ef8843b41dac_.py => 
databases/types.py} (67%)
 create mode 100644 superset/models/sql_types/mssql_sql_types.py
 create mode 100644 tests/integration_tests/fixtures/dashboard_with_tabs.py

Reply via email to