Skip to content

Remove unused component

What does this MR do and why?

Remove unused file templates dropdown component

Steps done to verify that the component is unused.

  1. No imports/usages -- excluding spec file.
  • GitLab code search (none found for "file_templates/dropdown")
  • RubyMine's Find in Files (none found "file_templates/dropdown")
  • RubyMine's Find usages (none found)
  1. No relative imports
  • RubyMine's Find in Files (none found for "../dropdown")
  • RubyMine's Find in FIles (found one but points to a different component for "./dropdown")
  1. Git history -- found MR that replaced its usage.
  1. Check git history, see if it might have been re-used anywhere else. Result: Nothing seems to stand out, most were lints and import adjustments. image
  2. This is part of the old Web IDE which we don't use anymore (needs to verify with the IDE team)
  3. All of our first set of pipeline test passes.

Screenshots or screen recordings

No visual change

How to set up and validate locally

N/A

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

Edited by Shane Maglangit

Merge request reports