Skip to content

Add polling to MR widget base component

Payton Burdette requested to merge pb-add-polling-to-widget-base-component into master

What does this MR do and why?

  • Adds the ability for a MR widget extension to use polling from the base component.
  • Moves one of the existing extensions that is using polling in the extension to use the base component for polling

Screenshots or screen recordings

Code only change

How to set up and validate locally

  1. Enable refactor_mr_widgets_extensions feature flag in rails console - Feature.enable(:refactor_mr_widgets_extensions)
  2. Setup a MR that has a widget - Terraform probably to see the polling in action docs

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Payton Burdette

Merge request reports