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 6f93ea8090f chore: fix spacing in AGENTS.md
     add 25647942fd7 fix(chart): Horizontal bar chart value labels cut off 
(#36989)
     add d0e80d2079b refactor: Redesigns the Results panel toolbar and enables 
extensions to contribute toolbar actions (#37255)
     add 2267b78a10e chore(deps): bump antd from 6.2.0 to 6.2.1 in /docs 
(#37301)
     add 445bc403b8c chore(deps): bump diff in /superset-frontend (#37292)
     add 807ff513eff chore(deps): bump fs-extra from 11.3.2 to 11.3.3 in 
/superset-frontend (#37274)
     add 281c0c96722 chore: add paths to backend extension stack traces (#37300)
     add 238bebebece fix(extensions): prevent duplicate initialization of 
LOCAL_EXTENSIONS watcher (#37250)
     add 801c84f0ef7 chore(deps-dev): bump typescript-eslint from 8.53.0 to 
8.53.1 in /superset-websocket (#37268)
     add 3fa7dba0946 chore(deps): bump diff from 5.2.0 to 5.2.2 in /docs 
(#37291)
     add a1d24f1e4a3 chore(deps-dev): bump oxlint from 1.33.0 to 1.41.0 in 
/superset-frontend (#37279)
     add 13013bbd64d chore(deps-dev): bump typescript-eslint from 8.53.0 to 
8.53.1 in /docs (#37272)
     add 984c6a96666 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   (6f93ea8090f)
            \
             N -- N -- N   refs/heads/showtime-master (984c6a96666)

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                                  |   4 +-
 docs/yarn.lock                                     | 188 ++++-----
 superset-frontend/oxlint.json                      |   2 +-
 superset-frontend/package-lock.json                |  89 ++---
 superset-frontend/package.json                     |   2 +-
 .../src/components/DatePicker/index.tsx            |   5 +-
 .../src/Timeseries/transformProps.ts               |  43 ++
 .../plugins/plugin-chart-echarts/src/constants.ts  |   2 +
 .../test/Timeseries/helpers.ts                     | 122 ++++++
 .../test/Timeseries/transformProps.test.ts         | 441 ++++++++++++++-------
 .../ExploreResultsButton.test.tsx                  |   8 +-
 .../components/ExploreResultsButton/index.tsx      |  12 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |   3 +
 .../src/SqlLab/components/ResultSet/index.tsx      | 362 ++++++++---------
 .../src/SqlLab/components/SaveQuery/index.tsx      |   1 +
 .../src/SqlLab/components/SouthPane/Results.tsx    |   2 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |  18 +-
 .../src/SqlLab/components/SqlEditor/index.tsx      |  24 +-
 .../SqlEditorTopBar/SqlEditorTopBar.test.tsx       |  62 +--
 .../SqlLab/components/SqlEditorTopBar/index.tsx    |  29 +-
 superset-frontend/src/SqlLab/contributions.ts      |   2 +
 .../MenuListExtension/MenuListExtension.test.tsx   | 374 -----------------
 .../src/components/MenuListExtension/index.tsx     | 157 --------
 .../src/components/PanelToolbar/index.tsx          | 165 ++++++++
 .../src/explore/components/SaveModal.tsx           |   2 +-
 superset-websocket/package-lock.json               | 244 ++++++------
 superset-websocket/package.json                    |   2 +-
 superset/extensions/discovery.py                   |  22 +-
 superset/extensions/local_extensions_watcher.py    |  12 +
 superset/extensions/types.py                       |   3 +
 superset/extensions/utils.py                       |  55 ++-
 superset/initialization/__init__.py                |   5 +-
 32 files changed, 1217 insertions(+), 1245 deletions(-)
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/test/Timeseries/helpers.ts
 delete mode 100644 
superset-frontend/src/components/MenuListExtension/MenuListExtension.test.tsx
 delete mode 100644 superset-frontend/src/components/MenuListExtension/index.tsx
 create mode 100644 superset-frontend/src/components/PanelToolbar/index.tsx

Reply via email to