This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from f1405d3825 fix(Tabs): prevent infinite rerenders with nested tabs
(#37018)
add 14c2c7abe5 fix(reports): Use authenticated user as recipient for
chart/dashboard reports (#36981)
No new revisions were added by this update.
Summary of changes:
superset/commands/report/create.py | 35 ++++
superset/commands/report/exceptions.py | 15 ++
superset/reports/schemas.py | 2 +-
.../commands/report/test_create_recipients.py | 179 +++++++++++++++++++++
4 files changed, 230 insertions(+), 1 deletion(-)
create mode 100644 tests/unit_tests/commands/report/test_create_recipients.py