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

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


    from d611c25f2a fix(pinot): revert join and subquery flags (#32382)
     new b11fd2f22b fix(viz): update nesting logic to handle multiple 
dimensions in PartitionViz (#32290)
     new 8a09fd93e1 fix(clickhouse): get_parameters_from_uri failing when 
secure is true (#32423)
     new f1291390a3 fix(com/grid-comp/markdown): pin `remark-gfm` to v3 to 
allow inline code block by backticks in Markdown (#32420)
     new 92549ef5c6 fix(plugin-chart-echarts): remove erroneous upper bound 
value (#32473)
     new 6dd10ab1ca fix(tooltip): displaying <a> tags correctly (#32488)
     new 5f1a5a1f98 fix: skip DB filter when doing OAuth2 (#32486)
     new 98c0eeccb2 fix: dashboard, chart and dataset import validation (#32500)
     new 266fb7f2ad fix(explore): Glitch in a tooltip with metric's name 
(#32499)

The 8 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:
 .github/dependabot.yml                             |   4 +
 superset-frontend/package-lock.json                | 878 ++++++++++++++++++++-
 .../src/components/labelUtils.tsx                  |  15 +-
 .../packages/superset-ui-core/package.json         |   2 +-
 .../src/Timeseries/transformers.ts                 |  11 +-
 .../src/plugin/controlPanel.tsx                    |   2 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   2 +-
 superset/commands/chart/importers/v1/utils.py      |   7 +-
 superset/commands/dashboard/importers/v1/utils.py  |   7 +-
 superset/commands/dataset/importers/v1/utils.py    |   8 +
 superset/databases/api.py                          |   2 +-
 superset/db_engine_specs/clickhouse.py             |   6 +-
 superset/viz.py                                    |  10 +-
 tests/integration_tests/viz_tests.py               |  21 +
 .../charts/commands/importers/v1/import_test.py    |  51 +-
 .../commands/importers/v1/import_test.py           |  53 +-
 tests/unit_tests/databases/api_test.py             |  70 ++
 .../datasets/commands/importers/v1/import_test.py  |  52 ++
 18 files changed, 1172 insertions(+), 29 deletions(-)

Reply via email to