Skip to content

Remove idempotent attributes from Bitbucket Server importer workers

What does this MR do and why?

Removes the idempotent attribute from Bitbucket Server importer workers, which was incorrectly added !120931 (merged)

On a follow-up issue, we will improve the importer to make the workers idempotent.

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

  1. Set up a local Bitbucket Server instance docs.
  2. Create a repo, and a PR with comments in Bitbucket
  3. Enable local requests in http://gdk.test:3000/admin/application_settings/network
  4. Import a new project /projects/new#import_project
  5. Choose Bitbucket Server
  6. Enter your server details, and click List your Bitbucket Server repositories
  7. Next to one of your BitBucket repositories, click Import
  8. You can tail -f log/importer.log to watch the import progress
  9. 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.

Edited by Rodrigo Tomonari

Merge request reports