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


    omit 70ec70cbea chore: fix spacing in AGENTS.md
     add d8f7ae83ee fix(sqlglot): use Athena dialect for awsathena parsing 
(#36747)
     add dcdcf88969 chore(chart): rollback legend top alignment to the right 
(#36994)
     add f4772a9383 chore(deps-dev): bump webpack-bundle-analyzer from 5.1.0 to 
5.1.1 in /superset-frontend (#37006)
     add 2a38ce001e fix(deckgl): remove visibility condition in deckgl stroke 
color (#37029)
     add 005b2af985 chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 
in /superset-websocket (#37045)
     add 4fe2085596 chore(deps): bump caniuse-lite from 1.0.30001763 to 
1.0.30001764 in /docs (#37049)
     add fac5d2bcb6 feat(db): add dynamic schema support for athena (#36003)
     add 22cfc4536b fix(export): URL prefix handling for subdirectory 
deployments (#36771)
     add 72c69e2ca6 chore(deps): bump fs-extra from 11.3.0 to 11.3.3 in 
/superset-frontend (#37001)
     add d56bc5826f chore(deps-dev): bump @applitools/eyes-storybook from 
3.60.0 to 3.63.4 in /superset-frontend (#37003)
     add 7d6526be5e 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   (70ec70cbea)
            \
             N -- N -- N   refs/heads/showtime-master (7d6526be5e)

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:
 docs/package.json                                  |   2 +-
 docs/yarn.lock                                     |   8 +-
 superset-frontend/package-lock.json                | 400 ++++-----
 superset-frontend/package.json                     |   6 +-
 .../packages/generator-superset/package.json       |   2 +-
 .../src/layers/Polygon/controlPanel.ts             |   2 +-
 .../src/utilities/Shared_DeckGL.tsx                |   2 -
 .../plugin-chart-echarts/src/utils/series.ts       |   3 -
 .../SqlLab/components/ResultSet/ResultSet.test.tsx | 141 +++
 .../src/SqlLab/components/ResultSet/index.tsx      |   2 +-
 .../useStreamingExport.test.ts                     | 959 +++++++++++++++++++++
 .../StreamingExportModal/useStreamingExport.ts     |  57 +-
 .../src/explore/exploreUtils/exportChart.test.ts   | 173 ++++
 superset-frontend/src/utils/export.test.ts         |  51 ++
 superset-frontend/src/utils/export.ts              |   5 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/db_engine_specs/athena.py                 |  40 +
 superset/sql/parse.py                              |   2 +-
 tests/unit_tests/db_engine_specs/test_athena.py    |  70 ++
 tests/unit_tests/sql/parse_tests.py                |  14 +
 21 files changed, 1724 insertions(+), 231 deletions(-)
 create mode 100644 
superset-frontend/src/explore/exploreUtils/exportChart.test.ts

Reply via email to