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 98ca0e4311a chore: fix spacing in AGENTS.md
     add 86f690d17fe fix(dashboard): fix Export as Example with app prefix and 
enable Dashboard Export E2E tests (#37529)
     add 4b0d4975130 test: add new RTL and integration tests for DatasetList 
(#36681)
     add 91131d59966 chore(charts): echarts left padding too big and automation 
of title (#36993)
     add f60c82e4a60 fix: charts row limit warning is missing for server 
(#37112)
     add 53a4d162b98 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   (98ca0e4311a)
            \
             N -- N -- N   refs/heads/showtime-master (53a4d162b98)

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:
 .../src/sections/chartTitle.tsx                    |    4 +-
 .../playwright/components/core/Menu.ts             |  217 ++
 .../playwright/components/core/index.ts            |    2 +
 .../playwright/pages/DashboardPage.ts              |   68 +-
 .../tests/experimental/dashboard/export.spec.ts    |   81 +-
 .../src/BoxPlot/transformProps.ts                  |    6 +-
 .../src/MixedTimeseries/transformProps.ts          |    7 +-
 .../src/Timeseries/transformProps.ts               |    6 +-
 .../src/Timeseries/transformers.ts                 |    4 +-
 .../test/Timeseries/transformers.test.ts           |  168 ++
 .../components/SliceHeader/SliceHeader.test.tsx    |  189 +-
 .../src/dashboard/components/SliceHeader/index.tsx |   20 +-
 .../DownloadMenuItems/DownloadMenuItems.test.tsx   |   88 +-
 .../components/menu/DownloadMenuItems/index.tsx    |    7 +-
 .../src/explore/components/ChartPills.tsx          |   20 +-
 .../explore/components/ExploreChartPanel/index.tsx |    1 +
 .../ExploreViewContainer.test.tsx                  |  436 +++-
 .../components/ExploreViewContainer/index.jsx      |   23 +
 .../datasets/DuplicateDatasetModal.test.tsx        |  282 +++
 .../datasets/hooks/useDatasetLists.test.ts         |  180 +-
 .../DatasetList/DatasetList.behavior.test.tsx      |  493 +++++
 .../DatasetList/DatasetList.integration.test.tsx   |  252 +++
 .../DatasetList/DatasetList.listview.test.tsx      | 2215 ++++++++++++++++++++
 .../DatasetList/DatasetList.permissions.test.tsx   |  414 ++++
 .../src/pages/DatasetList/DatasetList.test.tsx     |  567 +++++
 .../pages/DatasetList/DatasetList.testHelpers.tsx  |  539 +++++
 26 files changed, 6099 insertions(+), 190 deletions(-)
 create mode 100644 superset-frontend/playwright/components/core/Menu.ts
 create mode 100644 
superset-frontend/src/features/datasets/DuplicateDatasetModal.test.tsx
 create mode 100644 
superset-frontend/src/pages/DatasetList/DatasetList.behavior.test.tsx
 create mode 100644 
superset-frontend/src/pages/DatasetList/DatasetList.integration.test.tsx
 create mode 100644 
superset-frontend/src/pages/DatasetList/DatasetList.listview.test.tsx
 create mode 100644 
superset-frontend/src/pages/DatasetList/DatasetList.permissions.test.tsx
 create mode 100644 superset-frontend/src/pages/DatasetList/DatasetList.test.tsx
 create mode 100644 
superset-frontend/src/pages/DatasetList/DatasetList.testHelpers.tsx

Reply via email to