This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 961eba6d97 chore: Updates CHANGELOG.md for 3.0.2 (rc2)
new 44fb6b5551 fix(horizontal filter bar filter labels): Increase
max-width to 96px (#25883)
new 0c0bb50d41 fix(security): restore default value of
SESSION_COOKIE_SECURE to False (#26005)
new 79d8865ac6 fix: Remove annotation Fuzzy to get french translation
(#26010)
new 7916778585 fix: Optimize fetching samples logic (#26060)
new ff5de25478 fix: Prevent cached bootstrap data from leaking between
users w/ same first/last name (#26023)
new ea65c2467c fix: Flaky test_explore_json_async test (#26059)
new b900cb7c3a fix(plugin-chart-echarts): support numerical x-axis (#26087)
new 00db4dfb06 fix: bump node-fetch to 2.6.7 (#26091)
new a3212ccba8 fix: flaky test_explore_json_async test v2 (#26106)
new 3edbb9fdbd fix: alias column when fetching values (#26120)
new 02188d8401 chore(deps): bump pillow deps (#25931)
new a5c842c876 fix: remove default secret key from helm (#23916)
new a4c5340c7e fix(annotations): time grain column (#26140)
new ec6d31c817 fix: set label on adhoc column should persist (#26154)
new 0b040b4824 fix(database-import): Support importing a DB connection
with a version set (#26116)
new 0fda81d811 fix(Alerts/Reports): allow use of ";" separator in slack
recipient entry (#25894)
The 16 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:
helm/superset/Chart.yaml | 2 +-
helm/superset/README.md | 8 +-
helm/superset/README.md.gotmpl | 6 ++
helm/superset/templates/_helpers.tpl | 1 -
helm/superset/values.yaml | 2 +
setup.py | 2 +-
superset-frontend/package-lock.json | 2 +-
superset-frontend/package.json | 2 +-
.../src/Timeseries/transformProps.ts | 15 ++--
.../plugin-chart-echarts/src/utils/series.ts | 9 +-
.../plugin-chart-echarts/test/utils/series.test.ts | 9 ++
.../src/components/Chart/chartAction.js | 9 +-
.../src/components/Chart/chartActions.test.js | 67 +++++++++++++++
.../FilterBar/FilterControls/FilterControl.tsx | 1 -
.../ColumnSelectPopover.test.tsx | 77 ++++++++++++++++++
.../DndColumnSelectControl/ColumnSelectPopover.tsx | 39 ++++++++-
.../ColumnSelectPopoverTrigger.tsx | 13 ++-
superset/config.py | 2 +
superset/databases/schemas.py | 1 +
superset/embedded/view.py | 4 +-
superset/models/helpers.py | 10 ++-
superset/reports/notifications/slack.py | 11 ++-
superset/translations/fr/LC_MESSAGES/messages.json | 75 ++++++++++++-----
superset/translations/fr/LC_MESSAGES/messages.po | 95 +++++++++-------------
superset/utils/screenshots.py | 2 +-
superset/views/base.py | 18 ++--
superset/views/core.py | 6 +-
superset/views/dashboard/views.py | 2 +-
superset/views/datasource/utils.py | 2 +-
tests/integration_tests/core_tests.py | 15 +++-
.../databases/commands/importers/v1/import_test.py | 21 +++++
.../notifications/slack_tests.py} | 47 +++++------
32 files changed, 424 insertions(+), 151 deletions(-)
create mode 100644
superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.test.tsx
copy tests/unit_tests/{notifications/email_tests.py =>
reports/notifications/slack_tests.py} (71%)