Remove legacy BitBucket Server importer
What does this MR do and why?
Removes legacy BitBucket Server importer code and feature flag bitbucket_server_parallel_importer
BitBucket Server importer was replaced by the parallel version which imports projects using multiple workers
Related to: #411796 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Set up a local Bitbucket Server instance docs.
- Create a repo, and a PR with comments in Bitbucket
- Enable local requests and allow localhost in http://gdk.test:3000/admin/application_settings/network
- Import a new project http://gdk.test:3000/projects/new#import_project
- Choose Bitbucket Server
- Enter your server details, and click List your Bitbucket Server repositories
- Next to one of your BitBucket repositories, click Import
- The import should finish and you should have a new project imported with a repo, MR, and comments on the MR
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Rodrigo Tomonari