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

rusackas pushed a change to branch fix/30504-file-upload-checkbox-missing
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 38415837a59 fix(database): preserve engine_information when creating 
database connection
     add 3868821dc81 fix(webpack): skip building service worker in dev (#38106)
     add 5278deaf635 fix(metrics): normalize legacy currency strings (#37455)
     add f4acce5727f fix(table): preserve time grain aggregation when temporal 
column casing changes (#37893)
     add 88f0e322e32 chore(deps): bump baseline-browser-mapping from 2.9.19 to 
2.10.0 in /docs (#38113)
     add 58d8aa01f82 chore(deps): bump react-intersection-observer from 10.0.2 
to 10.0.3 in /superset-frontend (#38114)
     add 69653dfd08b chore(deps-dev): bump baseline-browser-mapping from 2.9.19 
to 2.10.0 in /superset-frontend (#38116)
     add 1ecff6fe5c1 fix(thumbnails): stabilize digest by sorting datasources 
and charts (#38079)
     add 9f8b212ccc7 feat(mcp): add LIKE, ILIKE, IN, NOT IN filter operators to 
MCP chart tools (#38071)
     add 79372465757 fix(button): use colorLink token for link-style buttons 
(#38121)
     add e30a9caba51 fix(dataset-modal): fix folders tab scrollbar by 
establishing proper flex chain (#38123)
     add 6fdaa8e9b36 fix(crud): reorder table actions + improve react 
memoization + improve hooks (#37897)
     add 1a77e171799 fix(chart-customizations): support migration of dynamic 
group by (#37176)
     add 6f34ba7d4a9 fix(table-chart): support orderby adhoc columns with 
server-side pagination (#37521)
     add 2d44f52ad16 fix(encryption): resolve SECRET_KEY lazily to fix silent 
re-encrypt-secrets failures (#37982)
     add 44d6b6a5139 fix(table): preserve line breaks in cell content modal 
(#37036)
     add cff854b06e3 chore(deps-dev): bump oxlint from 1.48.0 to 1.49.0 in 
/superset-frontend (#38115)
     add b290f712452 fix(explore): prevent theme object from being passed to 
ReactAce in TextAreaControl (#38117)
     add b565128fe76 fix(charts): improve error display for failed charts in 
dashboards (#37939)
     add 577b965a601 chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 in 
/superset-frontend (#38132)
     add 3d6644864d4 build(deps): migrate to lighter and modern `react-icons` 
(#38125)
     add 987b6a6f041 chore(deps): bump swagger-ui-react from 5.31.1 to 5.31.2 
in /docs (#38140)
     add 5e6524954c8 chore(deps): pin react-icons to 5.4.0 in 
/superset-frontend (#38144)
     add 82fce8d7de8 chore(deps-dev): bump @types/node from 25.2.3 to 25.3.0 in 
/superset-frontend (#38143)
     add 5bee32ea93d chore(deps): bump aquasecurity/trivy-action from 0.34.0 to 
0.34.1 (#38138)
     add 6424194c874 chore(deps): bump underscore from 1.13.7 to 1.13.8 in 
/superset-frontend (#38142)
     add 159fb5d6f4a chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 in 
/superset-frontend/cypress-base (#38131)
     add a87a006aaeb ci: declare explicit permissions in maintenance workflows 
(#38159)
     add 51c5a65cdd3 fix(database): preserve engine_information when creating 
database connection
     add 147e6f6da62 fix(database): use ConfigurationMethod enum and proper 
typing in test

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   (38415837a59)
            \
             N -- N -- N   refs/heads/fix/30504-file-upload-checkbox-missing 
(147e6f6da62)

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/dependabot.yml                             |   8 +
 .github/workflows/docker.yml                       |   2 +-
 .github/workflows/no-hold-label.yml                |   3 +
 .github/workflows/pre-commit.yml                   |   3 +
 .github/workflows/tech-debt.yml                    |   3 +
 docs/package.json                                  |   4 +-
 docs/yarn.lock                                     | 565 ++++++-------
 superset-frontend/.eslintrc.js                     |   8 +-
 superset-frontend/.eslintrc.minimal.js             |   5 +-
 superset-frontend/cypress-base/package-lock.json   | 112 ++-
 superset-frontend/package-lock.json                | 327 ++++----
 superset-frontend/package.json                     |   8 +-
 .../plugin-chart/templates/package-lock.erb        |  18 -
 .../superset-core/src/ui/theme/utils/themeUtils.ts |  18 +-
 .../superset-ui-chart-controls/package.json        |   1 -
 .../packages/superset-ui-core/package.json         |   2 +-
 .../src/components/Button/Button.stories.tsx       |   2 +-
 .../src/components/Button/index.tsx                |  42 +-
 .../superset-ui-core/src/query/types/Dashboard.ts  |  29 +
 .../plugins/legacy-plugin-chart-rose/src/Rose.ts   |   2 +-
 .../legacy-preset-chart-deckgl/package.json        |   2 +-
 .../plugin-chart-ag-grid-table/package.json        |   1 -
 .../src/AgGridTable/components/CustomPopover.tsx   |  20 +-
 .../src/utils/agGridFilterConverter.ts             |  82 +-
 .../test/Timeseries/transformProps.test.ts         |  24 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   2 +-
 .../src/react-pivottable/TableRenderers.tsx        |   6 +-
 .../plugins/plugin-chart-table/package.json        |   2 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   6 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   4 +-
 .../plugin-chart-table/src/transformProps.ts       |  45 +-
 .../test/controlPanel.test.ts                      |   0
 .../src/components/Chart/Chart.test.tsx            |  88 ++
 superset-frontend/src/components/Chart/Chart.tsx   |  16 +-
 .../Datasource/DatasourceModal/index.tsx           |  17 +-
 .../components/Datasource/FoldersEditor/styles.tsx |   2 +-
 .../DatasourceEditor/DatasourceEditor.tsx          |  39 +-
 .../src/components/JsonModal/index.tsx             |  30 +-
 superset-frontend/src/dashboard/actions/hydrate.ts |   8 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |   6 +-
 .../components/nativeFilters/FilterBar/state.ts    |  12 +-
 .../nativeFilters/FiltersConfigModal/utils.ts      |   7 +-
 .../dashboard/components/nativeFilters/state.ts    |  43 +-
 .../util/migrateChartCustomization.test.ts         | 490 ++++++++++++
 .../dashboard/util/migrateChartCustomization.ts    | 155 ++++
 superset-frontend/src/dataMask/reducer.ts          |  14 +-
 .../CurrencyControl/CurrencyControl.test.tsx       |  29 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |  39 +-
 .../ColumnSelectPopoverTrigger.tsx                 |  20 +-
 .../controls/MetricControl/AdhocMetric.ts          |  54 +-
 .../components/controls/TextAreaControl.tsx        |  59 +-
 .../src/features/alerts/AlertReportModal.tsx       |  28 +-
 .../databases/DatabaseModal/index.test.tsx         |   9 +-
 .../src/features/databases/DatabaseModal/index.tsx |  12 +-
 .../pages/ChartList/ChartList.listview.test.tsx    |   4 -
 superset-frontend/src/pages/ChartList/index.tsx    | 216 ++---
 .../src/pages/DashboardList/index.tsx              | 135 ++--
 superset-frontend/src/pages/DatabaseList/index.tsx | 227 +++---
 superset-frontend/src/pages/DatasetList/index.tsx  | 141 ++--
 .../src/pages/RowLevelSecurityList/index.tsx       |  80 +-
 .../src/pages/SavedQueryList/index.tsx             |  14 +-
 superset-frontend/src/pages/ThemeList/index.tsx    |  18 +-
 superset-frontend/src/pages/UserInfo/index.tsx     |   8 +-
 superset-frontend/src/views/CRUD/hooks.test.tsx    | 889 ++++++++++++++++-----
 superset-frontend/src/views/CRUD/hooks.ts          | 137 ++--
 superset-frontend/webpack.config.js                |   7 +-
 superset/connectors/sqla/models.py                 |   3 +-
 superset/datasets/schemas.py                       |  22 +-
 superset/db_engine_specs/gsheets.py                |   7 +-
 superset/mcp_service/chart/chart_utils.py          |   5 +
 superset/mcp_service/chart/schemas.py              |  49 +-
 superset/models/helpers.py                         |  15 +
 superset/models/sql_types/__init__.py              |   7 +
 superset/models/sql_types/base.py                  | 106 +++
 superset/thumbnails/digest.py                      |   4 +-
 superset/utils/encrypt.py                          |   2 +-
 tests/integration_tests/datasets/api_tests.py      |   2 +-
 tests/integration_tests/utils/encrypt_tests.py     |  76 +-
 tests/unit_tests/datasets/schema_tests.py          |  56 ++
 tests/unit_tests/db_engine_specs/test_gsheets.py   |  20 +
 .../mcp_service/chart/test_chart_utils.py          | 167 ++++
 tests/unit_tests/models/helpers_test.py            |  40 +
 .../unit_tests/models/sql_types}/__init__.py       |   0
 .../models/sql_types/currency_type_test.py         | 129 +++
 tests/unit_tests/thumbnails/test_digest.py         |  59 ++
 85 files changed, 3703 insertions(+), 1475 deletions(-)
 copy superset-frontend/plugins/{plugin-chart-ag-grid-table => 
plugin-chart-table}/test/controlPanel.test.ts (100%)
 create mode 100644 superset-frontend/src/components/Chart/Chart.test.tsx
 create mode 100644 
superset-frontend/src/dashboard/util/migrateChartCustomization.test.ts
 create mode 100644 
superset-frontend/src/dashboard/util/migrateChartCustomization.ts
 create mode 100644 superset/models/sql_types/base.py
 copy {superset-core/src/superset_core/api => 
tests/unit_tests/models/sql_types}/__init__.py (100%)
 create mode 100644 tests/unit_tests/models/sql_types/currency_type_test.py

Reply via email to