Skip to content

Blob refactor: Display code owners info

Jacques Erasmus requested to merge 335378-fix-code-owners-section into master

What does this MR do and why?

Display the code owners section when viewing a blob

Note: changes in this MR is part of a bigger effort to refactor the blob viewer and is behind the refactor_blob_viewer feature flag.

Screenshots or screen recordings

before after
Screenshot_2021-11-11_at_14.05.16 Screenshot_2021-11-11_at_13.45.55
Screenshot_2021-11-11_at_13.47.31
Screenshot_2021-11-11_at_14.03.32

How to set up and validate locally

  1. Enable the refactor FF

    Feature.enable(:refactor_blob_viewer)
  2. Create a CODEOWNERS file

  3. Populate the CODEOWNERS file

  4. Open a file that has codeowners

  5. Notice the codeowners section

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 #335378 (closed)

Edited by Jacques Erasmus

Merge request reports