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

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


    from e8a80ebbeb refactor(upload): upgrade Upload component to AntD v5, 
update imports, add tests and story - Replace all imports to be compatible with 
Ant Design v5 - Update the Upload component to align with new API changes - Add 
unit tests to ensure correct functionality - Create a Storybook story for 
visual testing
     add 8ce144983d fix CopyOutlined icon in dataset view to align with sizing
     add 56e3d165dd theme toast icons and various cosmetic updates
     add 5042248ed7 Fix table row separator in TableCollection
     add 59e402ac68 fix icon on Explore's cached label
     add cf6816064d going vanila on tooltips
     add 64c480a8f1 aligning some colors tokens
     add 54d67b679b fix table viz colors
     add 11a29b1610 fix Collapse color content
     add d3f450fca0 fix theme for ag-grid in SQL LAB
     add 344c8f5c37 theming react-code-highlighter or whatev it's called
     add c6c9114b40 fix: CSV/Excel upload form change column dates description 
(#32797)
     add cedd186c21 feat(Jinja): to_datetime filter (#32781)
     add b339d7ad20 chore(🦾): bump python click-option-group 0.5.6 -> 0.5.7 
(#32825)
     add fd4e45aafc chore(🦾): bump python shillelagh subpackage(s) (#32828)
     add 7bc349c3c3 chore(🦾): bump python pyparsing 3.2.1 -> 3.2.2 (#32827)
     add b7435f84f0 chore(🦾): bump python humanize 4.12.1 -> 4.12.2 (#32826)
     add 6b96b37c38 feat: Add current_user_roles() Jinja macro (#32770)
     add 6f69c84d10 fix: key error in frontend on disallowed GSheets (#32792)
     add 7d77dc4fd2 fix: Time Comparison Feature Reverts Metric Labels to 
Metric Keys in Table Charts (#32665)
     add 4a70065e5f fix(log): store navigation path to get correct logging path 
(#32795)
     add b5cb5f4525 chore: updating files for release 4.1.2 (#32831)
     add b624919d2f fix: Bump FAB to 4.6.1 (#32848)
     add bcb6da18ef Merge branch 'master' into template_less
     add cebff5e726 improve styles in HighlightedSql
     add f9494128bc fix some tests
     add 58724b1c5c fix test
     add 7af32d4c70 fix theme test
     add 023c7da07b fix another test
     add aabeefb761 fix types in Gauge/transformProps.test.ts
     add 5418f09864 fix test for BasicErrorAlert.tsx
     add 1afa4971d1 fix SavedQueries test
     add 68ea9ac4d0 fix ErrorMessageWithStackTrace
     add 04729794c8 fix test in dashboard/actions.test.js
     add af703905bd Merge branch 'template_less' into 
enxdev/refactor/antd5/create-wrappers

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |   1 +
 .github/ISSUE_TEMPLATE/bug-report.yml              |   2 +-
 CHANGELOG/4.1.1.md                                 |  50 ++++
 CHANGELOG/4.1.2.md                                 |  83 +++++++
 UPDATING.md                                        |   7 +-
 docs/docs/configuration/sql-templating.mdx         |  64 +++++
 pyproject.toml                                     |   2 +-
 requirements/base.txt                              |  10 +-
 requirements/development.txt                       |  10 +-
 .../cypress/e2e/dashboard/actions.test.js          |   2 +-
 .../superset-ui-core/src/theme/Theme.test.tsx      |   2 +-
 .../plugin-chart-echarts/src/components/Echart.tsx |   1 -
 .../plugin-chart-echarts/src/utils/series.ts       |   2 +-
 .../test/Gauge/transformProps.test.ts              | 271 ++++++++-------------
 .../plugin-chart-echarts/test/utils/series.test.ts |   5 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |   3 +
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   8 +-
 .../plugin-chart-table/src/transformProps.ts       |   5 +
 .../plugins/plugin-chart-table/src/types.ts        |   2 +
 .../plugin-chart-table/test/TableChart.test.tsx    |  80 ++++++
 .../src/SqlLab/components/HighlightedSql/index.tsx |  76 ++++--
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |   1 +
 .../src/components/CachedLabel/index.tsx           |   4 +-
 .../src/components/Collapse/index.tsx              |   2 +-
 .../src/components/DropdownButton/index.tsx        |   1 -
 .../components/ErrorMessage/BasicErrorAlert.tsx    |   6 +-
 .../ErrorMessageWithStackTrace.test.tsx            |   8 -
 .../src/components/GridTable/index.tsx             |  31 ++-
 .../src/components/Icons/BaseIcon.tsx              |   2 +-
 .../src/components/Icons/Icons.stories.tsx         |   2 +-
 .../src/components/ImportModal/index.tsx           |   6 +-
 .../src/components/InfoTooltip/index.tsx           |   5 +-
 .../src/components/MessageToasts/Toast.tsx         |  30 ++-
 .../src/components/PageHeaderWithActions/index.tsx |   7 -
 .../src/components/TableCollection/index.tsx       |   3 +
 .../src/components/TableView/TableView.tsx         |   6 +-
 superset-frontend/src/components/Tooltip/index.tsx |   2 -
 .../features/databases/UploadDataModel/index.tsx   |   2 +-
 superset-frontend/src/features/home/Menu.tsx       |   3 +-
 .../src/features/home/SavedQueries.tsx             |   4 +-
 superset-frontend/src/middleware/logger.test.js    |  22 +-
 .../src/middleware/loggerMiddleware.js             | 140 ++++++-----
 .../pages/DatasetCreation/DatasetCreation.test.tsx |  12 +-
 superset-frontend/src/pages/DatasetList/index.tsx  |   2 +-
 superset/jinja_context.py                          |  38 +++
 superset/translations/ar/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/de/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/en/LC_MESSAGES/messages.po   |   2 +-
 superset/translations/es/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/it/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/messages.pot                 |   2 +-
 superset/translations/nl/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/pl/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/pt/LC_MESSAGES/messages.po   |   4 +-
 .../translations/pt_BR/LC_MESSAGES/messages.po     |   6 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/sk/LC_MESSAGES/messages.po   |   2 +-
 superset/translations/sl/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/tr/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/uk/LC_MESSAGES/messages.po   |   4 +-
 superset/translations/zh/LC_MESSAGES/messages.po   |   4 +-
 .../translations/zh_TW/LC_MESSAGES/messages.po     |   4 +-
 superset/utils/core.py                             |  13 +
 superset/views/base.py                             |   5 +-
 tests/integration_tests/sqla_models_tests.py       |  17 +-
 tests/unit_tests/jinja_context_test.py             |  64 ++++-
 69 files changed, 814 insertions(+), 394 deletions(-)
 create mode 100644 CHANGELOG/4.1.1.md
 create mode 100644 CHANGELOG/4.1.2.md

Reply via email to