Jack
Jack
### Bug description When building superset using docker compose, the webpack will build node_modules without optional the optional dependencies canvg and html2canvas. This results in an error message when the...
### SUMMARY When adding notification methods to an alert or report, a user can select duplicate methods (select email twice or slack twice). This PR updates the behavior to exclude...
### SUMMARY This PR implements a new property on the Dashboard model granting access to the tabs associated with a dashboard. A new API endpoint for accessing the associated dashboard...
### SUMMARY When changing the recipients list for an existing notification method, the state is not being changed properly. This change addresses this by reinstating missing code that was lost...
chore(docs): updating alerts & reports documentation WEBDRIVER_BASEURL settings for docker compose
### SUMMARY The existing documentation for enabling a headless webdriver do not work for the environment when using docker compose. Updating the docs to suggest using WEBDRIVER_BASEURL = "https://superset_app:8088" when...
### SUMMARY Implements a new feature enabling a tab to be selected as a view for an alert/report. When a dashboard is selected as the content for a report, an...
### SUMMARY ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [x] Required feature flags: [ALERT_REPORTS=True, ALERT_REPORT_TABS=True] - [ ]...