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 0ffe6f37c4 fix RTL DashboardBuilder.test.tsx
add 06d737ec9f add theming support to Storybook
add d752b0f06a fixing themes in Storybook
add 4f0a4454ec styling the AsyncAceEditor
add 5805f242d0 minor color tweak
add 3c289a927d a theme editor
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 0259bac935 Merge branch 'template_less' into
enxdev/refactor/antd5/create-wrappers
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 | 55 +++++++-
.../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 | 57 ++++++++
.../packages/superset-ui-core/src/theme/index.tsx | 6 +-
.../storybook/stories/ExampleApp.stories.jsx | 91 +++++++++++++
.../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/AsyncAceEditor/index.tsx | 131 +++++++++++++++---
.../src/components/Icons/AntdEnhanced.tsx | 2 +
.../src/components/ThemeEditor/index.tsx | 147 +++++++++++++++++++++
.../components/controls/ColorPickerControl.jsx | 3 +-
superset-frontend/src/features/home/RightMenu.tsx | 9 +-
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 +++++++++
25 files changed, 836 insertions(+), 67 deletions(-)
delete mode 100644 null_byte.csv
create mode 100644
superset-frontend/packages/superset-ui-core/src/theme/exampleThemes.ts
create mode 100644
superset-frontend/packages/superset-ui-demo/storybook/stories/ExampleApp.stories.jsx
create mode 100644 superset-frontend/src/components/ThemeEditor/index.tsx
copy {superset/advanced_data_type =>
tests/unit_tests/commands/dashboard}/__init__.py (100%)
create mode 100644 tests/unit_tests/commands/dashboard/create_test.py