You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/03/01 21:01:40 UTC

[superset] branch 2.0 updated (919abe7c83 -> b544993048)

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

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


 discard 919abe7c83 fix(migrations): Flask-Migrate output is not logged during alembic migrations #17991 (#22991)
 discard 02f8bfaa74 fix: Talisman configuration (#22591)
 discard e1cafa0f12 fix(dashboard): Update owners of dashboard list after editing (#22383)
 discard 56129a40d0 fix(plugin-chart-handlebars): Update webpack/babel config to fix build/runtime warnings/errors (#21779)
 discard f02aae8213 fix: Filter throwing an error on Embedded Dashboard (#21157)
 discard a9bbde939a TableChart: (#20833)
 discard f4f6869329 Fixes datatable crash when dimension is empty (#20680)
 discard 40f111fc4a feat(handlebars plugin): adding handlebars helpers for common math operations (#20648)

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

 * -- * -- N   refs/heads/2.0 (b544993048)
            \
             O -- O -- O   (919abe7c83)

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:
 superset-frontend/babel.config.js                  |  6 ---
 superset-frontend/package-lock.json                | 49 +-----------------
 .../plugins/plugin-chart-handlebars/package.json   |  5 +-
 .../src/components/Handlebars/HandlebarsViewer.tsx |  3 --
 .../plugin-chart-handlebars/types/external.d.ts    |  2 -
 .../plugins/plugin-chart-table/src/TableChart.tsx  | 58 ++--------------------
 .../explore/components/DataTableControl/index.tsx  |  4 +-
 superset-frontend/src/hooks/useTabId.ts            | 15 ------
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  2 -
 superset-frontend/webpack.config.js                |  3 --
 superset/initialization/__init__.py                | 28 ++++-------
 superset/migrations/alembic.ini                    |  7 +--
 12 files changed, 21 insertions(+), 161 deletions(-)