You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/12/22 21:15:49 UTC

[superset] branch master updated (cb0b7a2 -> 2cd8054)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from cb0b7a2  corrected misspelling in percent_metrics (#17856)
     add 2cd8054  feat: add force option to report screenshots (#17853)

No new revisions were added by this update.

Summary of changes:
 .../src/components/ReportModal/index.tsx           |  2 +
 .../src/views/CRUD/alert/AlertReportModal.tsx      |  2 +
 ...a3ff_add_force_screenshot_to_alerts_reports.py} | 53 +++++++++-----------
 superset/models/reports.py                         |  3 ++
 superset/reports/commands/execute.py               | 10 +---
 superset/reports/schemas.py                        |  2 +
 tests/integration_tests/reports/commands_tests.py  | 58 ++++++++++++++++++++++
 tests/integration_tests/reports/utils.py           |  2 +
 8 files changed, 94 insertions(+), 38 deletions(-)
 copy superset/migrations/versions/{130915240929_is_sqllab_viz_flow.py => bb38f40aa3ff_add_force_screenshot_to_alerts_reports.py} (53%)