This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from f049049f71 fix: Bump FAB to 4.6.1 (#32848)
new 4b33276bf7 fix(echarts): Sort series by name using naturalCompare
(#32850)
new 585a65d769 fix: update dataset/query catalog on DB changes (#32829)
new 8476aba1b4 fix(translation): Dutch translations for Current datetime
filter (#31869)
new 4362d04a91 fix(table-chart): Do not show comparison columns config if
time_compare is set to [] (#32863)
new 6bdc38176f fix(ColorPickerControl): change color picker control width
(#32851)
new 609f03930a fix: use role_model from security manager (#32873)
new 34d3dc1a64 fix(backend/async_events): allow user to configure username
for Redis authentication in GLOBAL_ASYNC_QUERIES_CACHE_BACKEND (#32372)
new 79e4fb85c1 fix(Jinja): Emit time grain to table charts even if they
don't have a temporal column (#32871)
new ea11d190e1 fix(sqllab): Invalid display of table column keys (#32763)
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugins/plugin-chart-echarts/package.json | 4 +-
.../plugin-chart-echarts/src/utils/series.ts | 12 ++-
.../plugin-chart-echarts/test/utils/series.test.ts | 111 ++++++++++++++++++++
.../plugins/plugin-chart-table/src/buildQuery.ts | 5 -
.../plugin-chart-table/src/controlPanel.tsx | 5 +-
.../plugin-chart-table/test/buildQuery.test.ts | 9 --
.../src/components/JsonModal/JsonModal.test.tsx | 15 +++
.../src/components/JsonModal/index.tsx | 17 +++-
.../components/controls/ColorPickerControl.jsx | 3 +-
superset/async_events/cache_backend.py | 5 +
superset/commands/database/update.py | 44 +++++++-
superset/security/manager.py | 4 +-
superset/translations/nl/LC_MESSAGES/messages.po | 21 ++--
tests/integration_tests/charts/api_tests.py | 58 -----------
tests/integration_tests/charts/data/api_tests.py | 112 +++++++++++++++------
.../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 ++++++++++++
18 files changed, 450 insertions(+), 135 deletions(-)
copy {superset/advanced_data_type =>
tests/unit_tests/commands/dashboard}/__init__.py (100%)
create mode 100644 tests/unit_tests/commands/dashboard/create_test.py