Remove worker from Bitbucket Server Importer
What does this MR do and why?
The change remove ImportPullRequestNotesWorker
that is no longer used.
The ImportPullRequestNotesWorker
(plural "Notes") has been deprecated. The BBS Importer now uses ImportPullRequestNoteWorker
(singular "Note") to import notes instead.
Important: These worker names are very similar—note the difference between "Notes" (plural) and "Note" (singular).
References
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Rodrigo Tomonari