Skip to content

Remove deprecated gitlab.com importer

Carla Drago requested to merge 388246-remove-gitlab-importer-2 into master

What does this MR do and why?

This change removes gitlab.com importer code, specs, and documentation from the codebase as this importer is scheduled for removal in 16.0

Please note: there are a lot of changes but they are all removals without dependencies, so should be okay to do in one MR.

Screenshots or screen recordings

Admin > Settings > General > Visibility and Access controls:

Before

After

Projects > New project > Import project'

Before

After

How to set up and validate locally

  1. run the gdk from the branch
  2. visit the Project Import page (http://gdk.test:3000/projects/new#import_project)
  3. Observe that the [Gitlab.com] button in the UI is no longer visible.
  4. Visit the Admin > Settings > General > Visibility and Access Controls
  5. Observe that Gitlab.com is no longer one of the available Import Sources

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

Edited by Carla Drago

Merge request reports