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

beto pushed a change to branch customize_screenshot_width
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 5afc40aebd Add some constants
     add 0ddc0a6738 chore: remove marshmallow-enum dependency and bump FAB 
(#24499)
     add 3f17945745 fix(charts): big-number display broken in echarts (#24492)
     add 750113441c chore: update d3-colors (#24505)
     new 2db835d862 Add some constants
     new 9193109e5a Update reports model
     new eb07418c78 Add affordances

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   (5afc40aebd)
            \
             N -- N -- N   refs/heads/customize_screenshot_width (eb07418c78)

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.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 requirements/base.txt                              |  13 +--
 requirements/docker.txt                            |   4 +
 requirements/integration.txt                       |  11 ++-
 setup.cfg                                          |   2 +-
 setup.py                                           |   2 +-
 superset-frontend/jest.config.js                   |   2 +-
 superset-frontend/package-lock.json                |  53 +++++++---
 superset-frontend/package.json                     |   3 +-
 .../src/chart/models/ChartMetadata.ts              |   6 ++
 .../src/BigNumber/BigNumberTotal/index.ts          |   9 +-
 .../src/BigNumber/BigNumberWithTrendline/index.ts  |   9 +-
 .../plugin-chart-echarts/src/BoxPlot/index.ts      |   9 +-
 .../plugin-chart-echarts/src/Funnel/index.ts       |   9 +-
 .../plugin-chart-echarts/src/Gauge/index.ts        |   9 +-
 .../plugin-chart-echarts/src/Graph/index.ts        |   9 +-
 .../src/MixedTimeseries/index.ts                   |   9 +-
 .../plugins/plugin-chart-echarts/src/Pie/index.ts  |   9 +-
 .../plugin-chart-echarts/src/Radar/index.ts        |   9 +-
 .../plugin-chart-echarts/src/Sunburst/index.ts     |   9 +-
 .../src/Timeseries/Area/index.ts                   |   9 +-
 .../src/Timeseries/Regular/Bar/index.ts            |   9 +-
 .../src/Timeseries/Regular/Line/index.ts           |   9 +-
 .../src/Timeseries/Regular/Scatter/index.ts        |   9 +-
 .../src/Timeseries/Regular/SmoothLine/index.ts     |   9 +-
 .../src/Timeseries/Step/index.ts                   |   9 +-
 .../plugin-chart-echarts/src/Timeseries/index.ts   |   9 +-
 .../plugins/plugin-chart-echarts/src/Tree/index.ts |   9 +-
 .../plugin-chart-echarts/src/Treemap/index.ts      |   9 +-
 .../plugins/plugin-chart-echarts/src/types.ts      |  19 ++++
 .../plugin-chart-echarts/test/index.test.ts        | 108 +++++++++++++++++++--
 .../src/components/Chart/chartAction.js            |  19 ++--
 .../src/components/ReportModal/index.tsx           |  23 +++++
 .../src/explore/exploreUtils/exploreUtils.test.jsx |  16 +--
 .../src/explore/exploreUtils/index.js              |  11 ++-
 .../exploreUtils/shouldUseLegacyApi.test.ts        |  11 ++-
 .../src/features/alerts/AlertReportModal.tsx       |  64 ++++++++----
 superset-frontend/src/features/alerts/types.ts     |   3 +-
 superset-frontend/src/reports/types.ts             |   1 +
 superset/charts/schemas.py                         |   9 +-
 superset/config.py                                 |   3 +
 superset/dashboards/schemas.py                     |   3 +-
 superset/databases/schemas.py                      |   5 +-
 ...b0fb85b9a_add_custom_size_columns_to_report.py} |  25 +++--
 superset/reports/api.py                            |   2 +
 superset/reports/models.py                         |   3 +
 superset/reports/schemas.py                        |  57 ++++++++++-
 superset/security/api.py                           |   3 +-
 tests/integration_tests/base_api_tests.py          |   2 +-
 tests/integration_tests/databases/api_tests.py     |  15 ++-
 .../db_engine_specs/postgres_tests.py              |   1 -
 tests/integration_tests/reports/api_tests.py       |   6 +-
 .../unit_tests/db_engine_specs/test_databricks.py  |   1 -
 52 files changed, 482 insertions(+), 195 deletions(-)
 copy 
superset/migrations/versions/{2020-12-03_10-11_5daced1f0e76_reports_add_working_timeout_column.py
 => 2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py} (66%)

Reply via email to