This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git
from f5b680699f ThemeEditor
add 6a15aaf562 ThemeEditor
add 735778d1cf docs: added a link to badge releases (#32822)
add b4c5400b05 fix(echarts): Sort series by name using naturalCompare
(#32850)
add 82ee106be3 fix: update dataset/query catalog on DB changes (#32829)
add acc6ac02ff fix(translation): Dutch translations for Current datetime
filter (#31869)
add 8e61df8a3e fix(table-chart): Do not show comparison columns config if
time_compare is set to [] (#32863)
add 165ae2159b chore: Removes unused file (#32860)
add d5fa30af97 fix(ColorPickerControl): change color picker control width
(#32851)
add cc3af0ccd3 chore: update migrations to use utils (#32852)
add df462dd6e5 fix: use role_model from security manager (#32873)
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
null_byte.csv | Bin 6 -> 0 bytes
.../packages/superset-ui-core/src/theme/index.tsx | 5 +-
.../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 +-
.../components/controls/ColorPickerControl.jsx | 3 +-
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 ++++++++++++
16 files changed, 351 insertions(+), 38 deletions(-)
delete mode 100644 null_byte.csv
copy {superset/advanced_data_type =>
tests/unit_tests/commands/dashboard}/__init__.py (100%)
create mode 100644 tests/unit_tests/commands/dashboard/create_test.py