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
- Set up a local Bitbucket Server instance docs.
- Create a repo, and a PR with comments in Bitbucket
- Enable local requests in http://gdk.test:3000/admin/application_settings/network
- Import a new project
/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
- You can
tail -f log/importer.log
to watch the import progress - 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