Skip to content

Refactor Terraform Widget to extension

Anna Vovchenko requested to merge 338284-mr-widget-eng-terraform into master

What does this MR do and why?

This MR refactors the browser performance widget to utilize MR Widget Extensions

Screenshots or screen recordings

Before After
Screenshot_2021-12-14_at_21.05.48 Screenshot_2021-12-14_at_15.07.53

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. Follow the docs. For the quick start:
    • you can clone the example repository
    • create personal token in settings
    • create a variable TF_VAR_gitlab_access_token with the token

MR acceptance checklist

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

Related to #338284 (closed)

Edited by Anna Vovchenko

Merge request reports