Extract project#update_merge_requests to its own worker from GitPushService
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 (moved)
Screenshots (if relevant)
Does this MR meet the acceptance criteria?
-
CHANGELOG entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Merge request reports
Activity
Added 1 commit:
- f4ab4a8d - Extract project#update_merge_requests to its own worker from GitPushService
Reassigned to @yorickpeterse
- Resolved by yorickpeterse-staging
- Resolved by yorickpeterse-staging
Reassigned to @pacoguzman
Milestone changed to %8.13
Added 1 commit:
- 9e7c8f28 - Extract project#update_merge_requests to its own worker from GitPushService
Added 1 commit:
- 1ae1d6ec - Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService
Added 67 commits:
-
1ae1d6ec...73adae0f - 66 commits from branch
master
- d6632bdb - Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService
-
1ae1d6ec...73adae0f - 66 commits from branch
Reassigned to @yorickpeterse
- Resolved by yorickpeterse-staging
- Resolved by Paco Guzman
- Resolved by Paco Guzman
Reassigned to @pacoguzman
Added 96 commits:
-
d6632bdb...a0f9cff5 - 95 commits from branch
master
- 44737c94 - Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService
-
d6632bdb...a0f9cff5 - 95 commits from branch
Added 1 commit:
- b981e0dc - Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService
Added 46 commits:
-
b981e0dc...23a2a8ef - 45 commits from branch
master
- 7ee6a0f4 - Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService
-
b981e0dc...23a2a8ef - 45 commits from branch
Added 1 commit:
- 97c31d93 - Ensure a deterministic global state on Gitlab::Shell specs