This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a change to branch enxdev/refactor/migrate-table-to-antd5
in repository https://gitbox.apache.org/repos/asf/superset.git
from 25f51a8633 Merge branch 'template_less' into
enxdev/refactor/migrate-table-to-antd5
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 9e906a1336 Merge branch 'template_less' into
enxdev/refactor/migrate-table-to-antd5
No new revisions were added by this update.
Summary of changes:
.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 ++++--
.../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/Icons.stories.tsx | 2 +-
.../src/components/ImportModal/index.tsx | 6 +-
.../src/components/PageHeaderWithActions/index.tsx | 7 -
.../src/components/TableView/TableView.tsx | 6 +-
superset-frontend/src/components/Tooltip/index.tsx | 2 -
.../features/databases/UploadDataModel/index.tsx | 2 +-
.../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/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 ++++-
60 files changed, 776 insertions(+), 381 deletions(-)
create mode 100644 CHANGELOG/4.1.1.md
create mode 100644 CHANGELOG/4.1.2.md