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


 discard 588e2e644b fix: dashboard, chart and dataset import validation (#32500)
 discard f70bb5e52f fix: skip DB filter when doing OAuth2 (#32486)
 discard 0a35d3efa4 fix(tooltip): displaying <a> tags correctly (#32488)
 discard 2199c73b89 fix(plugin-chart-echarts): remove erroneous upper bound 
value (#32473)
 discard 51450b000d fix(com/grid-comp/markdown): pin `remark-gfm` to v3 to 
allow inline code block by backticks in Markdown (#32420)
 discard 35cf8290b7 fix(clickhouse): get_parameters_from_uri failing when 
secure is true (#32423)
 discard 10e0e69370 fix(viz): update nesting logic to handle multiple 
dimensions in PartitionViz (#32290)
 discard a8899c4bf3 fix: prevent nested transactions (#32401)
 discard d98570ff6a fix(pinot): revert join and subquery flags (#32382)
 discard 4c2da53886 fix: bump FAB to 4.5.4 (#32325)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/5.0 (654062db27)
            \
             O -- O -- O   (588e2e644b)

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:
 .github/dependabot.yml                             |   4 -
 pyproject.toml                                     |   2 +-
 requirements/base.txt                              |   2 +-
 requirements/development.txt                       |   2 +-
 superset-frontend/package-lock.json                | 878 +--------------------
 .../packages/superset-ui-core/package.json         |   4 +-
 .../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/db_engine_specs/pinot.py                  |   2 -
 superset/utils/decorators.py                       |   7 -
 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 --
 tests/unit_tests/utils/test_decorators.py          |  53 --
 23 files changed, 24 insertions(+), 1232 deletions(-)

Reply via email to