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

enzomartellucci pushed a change to branch enxdev/refactor-antd5-icons
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 55f7a62b47 fix(RTL): update RTL and Cypress tests to check replaced 
icons
     add 61b72f0c0b fix(com/grid-comp/markdown): pin `remark-gfm` to v3 to 
allow inline code block by backticks in Markdown (#32420)
     add 5766c36372 fix(plugin-chart-echarts): remove erroneous upper bound 
value (#32473)
     add 5af4e61aff feat: improve GSheets OAuth2 (#32048)
     add 6c3886aad0 fix(tooltip): displaying <a> tags correctly (#32488)
     add ce367d6427 chore(deps-dev): bump @docusaurus/tsconfig from 3.6.3 to 
3.7.0 in /docs (#32087)
     add d7e0ee6ceb fix(docker compose): replace port 8088 with 9000 (#32481)
     add 2b98f326e8 feat: cache the frontend's bootstrap data (#31996)
     add fe33661821 chore(deps-dev): bump typescript from 5.1.6 to 5.8.2 in 
/docs (#32452)
     add 15cf06699a feat: security, user group support (#32121)
     add 16b08e333d chore(deps-dev): bump webpack from 5.97.1 to 5.98.0 in 
/docs (#32449)
     add a4902a3685 chore(deps): bump antd from 5.24.1 to 5.24.2 in /docs 
(#32447)
     add 0d24ce0ef9 chore(deps-dev): bump @types/lodash from 4.17.14 to 4.17.16 
in /superset-frontend (#32476)
     add 93d759c689 chore(deps): bump swagger-ui-react from 5.19.0 to 5.20.0 in 
/docs (#32454)
     add ef08ccbaa2 chore(deps-dev): bump @types/jsonwebtoken from 9.0.6 to 
9.0.9 in /superset-websocket (#32440)
     add c0e92b1639 feat(flag flip): Setting Horizontal Filters to True by 
default. (#32317)
     add 813e79fa9f fix: skip DB filter when doing OAuth2 (#32486)
     add 6173a6c329 chore(deps): bump chrono-node from 2.7.7 to 2.7.8 in 
/superset-frontend (#32462)
     add 3d5128735b chore(deps): bump @rjsf/utils from 5.24.1 to 5.24.3 in 
/superset-frontend (#32461)
     add a45ce1e8d1 chore(deps-dev): bump @babel/types from 7.26.7 to 7.26.9 in 
/superset-frontend (#32460)
     add 807dcddc28 chore(deps): bump @deck.gl/react from 9.1.0 to 9.1.4 in 
/superset-frontend (#32453)
     add 2b53b1800e chore: various markdown warnings resolved (#30657)
     add 33370eaa5c chore: enable dependabot using uv for auto-bumping python 
packages (#32501)
     add 90388885db chore(deps-dev): bump @typescript-eslint/eslint-plugin from 
8.19.0 to 8.26.0 in /superset-websocket (#32503)
     add d8686c2d12 chore(deps-dev): update @babel/types requirement from 
^7.26.3 to ^7.26.9 in /superset-frontend/plugins/plugin-chart-pivot-table 
(#32470)
     add fc844d3dfd fix: dashboard, chart and dataset import validation (#32500)
     new a89e89dab5 Merge branch master into enxdev/refactor-antd5-icons

The 1 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                             |  16 +-
 RESOURCES/FEATURE_FLAGS.md                         |   1 -
 RESOURCES/INTHEWILD.md                             |  16 +-
 UPDATING.md                                        |   1 +
 docker-compose.yml                                 |   2 +-
 docs/docs/configuration/alerts-reports.mdx         |   5 +-
 docs/docs/configuration/async-queries-celery.mdx   |   8 +-
 docs/docs/configuration/cache.mdx                  |   2 +-
 docs/docs/configuration/configuring-superset.mdx   |  13 +-
 docs/docs/configuration/databases.mdx              | 147 ++--
 .../importing-exporting-datasources.mdx            |  22 +-
 docs/docs/configuration/networking-settings.mdx    |   9 +-
 docs/docs/configuration/sql-templating.mdx         |  19 +-
 docs/docs/configuration/timezones.mdx              |   4 +-
 docs/docs/contributing/development.mdx             |  23 +-
 docs/docs/contributing/resources.mdx               |   2 +-
 docs/docs/faq.mdx                                  |  18 +-
 docs/docs/installation/architecture.mdx            |   4 +
 docs/docs/installation/docker-builds.mdx           |   3 +-
 docs/docs/installation/kubernetes.mdx              |   1 +
 docs/docs/quickstart.mdx                           |   4 +-
 docs/docs/security/security.mdx                    |  11 +-
 .../creating-your-first-dashboard.mdx              |   6 +-
 docs/docs/using-superset/exploring-data.mdx        |   2 +-
 docs/package.json                                  |  10 +-
 docs/yarn.lock                                     | 172 ++--
 pyproject.toml                                     |   2 +-
 requirements/base.txt                              |   2 +-
 requirements/development.txt                       |   2 +-
 superset-frontend/package-lock.json                | 932 ++++++++++++++++++++-
 superset-frontend/package.json                     |   6 +-
 .../packages/superset-ui-core/package.json         |   4 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |   1 -
 .../legacy-preset-chart-deckgl/package.json        |   2 +-
 .../src/Timeseries/transformers.ts                 |  11 +-
 .../plugins/plugin-chart-handlebars/package.json   |   2 +-
 .../plugins/plugin-chart-pivot-table/package.json  |   2 +-
 .../src/plugin/controlPanel.tsx                    |   2 +-
 .../plugin-chart-table/src/controlPanel.tsx        |   2 +-
 superset-frontend/src/dashboard/actions/hydrate.js |   5 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   7 +-
 .../FilterBarSettings/FilterBarSettings.test.tsx   |  31 +-
 .../FilterBar/FilterBarSettings/index.tsx          |  20 +-
 .../FilterBar/FilterControls/FilterControls.tsx    |   7 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |  66 +-
 .../OAuth2ClientField.test.tsx                     |  11 +-
 .../DatabaseConnectionForm/OAuth2ClientField.tsx   |  41 +-
 .../DatabaseConnectionForm/TableCatalog.tsx        |   9 +-
 .../DatabaseConnectionForm/constants.ts            |   6 +-
 .../src/features/databases/DatabaseModal/styles.ts |  25 +-
 superset-frontend/src/features/databases/types.ts  |   2 +-
 superset-frontend/src/utils/getBootstrapData.ts    |  15 +-
 superset-websocket/package-lock.json               | 659 ++++++++++++++-
 superset-websocket/package.json                    |   4 +-
 superset/commands/chart/importers/v1/utils.py      |   7 +-
 superset/commands/dashboard/importers/v1/utils.py  |   7 +-
 superset/commands/database/validate.py             |   2 +-
 superset/commands/dataset/importers/v1/utils.py    |   8 +
 superset/config.py                                 |   1 -
 superset/databases/api.py                          |   2 +-
 superset/db_engine_specs/gsheets.py                |  42 +-
 superset/models/core.py                            |  11 +-
 superset/security/guest_token.py                   |   3 +-
 superset/security/manager.py                       |  32 +-
 superset/sqllab/sql_json_executer.py               |   1 -
 superset/views/utils.py                            |   4 +-
 tests/integration_tests/charts/commands_tests.py   |   6 +-
 tests/integration_tests/databases/api_tests.py     |  42 +
 tests/integration_tests/fixtures/users.py          |  80 ++
 tests/integration_tests/security_tests.py          |  53 +-
 tests/integration_tests/superset_test_config.py    |   1 -
 .../charts/commands/importers/v1/import_test.py    |  51 +-
 .../unit_tests/commands/databases/validate_test.py |   1 +
 .../commands/importers/v1/import_test.py           |  53 +-
 tests/unit_tests/databases/api_test.py             |  85 ++
 .../datasets/commands/importers/v1/import_test.py  |  52 ++
 tests/unit_tests/db_engine_specs/test_gsheets.py   |  33 +-
 .../unit_tests/migrations/shared/catalogs_test.py  |  29 +-
 78 files changed, 2486 insertions(+), 519 deletions(-)

Reply via email to