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 11a6d72fda test: skip unused component
add f5b680699f ThemeEditor
add 6a15aaf562 ThemeEditor
add 45ea11c1b6 docs: added a link to badge releases (#32822)
add 5222f940cc fix(echarts): Sort series by name using naturalCompare
(#32850)
add 68a81c3989 fix: update dataset/query catalog on DB changes (#32829)
add 6c7f089ebb fix(translation): Dutch translations for Current datetime
filter (#31869)
add f0dc1e7527 fix(table-chart): Do not show comparison columns config if
time_compare is set to [] (#32863)
add b1693f625a chore: Removes unused file (#32860)
add 37f626f5e2 fix(ColorPickerControl): change color picker control width
(#32851)
add 50fe7483ae chore: update migrations to use utils (#32852)
add 103fedaf92 fix: use role_model from security manager (#32873)
add e7b2b586b6 Merge branch 'master' into template_less
add 501874980e fix cypress test
add f217865435 oopsy daisy
add c31d70dd12 one minor edit to fix a cypress test
add 6346d213a6 Merge branch 'template_less' into
enxdev/refactor/migrate-table-to-antd5
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
null_byte.csv | Bin 6 -> 0 bytes
superset-frontend/.storybook/preview.jsx | 8 +-
.../superset-ui-core/src/theme/Theme.test.tsx | 17 ++++
.../packages/superset-ui-core/src/theme/Theme.tsx | 4 +
.../superset-ui-core/src/theme/exampleThemes.ts} | 16 ++-
.../packages/superset-ui-core/src/theme/index.tsx | 6 +-
.../packages/superset-ui-core/src/theme/utils.ts | 2 +-
.../plugins/plugin-chart-echarts/package.json | 4 +-
.../plugin-chart-echarts/src/utils/series.ts | 12 ++-
.../plugin-chart-echarts/test/utils/series.test.ts | 111 +++++++++++++++++++++
.../plugin-chart-table/src/controlPanel.tsx | 5 +-
.../src/components/Icons/AntdEnhanced.tsx | 1 +
.../src/components/ThemeEditor/index.tsx | 111 ++++++++++++++++-----
.../components/controls/ColorPickerControl.jsx | 3 +-
superset-frontend/src/features/home/RightMenu.tsx | 7 --
superset/commands/database/update.py | 44 +++++++-
.../2024-09-25_17-59_7b17aa722e30_uuidmixin.py | 11 +-
...2_94e7a3499973_add_folders_column_to_dataset.py | 7 +-
superset/security/manager.py | 4 +-
superset/translations/nl/LC_MESSAGES/messages.po | 21 ++--
.../unit_tests/commands/dashboard}/__init__.py | 0
tests/unit_tests/commands/dashboard/create_test.py | 98 ++++++++++++++++++
tests/unit_tests/commands/databases/update_test.py | 62 ++++++++++++
24 files changed, 475 insertions(+), 81 deletions(-)
delete mode 100644 null_byte.csv
rename superset-frontend/{.storybook/themes.js =>
packages/superset-ui-core/src/theme/exampleThemes.ts} (82%)
copy {superset/advanced_data_type =>
tests/unit_tests/commands/dashboard}/__init__.py (100%)
create mode 100644 tests/unit_tests/commands/dashboard/create_test.py