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 e8246ea786 fix: oauth2 trino (#31993)
     new b2bd39cc28 fix: revert "fix: remove sort values on stacked totals 
(#31333)" (#32337)
     new 7aa4cd4eef fix(fe/dashboard-list): display modifier info for `Last 
modified` data (#32035)
     new 724f2dc5fe fix(roles): Add SqlLabPermalinkRestApi as default sqlab 
roles. (#32284)
     new 7ef38fed24 fix(SSHTunnelForm): make the password tooltip visible 
(#32356)
     new 3eda2223ca fix(firebolt): allow backslach escape for single quotes 
(#32350)
     new 98c82ad24e fix(docker): Configure nginx for consistent port mapping 
and hot reloading   (#32362)
     new 09a93d2803 fix: clickhouse-connect engine SSH parameter (#32348)
     new 654062db27 fix: ensure metric_macro expands templates (#32344)
     new 4c2da53886 fix: bump FAB to 4.5.4 (#32325)
     new d98570ff6a fix(pinot): revert join and subquery flags (#32382)
     new a8899c4bf3 fix: prevent nested transactions (#32401)
     new 10e0e69370 fix(viz): update nesting logic to handle multiple 
dimensions in PartitionViz (#32290)
     new 35cf8290b7 fix(clickhouse): get_parameters_from_uri failing when 
secure is true (#32423)
     new 51450b000d fix(com/grid-comp/markdown): pin `remark-gfm` to v3 to 
allow inline code block by backticks in Markdown (#32420)
     new 2199c73b89 fix(plugin-chart-echarts): remove erroneous upper bound 
value (#32473)
     new 0a35d3efa4 fix(tooltip): displaying <a> tags correctly (#32488)
     new f70bb5e52f fix: skip DB filter when doing OAuth2 (#32486)
     new 588e2e644b fix: dashboard, chart and dataset import validation (#32500)

The 18 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 +
 docker/nginx/nginx.conf                            |   6 +
 pyproject.toml                                     |   2 +-
 requirements/base.txt                              |   2 +-
 requirements/development.txt                       |   2 +-
 superset-frontend/package-lock.json                | 878 ++++++++++++++++++++-
 .../packages/superset-ui-core/package.json         |   4 +-
 .../superset-ui-core/src/query/getMetricLabel.ts   |  24 +-
 .../src/MixedTimeseries/transformProps.ts          |  13 +-
 .../src/Timeseries/transformProps.ts               |   7 +-
 .../src/Timeseries/transformers.ts                 |  11 +-
 .../plugin-chart-echarts/src/utils/series.ts       |   6 +-
 .../test/Timeseries/transformProps.test.ts         |  34 +-
 .../plugin-chart-echarts/test/utils/series.test.ts | 118 ---
 .../src/plugin/controlPanel.tsx                    |   2 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   2 +-
 .../src/components/Form/LabeledErrorBoundInput.tsx |   3 +-
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |  10 +-
 .../src/pages/DashboardList/DashboardList.test.jsx |   2 +-
 .../src/pages/DashboardList/index.tsx              |   5 +-
 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             |  24 +-
 superset/db_engine_specs/pinot.py                  |   2 +
 superset/jinja_context.py                          |  45 +-
 superset/security/manager.py                       |   2 +
 superset/sql/dialects/firebolt.py                  |   5 +-
 superset/utils/decorators.py                       |   7 +
 superset/viz.py                                    |  10 +-
 tests/integration_tests/security_tests.py          |   2 +
 .../sql_lab/permalink/api_tests.py                 |  22 +
 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/jinja_context_test.py             | 194 ++++-
 tests/unit_tests/sql/parse_tests.py                |  21 +
 tests/unit_tests/utils/test_decorators.py          |  53 ++
 41 files changed, 1554 insertions(+), 239 deletions(-)

Reply via email to