Skip to content

Extract project#update_merge_requests to its own worker from GitPushService

Paco Guzman requested to merge 15463-extract-update-merge-requests into master

What does this MR do?

Extract project#update_merge_requests to its own worker from GitPushService

I'd discarded to extract more code from the current GitPushService#update_merge_requests method because I think the other parts of that method are not related with the updating of merge requests they are more related with hooks, and I think we can extract that from both services (GitPushService and GitTagPushService) to the same place in other PR

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Relates to #15463 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#15463 (closed)

Merge request reports