This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch upgrade-ubuntu
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 243814ee68 touching files to trigger CI
discard 4d1b5386d3 chore(gha): bump ubuntu to latest fresh release
add 42f4490bbc fix: Revert "chore(deps-dev): bump esbuild from 0.20.0 to
0.24.0 in /super… (#31387)
add a6e05f4558 build(packages): npm build/publish improvements. Making
packages publishable again. (#30196)
add d8fbaa4cbe fix: don't include chromium on ephemeral envs (#31391)
add fd57fce977 refactor: Migrate AdhocFilterEditPopoverSqlTabContent to
TypeScript (#31268)
add 423a0fefa5 feat: Adds helper functions for migrations (#31303)
add 43314dc8db fix(Pivot Table): Fix column width to respect currency
config (#31414)
add f510f42b96 fix: pkg_resources is getting deprecated (#31411)
add 988da2c477 docs: CVEs fixed on 4.1.0 v2 (#31422)
add 4ff9aac1fa feat(sqllab): giving the query history pane a facelift
(#31316)
add 973e5acb84 chore(gha): bump ubuntu to latest fresh release
add 72612bdee4 touching files to trigger CI
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 (243814ee68)
\
N -- N -- N refs/heads/upgrade-ubuntu (72612bdee4)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/dependency-review.yml | 2 +-
.github/workflows/ephemeral-env.yml | 3 +-
.pre-commit-config.yaml | 3 +-
docs/docs/security/cves.mdx | 1 +
superset-frontend/CHANGELOG.md | 7011 ++++++++++++++++++++
.../ButtonCell/index.tsx => changelog.config.js} | 54 +-
superset-frontend/lerna.json | 8 +-
superset-frontend/package-lock.json | 4355 +++---------
superset-frontend/package.json | 14 +-
.../packages/generator-superset/CHANGELOG.md | 58 +-
.../packages/generator-superset/package.json | 6 +-
.../superset-ui-chart-controls/CHANGELOG.md | 280 +-
.../superset-ui-chart-controls/package.json | 2 +-
.../packages/superset-ui-core/CHANGELOG.md | 398 +-
.../packages/superset-ui-core/package.json | 4 +-
.../packages/superset-ui-demo/CHANGELOG.md | 82 +-
.../packages/superset-ui-demo/package.json | 6 +-
.../packages/superset-ui-switchboard/CHANGELOG.md | 37 +
.../packages/superset-ui-switchboard/package.json | 2 +-
.../legacy-plugin-chart-calendar/CHANGELOG.md | 58 +-
.../legacy-plugin-chart-calendar/package.json | 2 +-
.../plugins/legacy-plugin-chart-chord/CHANGELOG.md | 58 +-
.../plugins/legacy-plugin-chart-chord/package.json | 2 +-
.../legacy-plugin-chart-country-map/CHANGELOG.md | 102 +-
.../legacy-plugin-chart-country-map/package.json | 2 +-
.../legacy-plugin-chart-event-flow/CHANGELOG.md | 52 +-
.../legacy-plugin-chart-event-flow/package.json | 6 +-
.../legacy-plugin-chart-heatmap/CHANGELOG.md | 84 +-
.../legacy-plugin-chart-heatmap/package.json | 2 +-
.../legacy-plugin-chart-histogram/CHANGELOG.md | 64 +-
.../legacy-plugin-chart-histogram/package.json | 2 +-
.../legacy-plugin-chart-horizon/CHANGELOG.md | 44 +-
.../legacy-plugin-chart-horizon/package.json | 2 +-
.../legacy-plugin-chart-map-box/CHANGELOG.md | 56 +-
.../legacy-plugin-chart-map-box/package.json | 2 +-
.../legacy-plugin-chart-paired-t-test/CHANGELOG.md | 44 +-
.../legacy-plugin-chart-paired-t-test/package.json | 2 +-
.../CHANGELOG.md | 54 +-
.../package.json | 2 +-
.../legacy-plugin-chart-partition/CHANGELOG.md | 62 +-
.../legacy-plugin-chart-partition/package.json | 2 +-
.../plugins/legacy-plugin-chart-rose/CHANGELOG.md | 62 +-
.../plugins/legacy-plugin-chart-rose/package.json | 2 +-
.../legacy-plugin-chart-sankey-loop/CHANGELOG.md | 44 +-
.../legacy-plugin-chart-sankey-loop/package.json | 2 +-
.../legacy-plugin-chart-sankey/CHANGELOG.md | 56 +-
.../legacy-plugin-chart-sankey/package.json | 2 +-
.../legacy-plugin-chart-world-map/CHANGELOG.md | 84 +-
.../legacy-plugin-chart-world-map/package.json | 2 +-
.../legacy-preset-chart-deckgl/CHANGELOG.md | 89 +
.../legacy-preset-chart-deckgl/package.json | 7 +-
.../src/CategoricalDeckGLContainer.tsx | 2 +-
.../src/DeckGLContainer.tsx | 3 +-
.../legacy-preset-chart-deckgl/src/Multi/Multi.tsx | 2 +-
.../legacy-preset-chart-deckgl/src/factory.tsx | 2 +-
.../src/layers/Arc/Arc.tsx | 6 +-
.../src/layers/Contour/Contour.tsx | 6 +-
.../src/layers/Geojson/Geojson.tsx | 22 +-
.../src/layers/Grid/Grid.tsx | 3 +-
.../src/layers/Heatmap/Heatmap.tsx | 3 +-
.../src/layers/Hex/Hex.tsx | 3 +-
.../src/layers/Path/Path.tsx | 8 +-
.../src/layers/Polygon/Polygon.tsx | 4 +-
.../src/layers/Scatter/Scatter.tsx | 6 +-
.../src/layers/Screengrid/Screengrid.tsx | 4 +-
.../plugins/legacy-preset-chart-nvd3/CHANGELOG.md | 106 +-
.../plugins/legacy-preset-chart-nvd3/package.json | 2 +-
.../plugins/plugin-chart-echarts/CHANGELOG.md | 408 +-
.../plugins/plugin-chart-echarts/package.json | 2 +-
.../plugins/plugin-chart-handlebars/CHANGELOG.md | 67 +
.../plugins/plugin-chart-handlebars/package.json | 2 +-
.../plugins/plugin-chart-pivot-table/CHANGELOG.md | 114 +-
.../plugins/plugin-chart-pivot-table/package.json | 11 +-
.../src/PivotTableChart.tsx | 1 +
.../plugins/plugin-chart-table/CHANGELOG.md | 184 +-
.../plugins/plugin-chart-table/package.json | 2 +-
.../plugins/plugin-chart-word-cloud/CHANGELOG.md | 72 +-
.../plugins/plugin-chart-word-cloud/package.json | 10 +-
.../src/chart/WordCloud.tsx | 10 +-
superset-frontend/scripts/build.js | 2 +-
superset-frontend/src/SqlLab/actions/sqlLab.js | 4 +-
.../src/SqlLab/components/QueryTable/index.tsx | 96 +-
.../src/components/Icons/Icons.stories.tsx | 13 +-
.../src/components/Label/Label.stories.tsx | 9 +-
superset-frontend/src/components/Label/index.tsx | 54 +-
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 139 -
.../AdhocFilterEditPopoverSqlTabContent/index.tsx | 135 +
superset/config.py | 3 +-
superset/migrations/shared/constraints.py | 22 -
superset/migrations/shared/utils.py | 225 +-
...20_16-02_678eefb4ab44_add_access_token_table.py | 2 +-
...4-01_22-44_c22cb5c2e546_user_attr_avatar_url.py | 7 +-
...-04-11_15-41_5f57af97bc3f_add_catalog_column.py | 10 +-
...0-52_58d051681a3b_add_catalog_perm_to_tables.py | 17 +-
...02f4f7811799_remove_sl_dataset_columns_table.py | 3 +-
...7_39549add7bfc_remove_sl_table_columns_table.py | 3 +-
..._15-23_38f4144e8558_remove_sl_dataset_tables.py | 3 +-
...3_15-27_e53fd48cc078_remove_sl_dataset_users.py | 3 +-
...4-08-13_15-29_a6b32d2d07b1_remove_sl_columns.py | 3 +-
...24-08-13_15-31_007a1abffe7e_remove_sl_tables.py | 3 +-
...-08-13_15-33_48cbb571fa3a_remove_sl_datasets.py | 3 +-
101 files changed, 10822 insertions(+), 4382 deletions(-)
create mode 100644 superset-frontend/CHANGELOG.md
copy
superset-frontend/{src/components/Table/cell-renderers/ButtonCell/index.tsx =>
changelog.config.js} (50%)
create mode 100644
superset-frontend/packages/superset-ui-switchboard/CHANGELOG.md
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/CHANGELOG.md
create mode 100644
superset-frontend/plugins/plugin-chart-handlebars/CHANGELOG.md
delete mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx
create mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.tsx